Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dif_ether.h80 #define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */ macro
/linux-4.1.27/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()
906 if (ether_type == ETH_P_PAE) { in rtllib_xmit_inter()
Drtllib.h758 #ifndef ETH_P_PAE
759 #define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */ macro
Drtllib_rx.c275 if (ethertype == ETH_P_PAE) in rtllib_is_eapol_frame()
/linux-4.1.27/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.1.27/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.1.27/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.h616 #ifndef ETH_P_PAE
617 #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.1.27/drivers/staging/rtl8712/
Dieee80211.h268 #ifndef ETH_P_PAE
269 #define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */ macro
/linux-4.1.27/drivers/net/wireless/rtlwifi/
Drc.c216 !(skb->protocol == cpu_to_be16(ETH_P_PAE))) { in rtl_tx_status()
Dbase.c1380 } else if (ETH_P_PAE == ether_type) { in rtl_is_special_data()
/linux-4.1.27/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.1.27/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.1.27/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.1.27/net/wireless/
Dwext-sme.c215 cpu_to_be16(ETH_P_PAE); in cfg80211_mgd_wext_siwessid()
Dnl80211.c6936 proto != ETH_P_PAE) in nl80211_crypto_settings()
6941 settings->control_port_ethertype = cpu_to_be16(ETH_P_PAE); in nl80211_crypto_settings()
/linux-4.1.27/drivers/staging/rtl8723au/hal/
Drtl8723au_xmit.c301 pxmitframe->attrib.ether_type != ETH_P_PAE && in rtw_dump_xframe()
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
Dcore.c241 if (eh->h_proto == htons(ETH_P_PAE)) in brcmf_netdev_start_xmit()
560 if (type == ETH_P_PAE) { in brcmf_txfinalize()
/linux-4.1.27/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.1.27/drivers/net/wireless/ath/wil6210/
Dtxrx.c852 (skb->protocol != cpu_to_be16(ETH_P_PAE))) in wil_find_tx_ucast()
898 (skb->protocol != cpu_to_be16(ETH_P_PAE))) in wil_find_tx_vring_sta()
Dwmi.c529 eth->h_proto = cpu_to_be16(ETH_P_PAE); in wmi_evt_eapol_rx()
/linux-4.1.27/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.1.27/net/mac80211/
Drc80211_minstrel_ht.c687 if (unlikely(skb->protocol == cpu_to_be16(ETH_P_PAE))) in minstrel_aggr_check()
Diface.c1348 sdata->control_port_protocol = cpu_to_be16(ETH_P_PAE); in ieee80211_setup_sdata()
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/
Dwmi.c349 if (skb->protocol == cpu_to_be16(ETH_P_PAE)) in ath6kl_wmi_implicit_create_pstream()
/linux-4.1.27/drivers/net/wireless/
Dmwl8k.c1912 if (skb->protocol == cpu_to_be16(ETH_P_PAE)) in mwl8k_txq_xmit()