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

  /external/syslinux/gpxe/src/net/
eapol.c 30 #include <gpxe/eapol.h>
35 * Receive EAPOL network-layer packet
46 struct eapol_frame *eapol = iob->data; local
55 if ( handler->type == eapol->type ) {
62 return -( ENOTSUP | ( ( eapol->type & 0x1f ) << 8 ) );
66 * Transcribe EAPOL network-layer address
71 * EAPOL doesn't have network-layer addresses, so we just return the
72 * string @c "<EAPOL>".
76 return "<EAPOL>";
79 /** EAPOL network protocol *
    [all...]
  /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
907 struct eapol_authenticator *eapol = sm->eapol; local
1278 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
  /external/syslinux/gpxe/src/net/80211/
wpa.c 24 #include <gpxe/eapol.h>
86 * @v ver Version bits of EAPOL-Key info field
380 * @v rsc Receive sequence counter field in EAPOL-Key packet
400 * @v rsc Receive sequence counter field in EAPOL-Key packet
438 * Allocate I/O buffer for construction of outgoing EAPOL-Key frame
444 * EAPOL headers, and will have @c iob->tail pointing to the start of
465 * Send EAPOL-Key packet
479 struct eapol_frame *eapol = iob_push ( iob, EAPOL_HDR_LEN ); local
485 eapol->version = EAPOL_THIS_VERSION;
486 eapol->type = EAPOL_TYPE_KEY
973 REQUIRE_OBJECT ( eapol ); variable
    [all...]
  /external/wpa_supplicant_8/src/ap/
ieee802_1x.c 82 "EAPOL-TX " MACSTR " %s",
180 "and signing EAPOL-Key");
205 wpa_printf(MSG_DEBUG, "IEEE 802.1X: Sending EAPOL-Key to " MACSTR
217 struct eapol_authenticator *eapol = hapd->eapol_auth; local
223 wpa_printf(MSG_DEBUG, "IEEE 802.1X: Sending EAPOL-Key(s) to " MACSTR,
233 if (eapol->default_wep_key) {
234 ieee802_1x_tx_key_one(hapd, sta, eapol->default_wep_key_idx, 1,
235 eapol->default_wep_key,
258 * has ACKed EAPOL-Key frame */
892 * ieee802_1x_receive - Process the EAPOL frames from the Supplican
1920 struct eapol_authenticator *eapol = hapd->eapol_auth; local
1958 struct eapol_authenticator *eapol = hapd->eapol_auth; local
    [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
wpa_i.h 39 struct eapol_sm *eapol; /* EAPOL state machine from upper level code */ member in struct:wpa_sm
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant_i.h 107 * device, the bridge interface may need to be used for receiving EAPOL
109 * receiving of EAPOL frames from an additional interface.
597 struct eapol_sm *eapol; member in struct:wpa_supplicant
608 int eapol_received; /* number of EAPOL packets received after the
    [all...]

Completed in 177 milliseconds