/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 | 1747 ethhdr->h_proto = host_to_be16(ETH_P_PAE); in WifiWpaHapdSendEapol()
|
/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() 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 | 1747 ethhdr->h_proto = host_to_be16(ETH_P_PAE); in WifiWpaHapdSendEapol()
|
/third_party/uboot/u-boot-2020.01/include/linux/ |
D | if_ether.h | 89 #define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */ macro
|
/third_party/libnl/include/linux-private/linux/ |
D | if_ether.h | 88 #define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */ macro
|
/third_party/musl/porting/liteos_a/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/porting/liteos_m/kernel/include/netinet/ |
D | if_ether.h | 54 #define ETH_P_PAE 0x888E macro
|
/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/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/libnl/lib/ |
D | utils.c | 817 __ADD(ETH_P_PAE,pae),
|
/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 | 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/src/ap/ |
D | ieee802_1x.c | 2545 if (WPA_GET_BE16(pos) != ETH_P_PAE) in ieee802_1x_tx_status()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | ieee802_1x.c | 2545 if (WPA_GET_BE16(pos) != ETH_P_PAE) in ieee802_1x_tx_status()
|