Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dif_ether.h81 #define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */ macro
/linux-4.4.14/drivers/staging/rtl8192e/
Drtllib_tx.c661 encrypt = !(ether_type == ETH_P_PAE && ieee->ieee802_1x) && in rtllib_xmit_inter()
664 ieee->drop_unencrypted && ether_type != ETH_P_PAE) { in rtllib_xmit_inter()
668 if (crypt && !encrypt && ether_type == ETH_P_PAE) { in rtllib_xmit_inter()
907 if (ether_type == ETH_P_PAE) { in rtllib_xmit_inter()
Drtllib.h523 #ifndef ETH_P_PAE
524 #define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */ macro
Drtllib_rx.c283 if (ethertype == ETH_P_PAE) in rtllib_is_eapol_frame()
/linux-4.4.14/drivers/net/wireless/hostap/
Dhostap_80211_tx.c443 meta->ethertype != ETH_P_PAE && in hostap_master_start_xmit()
485 if (local->ieee_802_1x && meta->ethertype == ETH_P_PAE && tx.crypt && in hostap_master_start_xmit()
504 meta->ethertype != ETH_P_PAE) { in hostap_master_start_xmit()
Dhostap_80211_rx.c641 if (ethertype == ETH_P_PAE) in hostap_is_eapol_frame()
1014 if (ethertype == ETH_P_PAE) { in hostap_80211_rx()
/linux-4.4.14/drivers/net/wireless/ipw2x00/
Dlibipw_tx.c299 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()
Dlibipw_rx.c264 if (ethertype == ETH_P_PAE) in libipw_is_eapol_frame()
717 if (ethertype == ETH_P_PAE) { in libipw_rx()
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/
Dieee80211_tx.c644 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()
Dieee80211.h554 #ifndef ETH_P_PAE
555 #define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */ macro
Dieee80211_rx.c330 if (ethertype == ETH_P_PAE) in ieee80211_is_eapol_frame()
/linux-4.4.14/drivers/staging/rtl8712/
Dieee80211.h269 #ifndef ETH_P_PAE
270 #define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */ macro
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/
Drc.c216 !(skb->protocol == cpu_to_be16(ETH_P_PAE))) { in rtl_tx_status()
Dbase.c1378 } else if (ETH_P_PAE == ether_type) { in rtl_is_special_data()
/linux-4.4.14/drivers/net/wireless/ath/wil6210/
Dtxrx.c907 (skb->protocol != cpu_to_be16(ETH_P_PAE))) in wil_find_tx_ucast()
950 (skb->protocol != cpu_to_be16(ETH_P_PAE))) in wil_find_tx_vring_sta()
986 (skb->protocol != cpu_to_be16(ETH_P_PAE))) in wil_find_tx_bcast_1()
1021 (skb->protocol != cpu_to_be16(ETH_P_PAE))) in wil_find_tx_bcast_2()
1048 (skb->protocol != cpu_to_be16(ETH_P_PAE))) in wil_find_tx_bcast_2()
Dwmi.c557 eth->h_proto = cpu_to_be16(ETH_P_PAE); in wmi_evt_eapol_rx()
/linux-4.4.14/drivers/net/wireless/cw1200/
Dpm.c67 .type = __cpu_to_le16(ETH_P_PAE),
Dtxrx.c603 if (be16_to_cpu(*ethertype) == ETH_P_PAE) in cw1200_tx_h_bt()
/linux-4.4.14/drivers/staging/rtl8188eu/include/
Dieee80211.h447 #ifndef ETH_P_PAE
448 #define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */ macro
/linux-4.4.14/drivers/staging/rtl8723au/core/
Drtw_xmit.c404 } else if (pattrib->ether_type == ETH_P_PAE) { in set_qos()
471 } else if (pattrib->ether_type == ETH_P_PAE) { in update_attrib()
475 if ((pattrib->ether_type == ETH_P_PAE) || (pattrib->dhcp_pkt == 1)) { in update_attrib()
481 (pattrib->ether_type == ETH_P_PAE) || (pattrib->dhcp_pkt == 1)) { in update_attrib()
549 if ((pattrib->ether_type != ETH_P_PAE) && in update_attrib()
Drtw_recv.c540 u16 eapol_type = ETH_P_PAE;/* for Funia BD's WPA issue */ in portctrl()
/linux-4.4.14/net/wireless/
Dwext-sme.c215 cpu_to_be16(ETH_P_PAE); in cfg80211_mgd_wext_siwessid()
Dnl80211.c7103 proto != ETH_P_PAE) in nl80211_crypto_settings()
7108 settings->control_port_ethertype = cpu_to_be16(ETH_P_PAE); in nl80211_crypto_settings()
/linux-4.4.14/drivers/staging/rtl8723au/hal/
Drtl8723au_xmit.c301 pxmitframe->attrib.ether_type != ETH_P_PAE && in rtw_dump_xframe()
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
Dcore.c260 if (eh->h_proto == htons(ETH_P_PAE)) in brcmf_netdev_start_xmit()
571 if (type == ETH_P_PAE) { in brcmf_txfinalize()
/linux-4.4.14/drivers/net/wireless/ti/wlcore/
Dtx.c335 if (skb->protocol == cpu_to_be16(ETH_P_PAE)) in wl1271_tx_fill_hdr()
347 skb->protocol == cpu_to_be16(ETH_P_PAE) || in wl1271_tx_fill_hdr()
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dhtc_drv_txrx.c420 !(skb->protocol == cpu_to_be16(ETH_P_PAE))) { in ath9k_htc_check_tx_aggr()
/linux-4.4.14/drivers/net/wireless/mwifiex/
Dmain.c707 if (ntohs(eth_hdr->h_proto) == ETH_P_PAE || in mwifiex_bypass_tx_queue()
/linux-4.4.14/net/mac80211/
Drc80211_minstrel_ht.c687 if (unlikely(skb->protocol == cpu_to_be16(ETH_P_PAE))) in minstrel_aggr_check()
Diface.c1374 sdata->control_port_protocol = cpu_to_be16(ETH_P_PAE); in ieee80211_setup_sdata()
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/
Dwmi.c349 if (skb->protocol == cpu_to_be16(ETH_P_PAE)) in ath6kl_wmi_implicit_create_pstream()
/linux-4.4.14/drivers/net/wireless/
Dmwl8k.c1912 if (skb->protocol == cpu_to_be16(ETH_P_PAE)) in mwl8k_txq_xmit()