Home
last modified time | relevance | path

Searched refs:EAP_FAST_VERSION (Results 1 – 6 of 6) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
Deap_fast_common.h12 #define EAP_FAST_VERSION 1 macro
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
Deap_fast_common.h12 #define EAP_FAST_VERSION 1 macro
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
Deap_server_fast.c427 data->fast_version = EAP_FAST_VERSION; in eap_fast_init()
644 binding->version = EAP_FAST_VERSION; in eap_fast_build_crypto_binding()
1208 if (b->version != EAP_FAST_VERSION || in eap_fast_validate_crypto_binding()
1209 b->received_version != EAP_FAST_VERSION) { in eap_fast_validate_crypto_binding()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
Deap_server_fast.c427 data->fast_version = EAP_FAST_VERSION; in eap_fast_init()
642 binding->version = EAP_FAST_VERSION; in eap_fast_build_crypto_binding()
1194 if (b->version != EAP_FAST_VERSION || in eap_fast_validate_crypto_binding()
1195 b->received_version != EAP_FAST_VERSION) { in eap_fast_validate_crypto_binding()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
Deap_fast.c157 data->fast_version = EAP_FAST_VERSION; in eap_fast_init()
626 if (_bind->version != EAP_FAST_VERSION || in eap_fast_validate_crypto_binding()
627 _bind->received_version != EAP_FAST_VERSION || in eap_fast_validate_crypto_binding()
649 rbind->version = EAP_FAST_VERSION; in eap_fast_write_crypto_binding()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
Deap_fast.c157 data->fast_version = EAP_FAST_VERSION; in eap_fast_init()
606 if (_bind->version != EAP_FAST_VERSION || in eap_fast_validate_crypto_binding()
607 _bind->received_version != EAP_FAST_VERSION || in eap_fast_validate_crypto_binding()
629 rbind->version = EAP_FAST_VERSION; in eap_fast_write_crypto_binding()