Home
last modified time | relevance | path

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

/dragonfly/contrib/tcpdump/
H A Dprint-eap.c75 #define EAP_TYPE_NOTIFICATION 2 macro
91 { EAP_TYPE_NOTIFICATION, "Notification" },
185 case EAP_TYPE_NOTIFICATION: in eap_print()
/dragonfly/contrib/wpa_supplicant/src/eap_common/
H A Deap_defs.h70 EAP_TYPE_NOTIFICATION = 2 /* RFC 3748 */, enumerator
/dragonfly/contrib/wpa_supplicant/src/eap_peer/
H A Deap.c1231 sm->reqMethod == EAP_TYPE_NOTIFICATION && in eap_peer_sm_step_received()
1241 sm->reqMethod != EAP_TYPE_NOTIFICATION) in eap_peer_sm_step_received()
1707 pos = eap_hdr_validate(EAP_VENDOR_IETF, EAP_TYPE_NOTIFICATION, req, in eap_sm_processNotify()
1729 return eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_NOTIFICATION, 0, in eap_sm_buildNotify()
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A Deapol_test.c735 case EAP_TYPE_NOTIFICATION: return "Notification"; in eap_type_text()
/dragonfly/contrib/wpa_supplicant/src/eap_server/
H A Deap_server.c577 sm->currentMethod == EAP_TYPE_NOTIFICATION) in SM_STATE()