/freebsd/contrib/wpa/src/drivers/ |
H A 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()
|
H A 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()
|
H A D | driver_macsec_linux.c | 1494 case ETH_P_PAE: in macsec_drv_handle_data() 1539 drv->common.sock = socket(PF_PACKET, SOCK_RAW, htons(ETH_P_PAE)); in macsec_drv_init_sockets() 1663 hdr->ethertype = htons(ETH_P_PAE); in macsec_drv_send_eapol()
|
H A D | driver_hostap.c | 108 case ETH_P_PAE: in handle_data() 312 *((u16 *) pos) = htons(ETH_P_PAE); in hostap_send_eapol()
|
H A D | driver_nl80211_event.c | 1405 WPA_GET_BE16(frame + 2 * ETH_ALEN) == ETH_P_PAE) { in mlme_event_mgmt_tx_status() 3697 case ETH_P_PAE: in nl80211_control_port_frame()
|
H A D | driver_nl80211.c | 590 nla_put_u16(msg, NL80211_ATTR_CONTROL_PORT_ETHERTYPE, ETH_P_PAE) || in nl80211_put_control_port() 6256 ll.sll_protocol = htons(ETH_P_PAE); in nl80211_send_eapol_data() 6328 WPA_PUT_BE16(pos, ETH_P_PAE); in wpa_driver_nl80211_hapd_send_eapol() 8659 drv->eapol_sock = socket(PF_PACKET, SOCK_DGRAM, htons(ETH_P_PAE)); in i802_init()
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | if_ether.h | 59 #define ETH_P_PAE ETHERTYPE_PAE macro
|
/freebsd/contrib/wpa/src/utils/ |
H A D | common.h | 344 #ifndef ETH_P_PAE 345 #define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */ macro 348 #define ETH_P_EAPOL ETH_P_PAE
|
/freebsd/sys/contrib/dev/rtw88/ |
H A D | tx.c | 605 if (unlikely(skb->protocol == cpu_to_be16(ETH_P_PAE))) in rtw_txq_check_agg()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/ |
H A D | mac.c | 839 if (sta && likely(e->skb->protocol != cpu_to_be16(ETH_P_PAE))) in mt7921_usb_sdio_tx_complete_skb()
|
/freebsd/sys/contrib/dev/mediatek/mt76/ |
H A D | mt76_connac_mac.c | 1173 if (sta && likely(t->skb->protocol != cpu_to_be16(ETH_P_PAE))) in mt76_connac2_txwi_free()
|
/freebsd/contrib/wpa/src/pae/ |
H A D | ieee802_1x_kay.c | 3476 if (be_to_host16(eth_hdr->ethertype) != ETH_P_PAE || in kay_l2_receive() 3597 kay->l2_mka = l2_packet_init(kay->if_name, NULL, ETH_P_PAE, in ieee802_1x_kay_init()
|
/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | rxmq.c | 174 shdr->type != htons(ETH_P_PAE) && in iwl_mvm_create_skb()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/ |
H A D | mac.c | 1054 if (likely(t->skb->protocol != cpu_to_be16(ETH_P_PAE))) in mt7996_txwi_free()
|
H A D | mcu.c | 2661 req_blacklist->type = cpu_to_le16(ETH_P_PAE); in mt7996_mcu_set_hdr_trans()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/ |
H A D | mcu.c | 2509 .etype = cpu_to_le16(ETH_P_PAE), in mt7615_mcu_set_rx_hdr_trans_blacklist()
|
/freebsd/contrib/wpa/src/ap/ |
H A D | ieee802_1x.c | 2687 if (WPA_GET_BE16(pos) != ETH_P_PAE) in ieee802_1x_tx_status()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/ |
H A D | mcu.c | 2405 .etype = cpu_to_le16(ETH_P_PAE), in mt7915_mcu_set_rx_hdr_trans_blacklist()
|
/freebsd/sys/contrib/dev/athk/ath12k/ |
H A D | dp_rx.c | 2165 if (ehdr->h_proto == cpu_to_be16(ETH_P_PAE)) { in ath12k_dp_rx_h_undecap()
|
/freebsd/sys/contrib/dev/rtw89/ |
H A D | core.c | 2698 if (unlikely(skb->protocol == cpu_to_be16(ETH_P_PAE))) { in rtw89_track_work()
|
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | dp_rx.c | 2240 if (ehdr->h_proto == cpu_to_be16(ETH_P_PAE)) { in ath11k_dp_rx_h_undecap()
|