/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_macsec_qca.c | 154 case ETH_P_PAE: in macsec_qca_handle_data() 197 drv->common.sock = socket(PF_PACKET, SOCK_RAW, htons(ETH_P_PAE)); in macsec_qca_init_sockets() 367 hdr->ethertype = htons(ETH_P_PAE); in macsec_qca_send_eapol()
|
D | driver_macsec_linux.c | 1427 case ETH_P_PAE: in macsec_drv_handle_data() 1472 drv->common.sock = socket(PF_PACKET, SOCK_RAW, htons(ETH_P_PAE)); in macsec_drv_init_sockets() 1596 hdr->ethertype = htons(ETH_P_PAE); in macsec_drv_send_eapol()
|
D | driver_hostap.c | 108 case ETH_P_PAE: in handle_data() 312 *((u16 *) pos) = htons(ETH_P_PAE); in hostap_send_eapol()
|
D | driver_nl80211_event.c | 819 WPA_GET_BE16(frame + 2 * ETH_ALEN) == ETH_P_PAE) { in mlme_event_mgmt_tx_status() 2800 case ETH_P_PAE: in nl80211_control_port_frame()
|
D | driver_nl80211.c | 525 nla_put_u16(msg, NL80211_ATTR_CONTROL_PORT_ETHERTYPE, ETH_P_PAE) || in send_and_recv_msgs_owner() 4721 (nla_put_u16(msg, NL80211_ATTR_CONTROL_PORT_ETHERTYPE, ETH_P_PAE) || in wpa_driver_nl80211_set_ap() 5754 ll.sll_protocol = htons(ETH_P_PAE); in nl80211_send_eapol_data() 5824 WPA_PUT_BE16(pos, ETH_P_PAE); in wpa_driver_nl80211_hapd_send_eapol() 6370 (nla_put_u16(msg, NL80211_ATTR_CONTROL_PORT_ETHERTYPE, ETH_P_PAE) || in nl80211_connect_common() 7798 drv->eapol_sock = socket(PF_PACKET, SOCK_DGRAM, htons(ETH_P_PAE)); in i802_init()
|
/external/strace/xlat/ |
D | ethernet_protocols.h | 454 #if defined(ETH_P_PAE) || (defined(HAVE_DECL_ETH_P_PAE) && HAVE_DECL_ETH_P_PAE) 456 static_assert((ETH_P_PAE) == (0x888E), "ETH_P_PAE != 0x888E"); 459 # define ETH_P_PAE 0x888E 714 XLAT(ETH_P_PAE),
|
D | ethernet_protocols.in | 66 ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */
|
/external/iproute2/include/uapi/linux/ |
D | if_ether.h | 86 #define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */ macro
|
/external/libnl/include/linux-private/linux/ |
D | if_ether.h | 88 #define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */ macro
|
/external/kernel-headers/original/uapi/linux/ |
D | if_ether.h | 88 #define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */ macro
|
/external/wpa_supplicant_8/src/utils/ |
D | common.h | 332 #ifndef ETH_P_PAE 333 #define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */ macro 336 #define ETH_P_EAPOL ETH_P_PAE
|
/external/crosvm/net_sys/src/ |
D | if_tun.rs | 88 pub const ETH_P_PAE: ::std::os::raw::c_uint = 34958; constant
|
/external/libnl/lib/ |
D | utils.c | 816 __ADD(ETH_P_PAE,pae),
|
/external/crosvm/virtio_sys/src/ |
D | virtio_net.rs | 110 pub const ETH_P_PAE: ::std::os::raw::c_uint = 34958; constant
|
/external/wpa_supplicant_8/src/pae/ |
D | ieee802_1x_kay.c | 3438 if (be_to_host16(eth_hdr->ethertype) != ETH_P_PAE || in kay_l2_receive() 3556 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 | 2551 if (WPA_GET_BE16(pos) != ETH_P_PAE) in ieee802_1x_tx_status()
|
/external/rust/crates/libc/src/unix/linux_like/android/ |
D | mod.rs | 2041 pub const ETH_P_PAE: ::c_int = 0x888E; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 1820 pub const ETH_P_PAE: ::c_int = 0x888E; constant
|