mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 17:19:09 -04:00
Merge branch 'fix/fix_off_wpa3_build_issue' into 'master'
fix(wifi): fix build issue when disable wpa3 sae Closes WIFIBUG-1014 and IDFGH-14420 Closes https://github.com/espressif/esp-idf/issues/15200 See merge request espressif/esp-idf!36297
This commit is contained in:
commit
897e487f89
@ -168,7 +168,10 @@ void *hostap_init(void)
|
||||
wpa_printf(MSG_DEBUG, "overriding transition_disable config with 0 as authmode is not WPA3");
|
||||
}
|
||||
|
||||
#ifdef CONFIG_SAE
|
||||
auth_conf->sae_require_mfp = 1;
|
||||
#endif /* CONFIG_SAE */
|
||||
|
||||
//TODO change it when AP support GCMP-PSK
|
||||
auth_conf->group_mgmt_cipher = WPA_CIPHER_AES_128_CMAC;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user