Searched refs:EAP_TYPE_NOTIFICATION (Results 1 – 5 of 5) sorted by relevance
73 #define EAP_TYPE_NOTIFICATION 2 macro89 { EAP_TYPE_NOTIFICATION, "Notification" },201 case EAP_TYPE_NOTIFICATION: in eap_print()
70 EAP_TYPE_NOTIFICATION = 2 /* RFC 3748 */, enumerator
1257 sm->reqMethod == EAP_TYPE_NOTIFICATION && in eap_peer_sm_step_received()1267 sm->reqMethod != EAP_TYPE_NOTIFICATION) in eap_peer_sm_step_received()1777 pos = eap_hdr_validate(EAP_VENDOR_IETF, EAP_TYPE_NOTIFICATION, req, in eap_sm_processNotify()1799 return eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_NOTIFICATION, 0, in eap_sm_buildNotify()
741 case EAP_TYPE_NOTIFICATION: return "Notification"; in eap_type_text()
584 sm->currentMethod == EAP_TYPE_NOTIFICATION) in SM_STATE()