Searched refs:ETH_P_EAPOL (Results 1 - 25 of 36) sorted by relevance

12

/external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
H A Dwpa.h22 #ifndef ETH_P_EAPOL
23 #define ETH_P_EAPOL 0x888e macro
H A Dpeerkey.c120 wpa_eapol_key_send(sm, sm->ptk.kck, ver, dst, ETH_P_EAPOL,
172 wpa_eapol_key_send(sm, sm->ptk.kck, ver, src_addr, ETH_P_EAPOL,
385 wpa_eapol_key_send(sm, NULL, ver, peerkey->addr, ETH_P_EAPOL,
441 ETH_P_EAPOL, mbuf, mlen, msg->key_mic);
1119 wpa_eapol_key_send(sm, sm->ptk.kck, ver, bssid, ETH_P_EAPOL,
H A Dwpa.c98 * @proto: Ethertype (usually ETH_P_EAPOL)
186 wpa_eapol_key_send(sm, sm->ptk.kck, ver, bssid, ETH_P_EAPOL,
285 wpa_sm_ether_send(sm, sm->bssid, ETH_P_EAPOL,
351 wpa_eapol_key_send(sm, ptk->kck, ver, dst, ETH_P_EAPOL,
935 wpa_eapol_key_send(sm, ptk->kck, ver, dst, ETH_P_EAPOL,
1198 wpa_eapol_key_send(sm, sm->ptk.kck, ver, sm->bssid, ETH_P_EAPOL,
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
H A Ddriver_roboswitch.c26 #ifndef ETH_P_EAPOL
27 #define ETH_P_EAPOL 0x888e macro
185 if (len > 14 && WPA_GET_BE16(buf + 12) == ETH_P_EAPOL &&
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dcommon.h307 #ifndef ETH_P_EAPOL
308 #define ETH_P_EAPOL ETH_P_PAE macro
309 #endif /* ETH_P_EAPOL */
/external/wpa_supplicant_8/src/utils/
H A Dcommon.h307 #ifndef ETH_P_EAPOL
308 #define ETH_P_EAPOL ETH_P_PAE macro
309 #endif /* ETH_P_EAPOL */
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dcommon.h307 #ifndef ETH_P_EAPOL
308 #define ETH_P_EAPOL ETH_P_PAE macro
309 #endif /* ETH_P_EAPOL */
/external/wpa_supplicant_6/wpa_supplicant/
H A Dwpa_priv.c30 #ifndef ETH_P_EAPOL
31 #define ETH_P_EAPOL 0x888e macro
480 if (proto != ETH_P_EAPOL && proto != ETH_P_RSN_PREAUTH) {
555 if (proto != ETH_P_EAPOL && proto != ETH_P_RSN_PREAUTH) {
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_madwifi.c1109 eth->h_proto = host_to_be16(ETH_P_EAPOL);
1114 status = l2_packet_send(drv->sock_xmit, addr, ETH_P_EAPOL, bp, len);
1159 drv->sock_xmit = l2_packet_init(drv->iface, NULL, ETH_P_EAPOL,
1169 ETH_P_EAPOL, handle_read, drv,
1176 drv->sock_recv = l2_packet_init(brname, NULL, ETH_P_EAPOL,
H A Ddriver_bsd.c531 return l2_packet_send(drv->sock_xmit, addr, ETH_P_EAPOL, data,
825 drv->sock_xmit = l2_packet_init(drv->ifname, NULL, ETH_P_EAPOL,
1046 drv->sock_xmit = l2_packet_init(drv->ifname, NULL, ETH_P_EAPOL,
H A Ddriver_roboswitch.c175 if (len > 14 && WPA_GET_BE16(buf + 12) == ETH_P_EAPOL &&
H A Ddriver_atheros.c1603 eth->h_proto = host_to_be16(ETH_P_EAPOL);
1608 status = l2_packet_send(drv->sock_xmit, addr, ETH_P_EAPOL, bp, len);
1653 drv->sock_xmit = l2_packet_init(drv->iface, NULL, ETH_P_EAPOL,
1663 ETH_P_EAPOL, handle_read, drv,
1670 drv->sock_recv = l2_packet_init(brname, NULL, ETH_P_EAPOL,
/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dpeerkey.c115 wpa_eapol_key_send(sm, sm->ptk.kck, ver, dst, ETH_P_EAPOL,
167 wpa_eapol_key_send(sm, sm->ptk.kck, ver, src_addr, ETH_P_EAPOL,
380 wpa_eapol_key_send(sm, NULL, ver, peerkey->addr, ETH_P_EAPOL,
436 ETH_P_EAPOL, mbuf, mlen, msg->key_mic);
1110 wpa_eapol_key_send(sm, sm->ptk.kck, ver, bssid, ETH_P_EAPOL,
H A Dwpa.c32 * @proto: Ethertype (usually ETH_P_EAPOL)
131 wpa_eapol_key_send(sm, sm->ptk.kck, ver, bssid, ETH_P_EAPOL,
245 wpa_sm_ether_send(sm, sm->bssid, ETH_P_EAPOL,
348 wpa_eapol_key_send(sm, ptk->kck, ver, dst, ETH_P_EAPOL,
1032 wpa_eapol_key_send(sm, ptk->kck, ver, dst, ETH_P_EAPOL,
1305 wpa_eapol_key_send(sm, sm->ptk.kck, ver, sm->bssid, ETH_P_EAPOL,
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_madwifi.c1109 eth->h_proto = host_to_be16(ETH_P_EAPOL);
1114 status = l2_packet_send(drv->sock_xmit, addr, ETH_P_EAPOL, bp, len);
1159 drv->sock_xmit = l2_packet_init(drv->iface, NULL, ETH_P_EAPOL,
1169 ETH_P_EAPOL, handle_read, drv,
1176 drv->sock_recv = l2_packet_init(brname, NULL, ETH_P_EAPOL,
H A Ddriver_bsd.c531 return l2_packet_send(drv->sock_xmit, addr, ETH_P_EAPOL, data,
825 drv->sock_xmit = l2_packet_init(drv->ifname, NULL, ETH_P_EAPOL,
1046 drv->sock_xmit = l2_packet_init(drv->ifname, NULL, ETH_P_EAPOL,
H A Ddriver_roboswitch.c175 if (len > 14 && WPA_GET_BE16(buf + 12) == ETH_P_EAPOL &&
H A Ddriver_atheros.c1603 eth->h_proto = host_to_be16(ETH_P_EAPOL);
1608 status = l2_packet_send(drv->sock_xmit, addr, ETH_P_EAPOL, bp, len);
1653 drv->sock_xmit = l2_packet_init(drv->iface, NULL, ETH_P_EAPOL,
1663 ETH_P_EAPOL, handle_read, drv,
1670 drv->sock_recv = l2_packet_init(brname, NULL, ETH_P_EAPOL,
/external/wpa_supplicant_8/src/rsn_supp/
H A Dpeerkey.c115 wpa_eapol_key_send(sm, sm->ptk.kck, ver, dst, ETH_P_EAPOL,
167 wpa_eapol_key_send(sm, sm->ptk.kck, ver, src_addr, ETH_P_EAPOL,
380 wpa_eapol_key_send(sm, NULL, ver, peerkey->addr, ETH_P_EAPOL,
436 ETH_P_EAPOL, mbuf, mlen, msg->key_mic);
1110 wpa_eapol_key_send(sm, sm->ptk.kck, ver, bssid, ETH_P_EAPOL,
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_madwifi.c1109 eth->h_proto = host_to_be16(ETH_P_EAPOL);
1114 status = l2_packet_send(drv->sock_xmit, addr, ETH_P_EAPOL, bp, len);
1159 drv->sock_xmit = l2_packet_init(drv->iface, NULL, ETH_P_EAPOL,
1169 ETH_P_EAPOL, handle_read, drv,
1176 drv->sock_recv = l2_packet_init(brname, NULL, ETH_P_EAPOL,
H A Ddriver_bsd.c531 return l2_packet_send(drv->sock_xmit, addr, ETH_P_EAPOL, data,
825 drv->sock_xmit = l2_packet_init(drv->ifname, NULL, ETH_P_EAPOL,
1046 drv->sock_xmit = l2_packet_init(drv->ifname, NULL, ETH_P_EAPOL,
H A Ddriver_roboswitch.c175 if (len > 14 && WPA_GET_BE16(buf + 12) == ETH_P_EAPOL &&
/external/wpa_supplicant_8/wpa_supplicant/src/rsn_supp/
H A Dpeerkey.c115 wpa_eapol_key_send(sm, sm->ptk.kck, ver, dst, ETH_P_EAPOL,
167 wpa_eapol_key_send(sm, sm->ptk.kck, ver, src_addr, ETH_P_EAPOL,
380 wpa_eapol_key_send(sm, NULL, ver, peerkey->addr, ETH_P_EAPOL,
436 ETH_P_EAPOL, mbuf, mlen, msg->key_mic);
1110 wpa_eapol_key_send(sm, sm->ptk.kck, ver, bssid, ETH_P_EAPOL,
/external/wpa_supplicant_8/wpa_supplicant/
H A Dibss_rsn.c257 return l2_packet_send(wpa_s->l2, addr, ETH_P_EAPOL, data,
260 return wpa_drv_send_eapol(wpa_s, addr, ETH_P_EAPOL, data, data_len);
H A Dwpa_priv.c357 if (proto != ETH_P_EAPOL && proto != ETH_P_RSN_PREAUTH) {
432 if (proto != ETH_P_EAPOL && proto != ETH_P_RSN_PREAUTH) {

Completed in 445 milliseconds

12