Home
last modified time | relevance | path

Searched refs:ETH_P_PAE (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/wpa/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.c1494 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 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_event.c1405 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 Ddriver_nl80211.c590 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 Dif_ether.h59 #define ETH_P_PAE ETHERTYPE_PAE macro
/freebsd/contrib/wpa/src/utils/
H A Dcommon.h344 #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 Dtx.c605 if (unlikely(skb->protocol == cpu_to_be16(ETH_P_PAE))) in rtw_txq_check_agg()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dmac.c839 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 Dmt76_connac_mac.c1173 if (sta && likely(t->skb->protocol != cpu_to_be16(ETH_P_PAE))) in mt76_connac2_txwi_free()
/freebsd/contrib/wpa/src/pae/
H A Dieee802_1x_kay.c3476 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 Drxmq.c174 shdr->type != htons(ETH_P_PAE) && in iwl_mvm_create_skb()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmac.c1054 if (likely(t->skb->protocol != cpu_to_be16(ETH_P_PAE))) in mt7996_txwi_free()
H A Dmcu.c2661 req_blacklist->type = cpu_to_le16(ETH_P_PAE); in mt7996_mcu_set_hdr_trans()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dmcu.c2509 .etype = cpu_to_le16(ETH_P_PAE), in mt7615_mcu_set_rx_hdr_trans_blacklist()
/freebsd/contrib/wpa/src/ap/
H A Dieee802_1x.c2687 if (WPA_GET_BE16(pos) != ETH_P_PAE) in ieee802_1x_tx_status()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmcu.c2405 .etype = cpu_to_le16(ETH_P_PAE), in mt7915_mcu_set_rx_hdr_trans_blacklist()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Ddp_rx.c2165 if (ehdr->h_proto == cpu_to_be16(ETH_P_PAE)) { in ath12k_dp_rx_h_undecap()
/freebsd/sys/contrib/dev/rtw89/
H A Dcore.c2698 if (unlikely(skb->protocol == cpu_to_be16(ETH_P_PAE))) { in rtw89_track_work()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Ddp_rx.c2240 if (ehdr->h_proto == cpu_to_be16(ETH_P_PAE)) { in ath11k_dp_rx_h_undecap()