Home
last modified time | relevance | path

Searched refs:ETH_P_EAPOL (Results 1 – 14 of 14) sorted by relevance

/external/syslinux/gpxe/src/include/gpxe/
Dif_ether.h23 #define ETH_P_EAPOL 0x888E /* 802.1X EAP over LANs */ macro
/external/syslinux/gpxe/src/net/
Deapol.c84 .net_proto = htons ( ETH_P_EAPOL ),
/external/wpa_supplicant_8/src/rsn_supp/
Dpeerkey.c116 wpa_eapol_key_send(sm, &sm->ptk, ver, dst, ETH_P_EAPOL, rbuf, rlen, in wpa_supplicant_send_smk_error()
169 wpa_eapol_key_send(sm, &sm->ptk, ver, src_addr, ETH_P_EAPOL, rbuf, rlen, in wpa_supplicant_send_smk_m3()
373 wpa_eapol_key_send(sm, NULL, ver, peerkey->addr, ETH_P_EAPOL, in wpa_supplicant_send_stk_1_of_4()
429 wpa_eapol_key_send(sm, &peerkey->stk, ver, peerkey->addr, ETH_P_EAPOL, in wpa_supplicant_send_stk_3_of_4()
1096 wpa_eapol_key_send(sm, &sm->ptk, ver, bssid, ETH_P_EAPOL, rbuf, rlen, in wpa_sm_stkstart()
Dwpa.c232 wpa_eapol_key_send(sm, &sm->ptk, ver, bssid, ETH_P_EAPOL, rbuf, rlen, in wpa_sm_key_request()
385 wpa_sm_ether_send(sm, sm->bssid, ETH_P_EAPOL, in wpa_supplicant_get_pmk()
496 return wpa_eapol_key_send(sm, ptk, ver, dst, ETH_P_EAPOL, rbuf, rlen, in wpa_supplicant_send_2_of_4()
1308 return wpa_eapol_key_send(sm, ptk, ver, dst, ETH_P_EAPOL, rbuf, rlen, in wpa_supplicant_send_4_of_4()
1615 return wpa_eapol_key_send(sm, &sm->ptk, ver, sm->bssid, ETH_P_EAPOL, in wpa_supplicant_send_2_of_2()
/external/wpa_supplicant_8/src/utils/
Dcommon.h325 #ifndef ETH_P_EAPOL
326 #define ETH_P_EAPOL ETH_P_PAE macro
/external/wpa_supplicant_8/src/drivers/
Ddriver_atheros.c1586 eth->h_proto = host_to_be16(ETH_P_EAPOL); in atheros_send_eapol()
1591 status = l2_packet_send(drv->sock_xmit, addr, ETH_P_EAPOL, bp, len); in atheros_send_eapol()
1639 drv->sock_xmit = l2_packet_init(drv->iface, NULL, ETH_P_EAPOL, in atheros_init()
1650 ETH_P_EAPOL, handle_read, drv, in atheros_init()
1657 drv->sock_recv = l2_packet_init(brname, NULL, ETH_P_EAPOL, in atheros_init()
Ddriver_roboswitch.c177 if (len > 14 && WPA_GET_BE16(buf + 12) == ETH_P_EAPOL && in wpa_driver_roboswitch_receive()
Ddriver_bsd.c582 return l2_packet_send(drv->sock_xmit, addr, ETH_P_EAPOL, data, in bsd_send_eapol()
871 drv->sock_xmit = l2_packet_init(drv->ifname, NULL, ETH_P_EAPOL, in bsd_init()
1099 drv->sock_xmit = l2_packet_init(drv->ifname, NULL, ETH_P_EAPOL, in wpa_driver_bsd_associate()
/external/wpa_supplicant_8/wpa_supplicant/
Dwpas_glue.c101 if (wpa_s->ext_eapol_frame_io && proto == ETH_P_EAPOL) { in wpa_ether_send()
214 res = wpa_ether_send(wpa_s, dst, ETH_P_EAPOL, msg, msglen); in wpa_supplicant_eapol_send()
Dibss_rsn.c284 return l2_packet_send(wpa_s->l2, addr, ETH_P_EAPOL, data, in auth_send_eapol()
Dwpa_priv.c469 return proto == ETH_P_EAPOL || proto == ETH_P_RSN_PREAUTH || in wpa_priv_allowed_l2_proto()
Dwpa_supplicant.c3602 ETH_P_EAPOL, in wpa_supplicant_update_mac_addr()
3674 ETH_P_EAPOL, wpa_supplicant_rx_eapol_bridge, wpa_s, 1); in wpa_supplicant_driver_init()
/external/wpa_supplicant_8/src/ap/
Dwpa_auth_glue.c457 if (hapd->ext_eapol_frame_io && proto == ETH_P_EAPOL) { in hostapd_wpa_auth_send_ether()
/external/wpa_supplicant_8/src/pae/
Dieee802_1x_kay.c2251 ether_hdr->ethertype = host_to_be16(ETH_P_EAPOL); in ieee802_1x_kay_encode_mkpdu()