We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c5a45e commit 22b8540Copy full SHA for 22b8540
components/wpa_supplicant/esp_supplicant/src/esp_hostap.c
@@ -161,7 +161,9 @@ void *hostap_init(void)
161
os_memcpy(hapd->conf->ssid.wpa_passphrase, esp_wifi_ap_get_prof_password_internal(), strlen((char *)esp_wifi_ap_get_prof_password_internal()));
162
hapd->conf->ssid.wpa_passphrase[WIFI_PASSWORD_LEN_MAX - 1] = '\0';
163
hapd->conf->max_num_sta = esp_wifi_ap_get_max_sta_conn();
164
+#ifdef CONFIG_SAE
165
auth_conf->transition_disable = esp_wifi_ap_get_transition_disable_internal();
166
+#endif /* CONFIG_SAE */
167
if (authmode != WIFI_AUTH_WPA3_PSK &&
168
authmode != WIFI_AUTH_WPA2_WPA3_PSK && auth_conf->transition_disable) {
169
auth_conf->transition_disable = 0;
0 commit comments