HomeSort by: relevance | last modified time | path
    Searched defs:eapol (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/wpa/dist/src/ap/
ieee802_11_auth.c 51 u8 *eapol; member in struct:hostapd_acl_query_data
109 os_free(query->eapol);
184 if (query->eapol &&
188 query->eapol, query->eapol_len)) {
189 wpa_printf(MSG_DEBUG, "Could not add FreeRADIUS-802.1X-EAPoL-Key-Msg");
723 const u8 *eapol, size_t eapol_len)
737 if (eapol) {
738 query->eapol = os_memdup(eapol, eapol_len);
ieee802_1x.c 89 "EAPOL-TX " MACSTR " %s",
236 /* NTP timestamp did not increment from last EAPOL-Key frame;
268 "No eapKeyData available for encrypting and signing EAPOL-Key");
297 wpa_printf(MSG_DEBUG, "IEEE 802.1X: Sending EAPOL-Key to " MACSTR
309 struct eapol_authenticator *eapol = hapd->eapol_auth; local
315 wpa_printf(MSG_DEBUG, "IEEE 802.1X: Sending EAPOL-Key(s) to " MACSTR,
325 if (eapol->default_wep_key) {
326 ieee802_1x_tx_key_one(hapd, sta, eapol->default_wep_key_idx, 1,
327 eapol->default_wep_key,
351 * has ACKed EAPOL-Key frame *
2221 struct eapol_authenticator *eapol = hapd->eapol_auth; local
2259 struct eapol_authenticator *eapol = hapd->eapol_auth; local
    [all...]
  /src/external/bsd/wpa/dist/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
905 struct eapol_authenticator *eapol = sm->eapol; local
1236 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 */
167 struct eapol_authenticator *eapol; member in struct:eapol_state_machine
  /src/external/bsd/wpa/dist/src/pasn/
pasn_common.h 109 struct eapol_sm *eapol; member in struct:pasn_data
  /src/external/bsd/wpa/dist/src/rsn_supp/
wpa_i.h 45 struct eapol_sm *eapol; /* EAPOL state machine from upper level code */ member in struct:wpa_sm
  /src/external/bsd/wpa/dist/wpa_supplicant/
wpa_supplicant_i.h 112 * device, the bridge interface may need to be used for receiving EAPOL
114 * receiving of EAPOL frames from an additional interface.
815 struct eapol_sm *eapol; member in struct:wpa_supplicant
826 int eapol_received; /* number of EAPOL packets received after the

Completed in 34 milliseconds