Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:eapol

244  * wpa_supplicant_initiate_eapol - Configure EAPOL state machine
247 * This function is used to configure EAPOL state machine based on the selected
256 eapol_sm_notify_eap_success(wpa_s->eapol, FALSE);
257 eapol_sm_notify_eap_fail(wpa_s->eapol, FALSE);
261 eapol_sm_notify_portControl(wpa_s->eapol, ForceAuthorized);
263 eapol_sm_notify_portControl(wpa_s->eapol, Auto);
288 eapol_sm_notify_config(wpa_s->eapol, &ssid->eap, &eapol_conf);
351 eapol_sm_register_scard_ctx(wpa_s->eapol, NULL);
372 eapol_sm_deinit(wpa_s->eapol);
373 wpa_s->eapol = NULL;
587 eapol_sm_invalidate_cached_session(wpa_s->eapol);
590 * TODO: should notify EAPOL SM about changes in opensc_engine_path,
598 eapol_sm_notify_eap_success(wpa_s->eapol, FALSE);
600 eapol_sm_notify_config(wpa_s->eapol, NULL, NULL);
1032 eapol_sm_notify_pmkid_attempt(wpa_s->eapol, 1);
1215 eapol_sm_invalidate_cached_session(wpa_s->eapol);
1246 eapol_sm_notify_config(wpa_s->eapol, NULL, NULL);
1274 eapol_sm_notify_config(wpa_s->eapol, NULL, NULL);
1551 wpa_printf(MSG_DEBUG, "RX EAPOL from " MACSTR, MAC2STR(src_addr));
1552 wpa_hexdump(MSG_MSGDUMP, "RX EAPOL", buf, len);
1557 * association event and the EAPOL frame since they are coming
1559 * issues in trying to process the EAPOL frame before receiving
1564 "received EAPOL frame");
1576 wpa_printf(MSG_DEBUG, "Ignored received EAPOL frame since "
1596 wpa_printf(MSG_INFO, "WPA: Countermeasures - dropped EAPOL "
1601 /* Source address of the incoming EAPOL frame could be compared to the
1609 eapol_sm_rx_eapol(wpa_s->eapol, src_addr, buf, len) > 0)
1618 * need this to allow the EAPOL state machines to be completed
1619 * without going through EAPOL-Key handshake.
1621 eapol_sm_notify_portValid(wpa_s->eapol, TRUE);
1841 eapol_sm_notify_portEnabled(wpa_s->eapol, FALSE);
1842 eapol_sm_notify_portValid(wpa_s->eapol, FALSE);
1846 * EAPOL-Key packets if both become available for the same select()
1914 wpa_sm_set_eapol(wpa_s->wpa, wpa_s->eapol);