Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:eapol

74 		eapol_sm_invalidate_cached_session(wpa_s->eapol);
102 eapol_sm_notify_portEnabled(wpa_s->eapol, FALSE);
103 eapol_sm_notify_portValid(wpa_s->eapol, FALSE);
105 eapol_sm_notify_eap_success(wpa_s->eapol, FALSE);
125 eapol_sm_notify_pmkid_attempt(wpa_s->eapol, 1);
238 eapol_sm_register_scard_ctx(wpa_s->eapol, wpa_s->scard);
870 * of the SUCCESS state and eapSuccess cleared. Without this, EAPOL PAE
877 eapol_sm_notify_portEnabled(wpa_s->eapol, FALSE);
878 eapol_sm_notify_portValid(wpa_s->eapol, FALSE);
881 eapol_sm_notify_eap_success(wpa_s->eapol, FALSE);
883 eapol_sm_notify_portEnabled(wpa_s->eapol, TRUE);
890 /* Timeout for receiving the first EAPOL packet */
903 eapol_sm_notify_portValid(wpa_s->eapol, TRUE);
904 eapol_sm_notify_eap_success(wpa_s->eapol, TRUE);
914 wpa_printf(MSG_DEBUG, "Process pending EAPOL frame "