File tree 2 files changed +14
-0
lines changed
2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -369,6 +369,13 @@ static void wfx_rsi_save_ap_info()
369
369
/*
370
370
* Scan is done - failed
371
371
*/
372
+ #if WIFI_ENABLE_SECURITY_WPA3
373
+ wfx_rsi .sec .security = WFX_SEC_WPA3 ;
374
+ #else /* !WIFI_ENABLE_SECURITY_WPA3 */
375
+ wfx_rsi .sec .security = WFX_SEC_WPA2 ;
376
+ #endif /* WIFI_ENABLE_SECURITY_WPA3 */
377
+ WFX_RSI_LOG ("%s: warn: failed with status: %02x" , status );
378
+ return ;
372
379
}
373
380
else
374
381
{
Original file line number Diff line number Diff line change @@ -418,6 +418,13 @@ static void wfx_rsi_save_ap_info() // translation
418
418
/*
419
419
* Scan is done - failed
420
420
*/
421
+ #if WIFI_ENABLE_SECURITY_WPA3
422
+ wfx_rsi .sec .security = WFX_SEC_WPA3 ;
423
+ #else /* !WIFI_ENABLE_SECURITY_WPA3 */
424
+ wfx_rsi .sec .security = WFX_SEC_WPA2 ;
425
+ #endif /* WIFI_ENABLE_SECURITY_WPA3 */
426
+ WFX_RSI_LOG ("%s: warn: failed with status: %02x" , status );
427
+ return ;
421
428
}
422
429
else
423
430
{
You can’t perform that action at this time.
0 commit comments