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.c3884 (nla_put_u16(msg, NL80211_ATTR_CONTROL_PORT_ETHERTYPE, ETH_P_PAE) || in wpa_driver_nl80211_set_ap()
4743 ll.sll_protocol = htons(ETH_P_PAE); in nl80211_send_eapol_data()
4806 WPA_PUT_BE16(pos, ETH_P_PAE); in wpa_driver_nl80211_hapd_send_eapol()
5223 (nla_put_u16(msg, NL80211_ATTR_CONTROL_PORT_ETHERTYPE, ETH_P_PAE) || in nl80211_connect_common()
6425 drv->eapol_sock = socket(PF_PACKET, SOCK_DGRAM, htons(ETH_P_PAE)); in i802_init()
/external/libnl/include/linux-private/linux/
Dif_ether.h79 #define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */ macro
/external/strace/xlat/
Dethernet_protocols.in37 ETH_P_PAE
Dethernet_protocols.h114 #if defined(ETH_P_PAE) || (defined(HAVE_DECL_ETH_P_PAE) && HAVE_DECL_ETH_P_PAE)
115 XLAT(ETH_P_PAE),
/external/kernel-headers/original/uapi/linux/
Dif_ether.h84 #define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */ macro
/external/iproute2/include/linux/
Dif_ether.h81 #define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */ macro
/external/wpa_supplicant_8/src/utils/
Dcommon.h322 #ifndef ETH_P_PAE
323 #define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */ macro
326 #define ETH_P_EAPOL ETH_P_PAE
/external/libnl/lib/
Dutils.c786 __ADD(ETH_P_PAE,pae)
/external/wpa_supplicant_8/src/pae/
Dieee802_1x_kay.c3074 if (be_to_host16(eth_hdr->ethertype) != ETH_P_PAE || in kay_l2_receive()
3179 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.c2343 if (WPA_GET_BE16(pos) != ETH_P_PAE) in ieee802_1x_tx_status()