| /Linux-v5.4/drivers/net/wireless/intel/iwlwifi/ |
| D | iwl-devtrace.h | 45 *(__be16 *)(skb->data + offs) != cpu_to_be16(ETH_P_PAE); in iwl_trace_data()
|
| /Linux-v5.4/include/uapi/linux/ |
| D | if_ether.h | 88 #define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */ macro
|
| /Linux-v5.4/drivers/net/wireless/intersil/hostap/ |
| D | hostap_80211_tx.c | 444 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()
|
| D | hostap_80211_rx.c | 640 if (ethertype == ETH_P_PAE) in hostap_is_eapol_frame() 1013 if (ethertype == ETH_P_PAE) { in hostap_80211_rx()
|
| /Linux-v5.4/drivers/staging/rtl8192e/ |
| D | rtllib_tx.c | 644 encrypt = !(ether_type == ETH_P_PAE && ieee->ieee802_1x) && in rtllib_xmit_inter() 647 ieee->drop_unencrypted && ether_type != ETH_P_PAE) { in rtllib_xmit_inter() 651 if (crypt && !encrypt && ether_type == ETH_P_PAE) { in rtllib_xmit_inter() 889 if (ether_type == ETH_P_PAE) { in rtllib_xmit_inter()
|
| D | rtllib.h | 467 #ifndef ETH_P_PAE 468 #define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */ macro
|
| /Linux-v5.4/drivers/staging/rtl8192u/ieee80211/ |
| D | ieee80211_tx.c | 578 encrypt = !(ether_type == ETH_P_PAE && ieee->ieee802_1x) && in ieee80211_xmit() 582 ieee->drop_unencrypted && ether_type != ETH_P_PAE) { in ieee80211_xmit() 587 if (crypt && !encrypt && ether_type == ETH_P_PAE) { in ieee80211_xmit()
|
| D | ieee80211.h | 546 #ifndef ETH_P_PAE 547 #define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */ macro
|
| /Linux-v5.4/drivers/net/wireless/intel/ipw2x00/ |
| D | libipw_tx.c | 285 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()
|
| D | libipw_rx.c | 260 if (ethertype == ETH_P_PAE) in libipw_is_eapol_frame() 713 if (ethertype == ETH_P_PAE) { in libipw_rx()
|
| /Linux-v5.4/drivers/staging/rtl8712/ |
| D | ieee80211.h | 250 #ifndef ETH_P_PAE 251 #define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */ macro
|
| /Linux-v5.4/drivers/staging/rtl8188eu/include/ |
| D | ieee80211.h | 311 #ifndef ETH_P_PAE 312 #define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */ macro
|
| /Linux-v5.4/drivers/net/wireless/ath/wil6210/ |
| D | txrx.c | 976 if (skb->protocol == cpu_to_be16(ETH_P_PAE)) in wil_netif_rx() 1448 skb->protocol != cpu_to_be16(ETH_P_PAE)) in wil_find_tx_ucast() 1498 skb->protocol != cpu_to_be16(ETH_P_PAE)) in wil_find_tx_ring_sta() 1537 skb->protocol != cpu_to_be16(ETH_P_PAE)) in wil_find_tx_bcast_1() 1575 skb->protocol != cpu_to_be16(ETH_P_PAE)) in wil_find_tx_bcast_2() 1603 skb->protocol != cpu_to_be16(ETH_P_PAE)) in wil_find_tx_bcast_2() 2516 if (skb->protocol == cpu_to_be16(ETH_P_PAE)) in wil_tx_complete()
|
| /Linux-v5.4/drivers/net/wireless/st/cw1200/ |
| D | pm.c | 64 .type = __cpu_to_le16(ETH_P_PAE),
|
| /Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/ |
| D | rc.c | 233 !(skb->protocol == cpu_to_be16(ETH_P_PAE))) { in rtl_tx_status()
|
| D | base.c | 1538 } 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()
|
| /Linux-v5.4/drivers/staging/rtl8188eu/core/ |
| D | rtw_xmit.c | 379 } else if (pattrib->ether_type == ETH_P_PAE) { in set_qos() 450 } else if (pattrib->ether_type == ETH_P_PAE) { in update_attrib() 454 if ((pattrib->ether_type == ETH_P_PAE) || (pattrib->dhcp_pkt == 1)) in update_attrib() 458 …if ((pattrib->ether_type == ETH_P_ARP) || (pattrib->ether_type == ETH_P_PAE) || (pattrib->dhcp_pkt… in update_attrib() 514 if (pattrib->ether_type != ETH_P_PAE) { in update_attrib()
|
| /Linux-v5.4/drivers/staging/rtl8723bs/include/ |
| D | ieee80211.h | 314 #ifndef ETH_P_PAE 315 #define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */ macro
|
| /Linux-v5.4/net/wireless/ |
| D | wext-sme.c | 192 cpu_to_be16(ETH_P_PAE); in cfg80211_mgd_wext_siwessid()
|
| /Linux-v5.4/drivers/net/wireless/rsi/ |
| D | rsi_91x_core.c | 467 if (skb->protocol == cpu_to_be16(ETH_P_PAE)) { in rsi_core_xmit()
|
| D | rsi_91x_hal.c | 232 if (skb->protocol == cpu_to_be16(ETH_P_PAE)) { in rsi_prepare_data_desc()
|
| /Linux-v5.4/drivers/staging/ks7010/ |
| D | ks_hostif.c | 1160 if (eth_proto == ETH_P_PAE && in hostif_data_request() 1171 if (eth_proto == ETH_P_PAE && in hostif_data_request() 1199 if (eth_proto == ETH_P_PAE) in hostif_data_request() 1215 if (eth_proto == ETH_P_PAE && in hostif_data_request()
|
| /Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| D | core.c | 348 if (eh->h_proto == htons(ETH_P_PAE)) in brcmf_netdev_start_xmit() 542 if (type == ETH_P_PAE) { in brcmf_txfinalize()
|
| /Linux-v5.4/drivers/net/wireless/ti/wlcore/ |
| D | tx.c | 319 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()
|
| /Linux-v5.4/drivers/net/wireless/quantenna/qtnfmac/pcie/ |
| D | topaz_pcie.c | 501 if (unlikely(skb->protocol == htons(ETH_P_PAE))) { in qtnf_pcie_data_tx()
|