Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/drivers/
Ddriver_wired.c99 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()
Ddriver_hostap.c108 case ETH_P_PAE: in handle_data()
307 *((u16 *) pos) = htons(ETH_P_PAE); in hostap_send_eapol()
Ddriver_nl80211.c3923 (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/
Dethernet_protocols.h117 #if defined(ETH_P_PAE) || (defined(HAVE_DECL_ETH_P_PAE) && HAVE_DECL_ETH_P_PAE)
118 XLAT(ETH_P_PAE),
Dethernet_protocols.in38 ETH_P_PAE
/external/libnl/include/linux-private/linux/
Dif_ether.h79 #define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */ macro
/external/wpa_supplicant_8/src/utils/
Dcommon.h331 #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/
Dif_ether.h87 #define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */ macro
/external/iproute2/include/uapi/linux/
Dif_ether.h86 #define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */ macro
/external/libnl/lib/
Dutils.c786 __ADD(ETH_P_PAE,pae)
/external/wpa_supplicant_8/src/pae/
Dieee802_1x_kay.c3078 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/
Dieee802_1x.c2346 if (WPA_GET_BE16(pos) != ETH_P_PAE) in ieee802_1x_tx_status()