Home
last modified time | relevance | path

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

12

/openbmc/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-devtrace.h40 *(__be16 *)(skb->data + offs) != cpu_to_be16(ETH_P_PAE); in iwl_trace_data()
/openbmc/u-boot/include/linux/
H A Dif_ether.h89 #define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */ macro
/openbmc/linux/include/uapi/linux/
H A Dif_ether.h88 #define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */ macro
/openbmc/linux/drivers/net/wireless/intersil/hostap/
H A Dhostap_80211_tx.c444 meta->ethertype != ETH_P_PAE && in hostap_master_start_xmit()
486 if (local->ieee_802_1x && meta->ethertype == ETH_P_PAE && tx.crypt && in hostap_master_start_xmit()
505 meta->ethertype != ETH_P_PAE) { in hostap_master_start_xmit()
H A Dhostap_80211_rx.c640 if (ethertype == ETH_P_PAE) in hostap_is_eapol_frame()
1013 if (ethertype == ETH_P_PAE) { in hostap_80211_rx()
/openbmc/linux/drivers/staging/rtl8192e/
H A Drtllib_tx.c636 encrypt = !(ether_type == ETH_P_PAE && ieee->ieee802_1x) && crypt && crypt->ops; in rtllib_xmit_inter()
638 ieee->drop_unencrypted && ether_type != ETH_P_PAE) { in rtllib_xmit_inter()
642 if (crypt && !encrypt && ether_type == ETH_P_PAE) { in rtllib_xmit_inter()
880 if (ether_type == ETH_P_PAE) { in rtllib_xmit_inter()
H A Drtllib.h428 #ifndef ETH_P_PAE
429 #define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */ macro
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_tx.c576 encrypt = !(ether_type == ETH_P_PAE && ieee->ieee802_1x) && in ieee80211_xmit()
580 ieee->drop_unencrypted && ether_type != ETH_P_PAE) { in ieee80211_xmit()
585 if (crypt && !encrypt && ether_type == ETH_P_PAE) { in ieee80211_xmit()
H A Dieee80211.h483 #ifndef ETH_P_PAE
484 #define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */ macro
/openbmc/linux/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_tx.c285 encrypt = !(ether_type == htons(ETH_P_PAE) && ieee->ieee802_1x) && in libipw_xmit()
292 ieee->drop_unencrypted && ether_type != htons(ETH_P_PAE)) { in libipw_xmit()
H A Dlibipw_rx.c260 if (ethertype == ETH_P_PAE) in libipw_is_eapol_frame()
713 if (ethertype == ETH_P_PAE) { in libipw_rx()
/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Dieee80211.h257 #ifndef ETH_P_PAE
258 #define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */ macro
/openbmc/linux/drivers/net/wireless/ath/wil6210/
H A Dtxrx.c955 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()
/openbmc/linux/drivers/net/wireless/st/cw1200/
H A Dpm.c64 .type = __cpu_to_le16(ETH_P_PAE),
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/
H A Drc.c233 !(skb->protocol == cpu_to_be16(ETH_P_PAE))) { in rtl_tx_status()
H A Dbase.c1538 } else if (ETH_P_PAE == ether_type) { in rtl_is_special_data()
1606 if (ether_type == ETH_P_PAE || ieee80211_is_nullfunc(fc)) in rtl_is_tx_report_skb()
/openbmc/linux/net/wireless/
H A Dwext-sme.c195 cpu_to_be16(ETH_P_PAE); in cfg80211_mgd_wext_siwessid()
/openbmc/linux/drivers/net/phy/mscc/
H A Dmscc_macsec.c659 flow->etype = ETH_P_PAE; in vsc8584_macsec_default_flows()
674 flow->etype = ETH_P_PAE; in vsc8584_macsec_default_flows()
/openbmc/linux/drivers/staging/ks7010/
H A Dks_hostif.c1146 if (eth_proto == ETH_P_PAE && in hostif_data_request()
1157 if (eth_proto == ETH_P_PAE && in hostif_data_request()
1185 if (eth_proto == ETH_P_PAE) in hostif_data_request()
1201 if (eth_proto == ETH_P_PAE && in hostif_data_request()
/openbmc/linux/drivers/net/wireless/ti/wlcore/
H A Dtx.c319 if (skb->protocol == cpu_to_be16(ETH_P_PAE)) in wl1271_tx_fill_hdr()
331 skb->protocol == cpu_to_be16(ETH_P_PAE) || in wl1271_tx_fill_hdr()
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcore.c353 if (eh->h_proto == htons(ETH_P_PAE)) in brcmf_netdev_start_xmit()
546 if (type == ETH_P_PAE) { in brcmf_txfinalize()
/openbmc/linux/drivers/net/wireless/realtek/rtw88/
H A Dtx.c581 if (unlikely(skb->protocol == cpu_to_be16(ETH_P_PAE))) in rtw_txq_check_agg()
/openbmc/linux/drivers/net/wireless/quantenna/qtnfmac/
H A Dcore.c127 if (unlikely(skb->protocol == htons(ETH_P_PAE))) { in qtnf_netdev_hard_start_xmit()
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Dmcs.c620 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()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dmac.c826 if (sta && likely(e->skb->protocol != cpu_to_be16(ETH_P_PAE))) in mt7921_usb_sdio_tx_complete_skb()

12