Searched refs:ETH_P_PAE (Results 1 – 12 of 12) sorted by relevance
/external/wpa_supplicant_8/src/drivers/ |
D | driver_wired.c | 99 case ETH_P_PAE: in handle_data() 176 drv->common.sock = socket(PF_PACKET, SOCK_RAW, htons(ETH_P_PAE)); in wired_init_sockets() 308 hdr->ethertype = htons(ETH_P_PAE); in wired_send_eapol()
|
D | driver_hostap.c | 108 case ETH_P_PAE: in handle_data() 307 *((u16 *) pos) = htons(ETH_P_PAE); in hostap_send_eapol()
|
D | driver_nl80211.c | 3923 (nla_put_u16(msg, NL80211_ATTR_CONTROL_PORT_ETHERTYPE, ETH_P_PAE) || in wpa_driver_nl80211_set_ap() 4782 ll.sll_protocol = htons(ETH_P_PAE); in nl80211_send_eapol_data() 4845 WPA_PUT_BE16(pos, ETH_P_PAE); in wpa_driver_nl80211_hapd_send_eapol() 5319 (nla_put_u16(msg, NL80211_ATTR_CONTROL_PORT_ETHERTYPE, ETH_P_PAE) || in nl80211_connect_common() 6589 drv->eapol_sock = socket(PF_PACKET, SOCK_DGRAM, htons(ETH_P_PAE)); in i802_init()
|
/external/strace/xlat/ |
D | ethernet_protocols.h | 117 #if defined(ETH_P_PAE) || (defined(HAVE_DECL_ETH_P_PAE) && HAVE_DECL_ETH_P_PAE) 118 XLAT(ETH_P_PAE),
|
D | ethernet_protocols.in | 38 ETH_P_PAE
|
/external/libnl/include/linux-private/linux/ |
D | if_ether.h | 79 #define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */ macro
|
/external/wpa_supplicant_8/src/utils/ |
D | common.h | 331 #ifndef ETH_P_PAE 332 #define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */ macro 335 #define ETH_P_EAPOL ETH_P_PAE
|
/external/kernel-headers/original/uapi/linux/ |
D | if_ether.h | 87 #define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */ macro
|
/external/iproute2/include/uapi/linux/ |
D | if_ether.h | 86 #define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */ macro
|
/external/libnl/lib/ |
D | utils.c | 786 __ADD(ETH_P_PAE,pae)
|
/external/wpa_supplicant_8/src/pae/ |
D | ieee802_1x_kay.c | 3078 if (be_to_host16(eth_hdr->ethertype) != ETH_P_PAE || in kay_l2_receive() 3183 kay->l2_mka = l2_packet_init(kay->if_name, NULL, ETH_P_PAE, in ieee802_1x_kay_init()
|
/external/wpa_supplicant_8/src/ap/ |
D | ieee802_1x.c | 2346 if (WPA_GET_BE16(pos) != ETH_P_PAE) in ieee802_1x_tx_status()
|