Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/eap_common/
H A Deap_fast_common.h12 #define EAP_FAST_VERSION 1 macro
/freebsd/contrib/wpa/src/eap_server/
H A Deap_server_fast.c416 data->fast_version = EAP_FAST_VERSION; in eap_fast_init()
633 binding->version = EAP_FAST_VERSION; in eap_fast_build_crypto_binding()
1198 if (b->version != EAP_FAST_VERSION || in eap_fast_validate_crypto_binding()
1199 b->received_version != EAP_FAST_VERSION) { in eap_fast_validate_crypto_binding()
/freebsd/contrib/wpa/src/eap_peer/
H A Deap_fast.c157 data->fast_version = EAP_FAST_VERSION; in eap_fast_init()
627 if (_bind->version != EAP_FAST_VERSION || in eap_fast_validate_crypto_binding()
628 _bind->received_version != EAP_FAST_VERSION || in eap_fast_validate_crypto_binding()
650 rbind->version = EAP_FAST_VERSION; in eap_fast_write_crypto_binding()