/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/ |
D | iwl-devtrace.h | 59 *(__be16 *)(skb->data + offs) != cpu_to_be16(ETH_P_PAE); in iwl_trace_data()
|
/Linux-v4.19/include/uapi/linux/ |
D | if_ether.h | 88 #define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */ macro
|
/Linux-v4.19/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-v4.19/drivers/staging/rtl8192e/ |
D | rtllib_tx.c | 660 encrypt = !(ether_type == ETH_P_PAE && ieee->ieee802_1x) && in rtllib_xmit_inter() 663 ieee->drop_unencrypted && ether_type != ETH_P_PAE) { in rtllib_xmit_inter() 667 if (crypt && !encrypt && ether_type == ETH_P_PAE) { in rtllib_xmit_inter() 905 if (ether_type == ETH_P_PAE) { in rtllib_xmit_inter()
|
D | rtllib.h | 471 #ifndef ETH_P_PAE 472 #define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */ macro
|
/Linux-v4.19/drivers/net/wireless/intel/ipw2x00/ |
D | libipw_tx.c | 299 encrypt = !(ether_type == htons(ETH_P_PAE) && ieee->ieee802_1x) && in libipw_xmit() 306 ieee->drop_unencrypted && ether_type != htons(ETH_P_PAE)) { in libipw_xmit()
|
D | libipw_rx.c | 264 if (ethertype == ETH_P_PAE) in libipw_is_eapol_frame() 717 if (ethertype == ETH_P_PAE) { in libipw_rx()
|
/Linux-v4.19/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_tx.c | 644 encrypt = !(ether_type == ETH_P_PAE && ieee->ieee802_1x) && in ieee80211_xmit() 648 ieee->drop_unencrypted && ether_type != ETH_P_PAE) { in ieee80211_xmit() 653 if (crypt && !encrypt && ether_type == ETH_P_PAE) { in ieee80211_xmit()
|
D | ieee80211.h | 550 #ifndef ETH_P_PAE 551 #define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */ macro
|
/Linux-v4.19/drivers/staging/rtl8712/ |
D | ieee80211.h | 261 #ifndef ETH_P_PAE 262 #define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */ macro
|
/Linux-v4.19/drivers/staging/rtl8188eu/include/ |
D | ieee80211.h | 317 #ifndef ETH_P_PAE 318 #define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */ macro
|
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/ |
D | rc.c | 258 !(skb->protocol == cpu_to_be16(ETH_P_PAE))) { in rtl_tx_status()
|
D | base.c | 1554 } else if (ETH_P_PAE == ether_type) { in rtl_is_special_data() 1622 if (ether_type == ETH_P_PAE || ieee80211_is_nullfunc(fc)) in rtl_is_tx_report_skb()
|
/Linux-v4.19/drivers/staging/rtlwifi/ |
D | rc.c | 225 !(skb->protocol == cpu_to_be16(ETH_P_PAE))) { in rtl_tx_status()
|
/Linux-v4.19/drivers/net/wireless/st/cw1200/ |
D | pm.c | 67 .type = __cpu_to_le16(ETH_P_PAE),
|
/Linux-v4.19/drivers/staging/rtl8188eu/core/ |
D | rtw_xmit.c | 385 } else if (pattrib->ether_type == ETH_P_PAE) { in set_qos() 452 } else if (pattrib->ether_type == ETH_P_PAE) { in update_attrib() 456 if ((pattrib->ether_type == ETH_P_PAE) || (pattrib->dhcp_pkt == 1)) in update_attrib() 460 …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-v4.19/drivers/net/wireless/ath/wil6210/ |
D | txrx.c | 1149 skb->protocol != cpu_to_be16(ETH_P_PAE)) in wil_find_tx_ucast() 1199 skb->protocol != cpu_to_be16(ETH_P_PAE)) in wil_find_tx_ring_sta() 1238 skb->protocol != cpu_to_be16(ETH_P_PAE)) in wil_find_tx_bcast_1() 1277 skb->protocol != cpu_to_be16(ETH_P_PAE)) in wil_find_tx_bcast_2() 1305 skb->protocol != cpu_to_be16(ETH_P_PAE)) in wil_find_tx_bcast_2()
|
/Linux-v4.19/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-v4.19/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 | 222 if (skb->protocol == cpu_to_be16(ETH_P_PAE)) { in rsi_prepare_data_desc()
|
/Linux-v4.19/net/wireless/ |
D | wext-sme.c | 192 cpu_to_be16(ETH_P_PAE); in cfg80211_mgd_wext_siwessid()
|
/Linux-v4.19/drivers/staging/ks7010/ |
D | ks_hostif.c | 1095 if (eth_proto == ETH_P_PAE && in hostif_data_request() 1106 if (eth_proto == ETH_P_PAE && in hostif_data_request() 1131 if (eth_proto == ETH_P_PAE) in hostif_data_request() 1147 if (eth_proto == ETH_P_PAE && in hostif_data_request()
|
/Linux-v4.19/drivers/net/wireless/ti/wlcore/ |
D | tx.c | 333 if (skb->protocol == cpu_to_be16(ETH_P_PAE)) in wl1271_tx_fill_hdr() 345 skb->protocol == cpu_to_be16(ETH_P_PAE) || in wl1271_tx_fill_hdr()
|
/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | core.c | 328 if (eh->h_proto == htons(ETH_P_PAE)) in brcmf_netdev_start_xmit() 496 if (type == ETH_P_PAE) { in brcmf_txfinalize()
|