Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/wpa/src/ap/
Dwpa_auth.c1065 if (sm->wpa == WPA_VERSION_WPA2) { in wpa_receive()
1227 if (sm->wpa == WPA_VERSION_WPA2 && mic_len == 0 && in wpa_receive()
1560 key->type = sm->wpa == WPA_VERSION_WPA2 ? in __wpa_send_eapol()
1563 if (encr && sm->wpa == WPA_VERSION_WPA2) in __wpa_send_eapol()
1565 if (sm->wpa != WPA_VERSION_WPA2) in __wpa_send_eapol()
1570 if (sm->wpa == WPA_VERSION_WPA2 && !pairwise) in __wpa_send_eapol()
2213 if (sm->wpa == WPA_VERSION_WPA2 && in SM_STATE()
3056 ft = sm->wpa == WPA_VERSION_WPA2 && wpa_key_mgmt_ft(sm->wpa_key_mgmt); in SM_STATE()
3173 if (sm->wpa == WPA_VERSION_WPA2 && wpa_key_mgmt_ft(sm->wpa_key_mgmt)) { in SM_STATE()
3438 if (sm->wpa == WPA_VERSION_WPA2) { in SM_STATE()
[all …]
Dwpa_auth_i.h114 WPA_VERSION_WPA2 = 2 /* WPA2 / IEEE 802.11i */ enumerator
Dwpa_auth_ie.c918 sm->wpa = WPA_VERSION_WPA2; in wpa_validate_wpa_ie()
996 if (conf->extended_key_id && sm->wpa == WPA_VERSION_WPA2 && in wpa_validate_wpa_ie()
1053 sm->wpa = WPA_VERSION_WPA2; in wpa_validate_osen()