Home
last modified time | relevance | path

Searched refs:WPA_VERSION_WPA2 (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dwpa_auth.c655 if (sm->wpa == WPA_VERSION_WPA2) { in wpa_receive()
813 ft = sm->wpa == WPA_VERSION_WPA2 && in wpa_receive()
1069 key->type = sm->wpa == WPA_VERSION_WPA2 ? in __wpa_send_eapol()
1072 if (encr && sm->wpa == WPA_VERSION_WPA2) in __wpa_send_eapol()
1074 if (sm->wpa != WPA_VERSION_WPA2) in __wpa_send_eapol()
1079 if (sm->wpa == WPA_VERSION_WPA2 && !pairwise) in __wpa_send_eapol()
1553 if (sm->wpa == WPA_VERSION_WPA2 && in SM_STATE()
1688 if (sm->wpa == WPA_VERSION_WPA2 && wpa_key_mgmt_ft(sm->wpa_key_mgmt)) { in SM_STATE()
1836 if (sm->wpa == WPA_VERSION_WPA2) { in SM_STATE()
2160 if (sm->wpa == WPA_VERSION_WPA2) { in SM_STATE()
[all …]
Dwpa_auth_i.h107 WPA_VERSION_WPA2 = 2 /* WPA2 / IEEE 802.11i */ enumerator
Dwpa_auth_ie.c605 sm->wpa = WPA_VERSION_WPA2; in wpa_validate_wpa_ie()