mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-26 20:53:11 +00:00
esp_wifi: WPA3-SAE support for softAP
This commit is contained in:
committed by
Jiang Jiang Jian
parent
ad19981af8
commit
2b8e40e760
@@ -2690,7 +2690,7 @@ int wpa_sm_set_ap_rsnxe(const u8 *ie, size_t len)
|
||||
sm->ap_rsnxe_len = len;
|
||||
}
|
||||
|
||||
sm->sae_pwe = esp_wifi_sta_get_config_sae_pwe_h2e_internal();
|
||||
sm->sae_pwe = esp_wifi_get_config_sae_pwe_h2e_internal(WIFI_IF_STA);
|
||||
#ifdef CONFIG_SAE_PK
|
||||
const u8 *pw = (const u8 *)esp_wifi_sta_get_prof_password_internal();
|
||||
if (esp_wifi_sta_get_config_sae_pk_internal() != WPA3_SAE_PK_MODE_DISABLED &&
|
||||
|
||||
Reference in New Issue
Block a user