HomeSort by relevance Sort by last modified time
    Searched defs:eapol (Results 1 - 5 of 5) sorted by null

  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm.c 2 * IEEE 802.1X-2004 Authenticator - EAPOL state machine
27 /* EAPOL state machines are described in IEEE Std 802.1X-2004, Chap. 8.2 */
30 sm->eapol->cb.set_port_authorized(sm->eapol->conf.ctx, sm->sta, 1)
32 sm->eapol->cb.set_port_authorized(sm->eapol->conf.ctx, sm->sta, 0)
38 #define abortAuth() sm->eapol->cb.abort_auth(sm->eapol->conf.ctx, sm->sta)
39 #define txKey() sm->eapol->cb.tx_key(sm->eapol->conf.ctx, sm->sta
880 struct eapol_authenticator *eapol = sm->eapol; local
1129 struct eapol_authenticator *eapol; local
    [all...]
eapol_auth_sm_i.h 2 * IEEE 802.1X-2004 Authenticator - EAPOL state machine (internal definitions)
25 * struct eapol_authenticator - Global EAPOL authenticator data
147 /* EAPOL/AAA <-> EAP full authenticator interface */
162 /* Keys for encrypting and signing EAPOL-Key frames */
173 struct eapol_authenticator *eapol; member in struct:eapol_state_machine
  /external/wpa_supplicant_8/src/rsn_supp/
wpa_i.h 33 struct eapol_sm *eapol; /* EAPOL state machine from upper level code */ member in struct:wpa_sm
  /external/wpa_supplicant_8/src/ap/
ieee802_1x.c 158 "and signing EAPOL-Key");
183 wpa_printf(MSG_DEBUG, "IEEE 802.1X: Sending EAPOL-Key to " MACSTR
195 struct eapol_authenticator *eapol = hapd->eapol_auth; local
201 wpa_printf(MSG_DEBUG, "IEEE 802.1X: Sending EAPOL-Key(s) to " MACSTR,
211 if (eapol->default_wep_key) {
212 ieee802_1x_tx_key_one(hapd, sta, eapol->default_wep_key_idx, 1,
213 eapol->default_wep_key,
236 * has ACKed EAPOL-Key frame */
768 * ieee802_1x_receive - Process the EAPOL frames from the Supplicant
770 * @sa: Source address (sender of the EAPOL frame
1723 struct eapol_authenticator *eapol = hapd->eapol_auth; local
1761 struct eapol_authenticator *eapol = hapd->eapol_auth; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant_i.h 115 * device, the bridge interface may need to be used for receiving EAPOL
117 * receiving of EAPOL frames from an additional interface.
489 struct eapol_sm *eapol; member in struct:wpa_supplicant
499 int eapol_received; /* number of EAPOL packets received after the

Completed in 327 milliseconds