mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-27 04:55:53 +00:00
esp_wifi:Mandate stations to have minimum security wpa3
This commit is contained in:
committed by
Jiang Jiang Jian
parent
593335578f
commit
377eeedfef
@@ -1305,6 +1305,10 @@ static void wpa_supplicant_process_3_of_4(struct wpa_sm *sm,
|
||||
goto failed;
|
||||
}
|
||||
|
||||
if (ie.transition_disable) {
|
||||
wpa_supplicant_transition_disable(sm, ie.transition_disable[0]);
|
||||
}
|
||||
|
||||
if (sm->key_install && sm->key_info & WPA_KEY_INFO_INSTALL && sm->use_ext_key_id) {
|
||||
wpa_supplicant_install_ptk(sm, KEY_FLAG_RX);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user