| /drivers/net/wireless/intel/iwlwifi/ |
| A D | iwl-devtrace.h | 46 *(__be16 *)(skb->data + offs) != cpu_to_be16(ETH_P_PAE); in iwl_trace_data()
|
| /drivers/net/wireless/intel/ipw2x00/ |
| A D | libipw_tx.c | 284 encrypt = !(ether_type == htons(ETH_P_PAE) && ieee->ieee802_1x) && in libipw_xmit() 291 ieee->drop_unencrypted && ether_type != htons(ETH_P_PAE)) { in libipw_xmit()
|
| A D | libipw_rx.c | 257 if (ethertype == ETH_P_PAE) in libipw_is_eapol_frame() 710 if (ethertype == ETH_P_PAE) { in libipw_rx()
|
| /drivers/staging/rtl8723bs/include/ |
| A D | ieee80211.h | 257 #ifndef ETH_P_PAE 258 #define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */ macro
|
| /drivers/net/wireless/ath/wil6210/ |
| A D | txrx.c | 955 if (skb->protocol == cpu_to_be16(ETH_P_PAE)) in wil_netif_rx() 1416 skb->protocol != cpu_to_be16(ETH_P_PAE)) in wil_find_tx_ucast() 1466 skb->protocol != cpu_to_be16(ETH_P_PAE)) in wil_find_tx_ring_sta() 1505 skb->protocol != cpu_to_be16(ETH_P_PAE)) in wil_find_tx_bcast_1() 1572 skb->protocol != cpu_to_be16(ETH_P_PAE)) in wil_find_tx_bcast_2() 1600 skb->protocol != cpu_to_be16(ETH_P_PAE)) in wil_find_tx_bcast_2() 2506 if (skb->protocol == cpu_to_be16(ETH_P_PAE)) in wil_tx_complete()
|
| A D | txrx_edma.c | 1267 if (skb->protocol == cpu_to_be16(ETH_P_PAE)) in wil_tx_sring_handler()
|
| /drivers/net/wireless/realtek/rtlwifi/ |
| A D | rc.c | 233 !(skb->protocol == cpu_to_be16(ETH_P_PAE))) { in rtl_tx_status()
|
| A D | base.c | 1534 } else if (ETH_P_PAE == ether_type) { in rtl_is_special_data() 1602 if (ether_type == ETH_P_PAE || ieee80211_is_nullfunc(fc)) in rtl_is_tx_report_skb()
|
| /drivers/net/wireless/st/cw1200/ |
| A D | pm.c | 64 .type = __cpu_to_le16(ETH_P_PAE),
|
| A D | txrx.c | 600 if (be16_to_cpu(*ethertype) == ETH_P_PAE) in cw1200_tx_h_bt()
|
| /drivers/net/phy/mscc/ |
| A D | mscc_macsec.c | 659 flow->etype = ETH_P_PAE; in vsc8584_macsec_default_flows() 674 flow->etype = ETH_P_PAE; in vsc8584_macsec_default_flows()
|
| /drivers/net/wireless/ti/wlcore/ |
| A D | tx.c | 316 if (skb->protocol == cpu_to_be16(ETH_P_PAE)) in wl1271_tx_fill_hdr() 328 skb->protocol == cpu_to_be16(ETH_P_PAE) || in wl1271_tx_fill_hdr()
|
| /drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| A D | core.c | 358 if (eh->h_proto == htons(ETH_P_PAE)) in brcmf_netdev_start_xmit() 556 if (type == ETH_P_PAE) { in brcmf_txfinalize()
|
| /drivers/net/wireless/marvell/mwifiex/ |
| A D | main.c | 770 if (ntohs(eth_hdr->h_proto) == ETH_P_PAE || in mwifiex_bypass_tx_queue() 779 if (eth_hdr->h_proto == htons(ETH_P_PAE)) in mwifiex_bypass_tx_queue()
|
| /drivers/net/wireless/mediatek/mt76/mt7925/ |
| A D | mac.c | 1073 if (likely(t->skb->protocol != cpu_to_be16(ETH_P_PAE))) in mt7925_txwi_free() 1451 if (sta && likely(e->skb->protocol != cpu_to_be16(ETH_P_PAE))) in mt7925_usb_sdio_tx_complete_skb()
|
| /drivers/net/wireless/realtek/rtw88/ |
| A D | tx.c | 591 if (unlikely(skb->protocol == cpu_to_be16(ETH_P_PAE))) in rtw_txq_check_agg()
|
| /drivers/net/ethernet/marvell/octeontx2/af/ |
| A D | mcs.c | 620 if (req->data0 != ETH_P_PAE) in mcs_ctrlpktrule_write() 658 if (req->data2 != ETH_P_PAE || !(req->data0 & BIT_ULL(40)) || in mcs_ctrlpktrule_write()
|
| /drivers/net/wireless/quantenna/qtnfmac/ |
| A D | core.c | 127 if (unlikely(skb->protocol == htons(ETH_P_PAE))) { in qtnf_netdev_hard_start_xmit()
|
| /drivers/net/wireless/mediatek/mt76/mt7996/ |
| A D | mac.c | 865 (multicast || unlikely(skb->protocol == cpu_to_be16(ETH_P_PAE)))) in mt7996_mac_write_txwi_80211() 1008 if (unlikely(skb->protocol == cpu_to_be16(ETH_P_PAE))) in mt7996_tx_use_mgmt() 1182 if (likely(t->skb->protocol != cpu_to_be16(ETH_P_PAE))) in mt7996_txwi_free()
|
| /drivers/net/wireless/mediatek/mt76/mt7921/ |
| A D | mac.c | 824 if (sta && likely(e->skb->protocol != cpu_to_be16(ETH_P_PAE))) in mt7921_usb_sdio_tx_complete_skb()
|
| /drivers/net/wireless/ath/ath9k/ |
| A D | htc_drv_txrx.c | 425 !(skb->protocol == cpu_to_be16(ETH_P_PAE))) { in ath9k_htc_check_tx_aggr()
|
| /drivers/net/wireless/mediatek/mt76/ |
| A D | mt76_connac_mac.c | 1184 if (sta && likely(t->skb->protocol != cpu_to_be16(ETH_P_PAE))) in mt76_connac2_txwi_free()
|
| /drivers/net/phy/ |
| A D | nxp-c45-tja11xx-macsec.c | 1636 ret = nxp_c45_macsec_write(phydev, MACSEC_UPFR0D2, ETH_P_PAE); in nxp_c45_macsec_config_init()
|
| /drivers/net/wireless/ath/ath12k/ |
| A D | dp_tx.c | 341 if (skb->protocol == cpu_to_be16(ETH_P_PAE) || is_null_frame) in ath12k_dp_tx()
|
| /drivers/net/wireless/intel/iwlwifi/mld/ |
| A D | rx.c | 1417 shdr->type != htons(ETH_P_PAE) && in iwl_mld_build_rx_skb()
|