Home
last modified time | relevance | path

Searched refs:EAP_TYPE_NOTIFICATION (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/tcpdump/
H A Dprint-eap.c75 #define EAP_TYPE_NOTIFICATION 2 macro
91 { EAP_TYPE_NOTIFICATION, "Notification" },
202 case EAP_TYPE_NOTIFICATION: in eap_print()
/freebsd/contrib/wpa/src/eap_common/
H A Deap_defs.h70 EAP_TYPE_NOTIFICATION = 2 /* RFC 3748 */, enumerator
/freebsd/contrib/wpa/src/eap_peer/
H A Deap.c1256 sm->reqMethod == EAP_TYPE_NOTIFICATION && in eap_peer_sm_step_received()
1266 sm->reqMethod != EAP_TYPE_NOTIFICATION) in eap_peer_sm_step_received()
1745 pos = eap_hdr_validate(EAP_VENDOR_IETF, EAP_TYPE_NOTIFICATION, req, in eap_sm_processNotify()
1767 return eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_NOTIFICATION, 0, in eap_sm_buildNotify()
/freebsd/contrib/wpa/wpa_supplicant/
H A Deapol_test.c733 case EAP_TYPE_NOTIFICATION: return "Notification"; in eap_type_text()
/freebsd/contrib/wpa/src/eap_server/
H A Deap_server.c584 sm->currentMethod == EAP_TYPE_NOTIFICATION) in SM_STATE()