Home
last modified time | relevance | path

Searched refs:eap_get_type (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/wpa/src/eap_common/
H A Deap_common.h29 enum eap_type eap_get_type(const struct wpabuf *msg);
H A Deap_common.c199 enum eap_type eap_get_type(const struct wpabuf *msg) in eap_get_type() function
/freebsd/contrib/wpa/src/eap_peer/
H A Deap_peap.c852 eap_get_type(in_decrypted) == EAP_TYPE_IDENTITY) { in eap_peap_decrypt()
858 eap_get_type(in_decrypted) == EAP_TYPE_TLV) { in eap_peap_decrypt()
998 eap_get_type(resp) == EAP_TYPE_TLV) in eap_peap_decrypt()
/freebsd/contrib/wpa/src/eapol_auth/
H A Deapol_auth_sm.c134 if (eap_get_type(sm->eap_if->eapReqData) == EAP_TYPE_IDENTITY) in eapol_auth_tx_req()