Home
last modified time | relevance | path

Searched refs:ETH_P_PAE (Results 1 - 25 of 26) sorted by relevance

12

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A 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()
H A Ddriver_macsec_qca.c154 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()
H A Ddriver_macsec_linux.c1426 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()
H A Ddriver_hostap.c108 case ETH_P_PAE: in handle_data()
311 *((u16 *) pos) = htons(ETH_P_PAE); in hostap_send_eapol()
H A Ddriver_nl80211.c4166 (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()
7024 wpa_printf(MSG_ERROR, "nl80211: socket(PF_PACKET, SOCK_DGRAM, ETH_P_PAE) failed: %s", in i802_init()
H A Dwpa_hal.c1778 ethhdr->h_proto = host_to_be16(ETH_P_PAE); in WifiWpaHapdSendEapol()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A 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()
H A Ddriver_macsec_qca.c154 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()
H A Ddriver_macsec_linux.c1427 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()
H A Ddriver_hostap.c108 case ETH_P_PAE: in handle_data()
312 *((u16 *) pos) = htons(ETH_P_PAE); in hostap_send_eapol()
H A Ddriver_nl80211.c559 nla_put_u16(msg, NL80211_ATTR_CONTROL_PORT_ETHERTYPE, ETH_P_PAE) || in send_and_recv_msgs_owner()
4898 (nla_put_u16(msg, NL80211_ATTR_CONTROL_PORT_ETHERTYPE, ETH_P_PAE) || in wpa_driver_nl80211_set_ap()
5933 ll.sll_protocol = htons(ETH_P_PAE); in nl80211_send_eapol_data()
6003 WPA_PUT_BE16(pos, ETH_P_PAE); in wpa_driver_nl80211_hapd_send_eapol()
6646 (nla_put_u16(msg, NL80211_ATTR_CONTROL_PORT_ETHERTYPE, ETH_P_PAE) ||
8103 drv->eapol_sock = socket(PF_PACKET, SOCK_DGRAM, htons(ETH_P_PAE));
8105 wpa_printf(MSG_ERROR, "nl80211: socket(PF_PACKET, SOCK_DGRAM, ETH_P_PAE) failed: %s",
H A Ddriver_nl80211_event.c1170 WPA_GET_BE16(frame + 2 * ETH_ALEN) == ETH_P_PAE) {
3219 case ETH_P_PAE:
H A Dwpa_hal.c1784 ethhdr->h_proto = host_to_be16(ETH_P_PAE); in WifiWpaHapdSendEapol()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dcommon.h333 #ifndef ETH_P_PAE
334 #define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */ macro
335 #endif /* ETH_P_PAE */
337 #define ETH_P_EAPOL ETH_P_PAE
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dcommon.h345 #ifndef ETH_P_PAE
346 #define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */ macro
347 #endif /* ETH_P_PAE */
349 #define ETH_P_EAPOL ETH_P_PAE
/third_party/musl/porting/liteos_a/kernel/include/netinet/
H A Dif_ether.h54 #define ETH_P_PAE 0x888E macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
H A Dif_ether.h54 #define ETH_P_PAE 0x888E macro
/third_party/musl/porting/uniproton/kernel/include/netinet/
H A Dif_ether.h54 #define ETH_P_PAE 0x888E macro
/third_party/musl/porting/liteos_m/kernel/include/netinet/
H A Dif_ether.h54 #define ETH_P_PAE 0x888E macro
/third_party/musl/include/netinet/
H A Dif_ether.h54 #define ETH_P_PAE 0x888E macro
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/pae/
H A Dieee802_1x_kay.c3401 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/
H A Dieee802_1x_kay.c3438 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/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dieee802_1x.c2551 if (WPA_GET_BE16(pos) != ETH_P_PAE) in ieee802_1x_tx_status()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dieee802_1x.c2545 if (WPA_GET_BE16(pos) != ETH_P_PAE) in ieee802_1x_tx_status()
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs2487 pub const ETH_P_PAE: ::c_int = 0x888E; consts

Completed in 72 milliseconds

12