HomeSort by relevance Sort by last modified time
    Searched refs:ETH_P_EAPOL (Results 1 - 14 of 14) sorted by null

  /external/syslinux/gpxe/src/include/gpxe/
if_ether.h 23 #define ETH_P_EAPOL 0x888E /* 802.1X EAP over LANs */
  /external/syslinux/gpxe/src/net/
eapol.c 84 .net_proto = htons ( ETH_P_EAPOL ),
  /external/wpa_supplicant_8/src/rsn_supp/
peerkey.c 116 wpa_eapol_key_send(sm, &sm->ptk, ver, dst, ETH_P_EAPOL, rbuf, rlen,
169 wpa_eapol_key_send(sm, &sm->ptk, ver, src_addr, ETH_P_EAPOL, rbuf, rlen,
373 wpa_eapol_key_send(sm, NULL, ver, peerkey->addr, ETH_P_EAPOL,
429 wpa_eapol_key_send(sm, &peerkey->stk, ver, peerkey->addr, ETH_P_EAPOL,
1096 wpa_eapol_key_send(sm, &sm->ptk, ver, bssid, ETH_P_EAPOL, rbuf, rlen,
    [all...]
wpa.c 40 * @proto: Ethertype (usually ETH_P_EAPOL)
232 wpa_eapol_key_send(sm, &sm->ptk, ver, bssid, ETH_P_EAPOL, rbuf, rlen,
385 wpa_sm_ether_send(sm, sm->bssid, ETH_P_EAPOL,
496 return wpa_eapol_key_send(sm, ptk, ver, dst, ETH_P_EAPOL, rbuf, rlen,
    [all...]
  /external/wpa_supplicant_8/src/utils/
common.h 325 #ifndef ETH_P_EAPOL
326 #define ETH_P_EAPOL ETH_P_PAE
327 #endif /* ETH_P_EAPOL */
  /external/wpa_supplicant_8/src/drivers/
driver_roboswitch.c 177 if (len > 14 && WPA_GET_BE16(buf + 12) == ETH_P_EAPOL &&
driver_atheros.c     [all...]
driver_bsd.c 582 return l2_packet_send(drv->sock_xmit, addr, ETH_P_EAPOL, data,
871 drv->sock_xmit = l2_packet_init(drv->ifname, NULL, ETH_P_EAPOL,
1099 drv->sock_xmit = l2_packet_init(drv->ifname, NULL, ETH_P_EAPOL,
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpas_glue.c 101 if (wpa_s->ext_eapol_frame_io && proto == ETH_P_EAPOL) {
214 res = wpa_ether_send(wpa_s, dst, ETH_P_EAPOL, msg, msglen);
    [all...]
ibss_rsn.c 284 return l2_packet_send(wpa_s->l2, addr, ETH_P_EAPOL, data,
wpa_priv.c 469 return proto == ETH_P_EAPOL || proto == ETH_P_RSN_PREAUTH ||
wpa_supplicant.c     [all...]
  /external/wpa_supplicant_8/src/ap/
wpa_auth_glue.c 457 if (hapd->ext_eapol_frame_io && proto == ETH_P_EAPOL) {
  /external/wpa_supplicant_8/src/pae/
ieee802_1x_kay.c     [all...]

Completed in 281 milliseconds