Home
last modified time | relevance | path

Searched refs:ETH_P_PAE (Results 1 – 8 of 8) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dif_ether.h80 #define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */ macro
/external/iproute2/include/linux/
Dif_ether.h79 #define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */ macro
/external/wpa_supplicant_8/src/utils/
Dcommon.h341 #ifndef ETH_P_PAE
342 #define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */ macro
345 #define ETH_P_EAPOL ETH_P_PAE
/external/wpa_supplicant_8/src/drivers/
Ddriver_wired.c133 case ETH_P_PAE: in handle_data()
210 drv->sock = socket(PF_PACKET, SOCK_RAW, htons(ETH_P_PAE)); in wired_init_sockets()
331 hdr->ethertype = htons(ETH_P_PAE); in wired_send_eapol()
Ddriver_hostap.c108 case ETH_P_PAE: in handle_data()
312 *((u16 *) pos) = htons(ETH_P_PAE); in hostap_send_eapol()
Ddriver_nl80211.c8561 ll.sll_protocol = htons(ETH_P_PAE); in nl80211_send_eapol_data()
8624 WPA_PUT_BE16(pos, ETH_P_PAE); in wpa_driver_nl80211_hapd_send_eapol()
10187 drv->eapol_sock = socket(PF_PACKET, SOCK_DGRAM, htons(ETH_P_PAE)); in i802_init()
/external/wpa_supplicant_8/src/pae/
Dieee802_1x_kay.c3099 if (ntohs(eth_hdr->ethertype) != ETH_P_PAE || in kay_l2_receive()
3195 kay->l2_mka = l2_packet_init(kay->if_name, NULL, ETH_P_PAE, in ieee802_1x_kay_init()
/external/wpa_supplicant_8/src/ap/
Dieee802_1x.c2086 if (WPA_GET_BE16(pos) != ETH_P_PAE) in ieee802_1x_tx_status()