/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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() 389 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 | 855 WPA_GET_BE16(frame + 2 * ETH_ALEN) == ETH_P_PAE) { in mlme_event_mgmt_tx_status() 2839 case ETH_P_PAE: in nl80211_control_port_frame()
|
D | driver_nl80211.c | 527 nla_put_u16(msg, NL80211_ATTR_CONTROL_PORT_ETHERTYPE, ETH_P_PAE) || in send_and_recv_msgs_owner() 4689 (nla_put_u16(msg, NL80211_ATTR_CONTROL_PORT_ETHERTYPE, ETH_P_PAE) || in wpa_driver_nl80211_set_ap() 5724 ll.sll_protocol = htons(ETH_P_PAE); in nl80211_send_eapol_data() 5794 WPA_PUT_BE16(pos, ETH_P_PAE); in wpa_driver_nl80211_hapd_send_eapol() 6351 (nla_put_u16(msg, NL80211_ATTR_CONTROL_PORT_ETHERTYPE, ETH_P_PAE) || in nl80211_connect_common() 7792 drv->eapol_sock = socket(PF_PACKET, SOCK_DGRAM, htons(ETH_P_PAE)); in i802_init()
|
D | wpa_hal.c | 1783 ethhdr->h_proto = host_to_be16(ETH_P_PAE); in WifiWpaHapdSendEapol()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/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 | 1426 case ETH_P_PAE: in macsec_drv_handle_data() 1471 drv->common.sock = socket(PF_PACKET, SOCK_RAW, htons(ETH_P_PAE)); in macsec_drv_init_sockets() 1595 hdr->ethertype = htons(ETH_P_PAE); in macsec_drv_send_eapol()
|
D | driver_hostap.c | 108 case ETH_P_PAE: in handle_data() 311 *((u16 *) pos) = htons(ETH_P_PAE); in hostap_send_eapol()
|
D | driver_nl80211.c | 4166 (nla_put_u16(msg, NL80211_ATTR_CONTROL_PORT_ETHERTYPE, ETH_P_PAE) || in wpa_driver_nl80211_set_ap() 5064 ll.sll_protocol = htons(ETH_P_PAE); in nl80211_send_eapol_data() 5127 WPA_PUT_BE16(pos, ETH_P_PAE); in wpa_driver_nl80211_hapd_send_eapol() 5658 (nla_put_u16(msg, NL80211_ATTR_CONTROL_PORT_ETHERTYPE, ETH_P_PAE) || in nl80211_connect_common() 7022 drv->eapol_sock = socket(PF_PACKET, SOCK_DGRAM, htons(ETH_P_PAE)); in i802_init()
|
D | wpa_hal.c | 1778 ethhdr->h_proto = host_to_be16(ETH_P_PAE); in WifiWpaHapdSendEapol()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
D | common.h | 333 #ifndef ETH_P_PAE 334 #define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */ macro 337 #define ETH_P_EAPOL ETH_P_PAE
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
D | common.h | 333 #ifndef ETH_P_PAE 334 #define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */ macro 337 #define ETH_P_EAPOL ETH_P_PAE
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/ |
D | if_ether.h | 54 #define ETH_P_PAE 0x888E macro
|
/third_party/musl/porting/liteos_m/kernel/include/netinet/ |
D | if_ether.h | 54 #define ETH_P_PAE 0x888E macro
|
/third_party/musl/porting/liteos_a/kernel/include/netinet/ |
D | if_ether.h | 54 #define ETH_P_PAE 0x888E macro
|
/third_party/musl/porting/uniproton/kernel/include/netinet/ |
D | if_ether.h | 54 #define ETH_P_PAE 0x888E macro
|
/third_party/musl/include/netinet/ |
D | if_ether.h | 54 #define ETH_P_PAE 0x888E macro
|
/third_party/musl/ndk_musl_include/netinet/ |
D | if_ether.h | 54 #define ETH_P_PAE 0x888E macro
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/pae/ |
D | ieee802_1x_kay.c | 3401 if (be_to_host16(eth_hdr->ethertype) != ETH_P_PAE || in kay_l2_receive() 3519 kay->l2_mka = l2_packet_init(kay->if_name, NULL, ETH_P_PAE, in ieee802_1x_kay_init()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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()
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | linux.txt | 608 ETH_P_PAE
|
D | android.txt | 538 ETH_P_PAE
|