Home
last modified time | relevance | path

Searched refs:IEEE80211_FCTL_TODS (Results 1 – 25 of 39) sorted by relevance

12

/openbmc/linux/drivers/staging/rtl8712/
H A Dwifi.h28 *(__le16 *)(pbuf) |= cpu_to_le16(IEEE80211_FCTL_TODS); \
31 #define GetToDs(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(IEEE80211_FCTL_TODS)) != 0)
34 *(__le16 *)(pbuf) &= (~cpu_to_le16(IEEE80211_FCTL_TODS)); \
/openbmc/linux/drivers/net/wireless/intersil/hostap/
H A Dhostap_80211_rx.c41 fc & IEEE80211_FCTL_TODS ? " [ToDS]" : "", in hostap_dump_rx_80211()
558 if ((fc & (IEEE80211_FCTL_TODS | IEEE80211_FCTL_FROMDS)) != in hostap_rx_frame_wds()
559 (IEEE80211_FCTL_TODS | IEEE80211_FCTL_FROMDS) && in hostap_rx_frame_wds()
622 if ((fc & (IEEE80211_FCTL_TODS | IEEE80211_FCTL_FROMDS)) == in hostap_is_eapol_frame()
623 IEEE80211_FCTL_TODS && in hostap_is_eapol_frame()
627 } else if ((fc & (IEEE80211_FCTL_TODS | IEEE80211_FCTL_FROMDS)) == in hostap_is_eapol_frame()
842 switch (fc & (IEEE80211_FCTL_FROMDS | IEEE80211_FCTL_TODS)) { in hostap_80211_rx()
847 case IEEE80211_FCTL_TODS: in hostap_80211_rx()
851 case IEEE80211_FCTL_FROMDS | IEEE80211_FCTL_TODS: in hostap_80211_rx()
869 (fc & (IEEE80211_FCTL_TODS | IEEE80211_FCTL_FROMDS)) == in hostap_80211_rx()
[all …]
H A Dhostap_80211_tx.c38 fc & IEEE80211_FCTL_TODS ? " [ToDS]" : "", in hostap_dump_tx_80211()
153 fc |= IEEE80211_FCTL_FROMDS | IEEE80211_FCTL_TODS; in hostap_data_start_xmit()
162 fc |= IEEE80211_FCTL_TODS; in hostap_data_start_xmit()
195 fc |= IEEE80211_FCTL_TODS; in hostap_data_start_xmit()
H A Dhostap_main.c537 fc & IEEE80211_FCTL_TODS ? " [ToDS]" : "", in hostap_dump_rx_header()
565 fc & IEEE80211_FCTL_TODS ? " [ToDS]" : "", in hostap_dump_tx_header()
/openbmc/linux/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_rx.c242 if ((fc & (IEEE80211_FCTL_TODS | IEEE80211_FCTL_FROMDS)) == in libipw_is_eapol_frame()
243 IEEE80211_FCTL_TODS && in libipw_is_eapol_frame()
247 } else if ((fc & (IEEE80211_FCTL_TODS | IEEE80211_FCTL_FROMDS)) == in libipw_is_eapol_frame()
491 switch (fc & (IEEE80211_FCTL_FROMDS | IEEE80211_FCTL_TODS)) { in libipw_rx()
496 case IEEE80211_FCTL_TODS: in libipw_rx()
500 case IEEE80211_FCTL_FROMDS | IEEE80211_FCTL_TODS: in libipw_rx()
521 (fc & (IEEE80211_FCTL_TODS | IEEE80211_FCTL_FROMDS)) == in libipw_rx()
755 if (wds && ((fc & (IEEE80211_FCTL_TODS | IEEE80211_FCTL_FROMDS)) == in libipw_rx()
756 IEEE80211_FCTL_TODS) && skb->len >= ETH_HLEN + ETH_ALEN) { in libipw_rx()
874 if ((fc & (IEEE80211_FCTL_TODS+IEEE80211_FCTL_FROMDS)) == 0) { in libipw_rx_any()
[all …]
H A Dlibipw_tx.c308 fc |= IEEE80211_FCTL_TODS; in libipw_xmit()
H A Dlibipw.h878 if ((fc & IEEE80211_FCTL_FROMDS) && (fc & IEEE80211_FCTL_TODS)) in libipw_get_hdrlen()
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_crypt_tkip.c479 (IEEE80211_FCTL_FROMDS | IEEE80211_FCTL_TODS)) { in michael_mic_hdr()
480 case IEEE80211_FCTL_TODS: in michael_mic_hdr()
488 case IEEE80211_FCTL_FROMDS | IEEE80211_FCTL_TODS: in michael_mic_hdr()
H A Dieee80211_crypt_ccmp.c101 a4_included = ((fc & (IEEE80211_FCTL_TODS | IEEE80211_FCTL_FROMDS)) == in ccmp_init_iv_and_aad()
102 (IEEE80211_FCTL_TODS | IEEE80211_FCTL_FROMDS)); in ccmp_init_iv_and_aad()
H A Dieee80211_rx.c306 if ((fc & (IEEE80211_FCTL_TODS | IEEE80211_FCTL_FROMDS)) == in ieee80211_is_eapol_frame()
307 IEEE80211_FCTL_TODS && in ieee80211_is_eapol_frame()
311 } else if ((fc & (IEEE80211_FCTL_TODS | IEEE80211_FCTL_FROMDS)) == in ieee80211_is_eapol_frame()
1044 switch (fc & (IEEE80211_FCTL_FROMDS | IEEE80211_FCTL_TODS)) { in ieee80211_rx()
1050 case IEEE80211_FCTL_TODS: in ieee80211_rx()
1055 case IEEE80211_FCTL_FROMDS | IEEE80211_FCTL_TODS: in ieee80211_rx()
1078 (fc & (IEEE80211_FCTL_TODS | IEEE80211_FCTL_FROMDS)) == IEEE80211_FCTL_FROMDS && in ieee80211_rx()
H A Dieee80211.h292 #define IEEE80211_FCTL_TODS 0x0100 macro
1132 …return (u8)((frameqos *)(buf + (((fc & IEEE80211_FCTL_TODS) && (fc & IEEE80211_FCTL_FROMDS)) ? 30 … in Frame_QoSTID()
2042 if ((fc & IEEE80211_FCTL_FROMDS) && (fc & IEEE80211_FCTL_TODS)) in ieee80211_get_hdrlen()
H A Dieee80211_tx.c616 fc |= IEEE80211_FCTL_TODS; in ieee80211_xmit()
/openbmc/linux/net/wireless/
H A Dlib80211_crypt_tkip.c513 (IEEE80211_FCTL_FROMDS | IEEE80211_FCTL_TODS)) { in michael_mic_hdr()
514 case IEEE80211_FCTL_TODS: in michael_mic_hdr()
522 case IEEE80211_FCTL_FROMDS | IEEE80211_FCTL_TODS: in michael_mic_hdr()
H A Dutil.c637 cpu_to_le16(IEEE80211_FCTL_TODS | IEEE80211_FCTL_FROMDS)) { in ieee80211_data_to_8023_exthdr()
638 case cpu_to_le16(IEEE80211_FCTL_TODS): in ieee80211_data_to_8023_exthdr()
644 case cpu_to_le16(IEEE80211_FCTL_TODS | IEEE80211_FCTL_FROMDS): in ieee80211_data_to_8023_exthdr()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mac.c949 switch (frame_control & (IEEE80211_FCTL_TODS | in mt76_connac2_reverse_frag0_hdr_trans()
957 case IEEE80211_FCTL_TODS: in mt76_connac2_reverse_frag0_hdr_trans()
960 case IEEE80211_FCTL_TODS | IEEE80211_FCTL_FROMDS: in mt76_connac2_reverse_frag0_hdr_trans()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Dtrx.c239 (ether_addr_equal(mac->bssid, (fc & IEEE80211_FCTL_TODS) ? in translate_rx_signal_stuff()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
H A Dtrx.c217 (cfc & IEEE80211_FCTL_TODS) ? hdr->addr1 : in _rtl92se_translate_rx_signal_stuff()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
H A Dtrx.c238 (c_fc & IEEE80211_FCTL_TODS) ? hdr->addr1 : in _rtl92ce_translate_rx_signal_stuff()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
H A Dmac.c733 (cpu_fc & IEEE80211_FCTL_TODS) ? hdr->addr1 : in rtl92c_translate_rx_signal_stuff()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dmac.c284 switch (frame_control & (IEEE80211_FCTL_TODS | in mt7615_reverse_frag0_hdr_trans()
292 case IEEE80211_FCTL_TODS: in mt7615_reverse_frag0_hdr_trans()
295 case IEEE80211_FCTL_TODS | IEEE80211_FCTL_FROMDS: in mt7615_reverse_frag0_hdr_trans()
/openbmc/linux/include/linux/
H A Dieee80211.h46 #define IEEE80211_FCTL_TODS 0x0100 macro
367 return (fc & cpu_to_le16(IEEE80211_FCTL_TODS)) != 0; in ieee80211_has_tods()
385 __le16 tmp = cpu_to_le16(IEEE80211_FCTL_TODS | IEEE80211_FCTL_FROMDS); in ieee80211_has_a4()
/openbmc/linux/net/mac80211/
H A Dtx.c2627 fc |= cpu_to_le16(IEEE80211_FCTL_FROMDS | IEEE80211_FCTL_TODS); in ieee80211_build_hdr()
2781 IEEE80211_FCTL_TODS); in ieee80211_build_hdr()
2789 fc |= cpu_to_le16(IEEE80211_FCTL_TODS); in ieee80211_build_hdr()
3106 IEEE80211_FCTL_TODS); in ieee80211_check_fast_xmit()
3115 fc |= cpu_to_le16(IEEE80211_FCTL_TODS); in ieee80211_check_fast_xmit()
3125 IEEE80211_FCTL_TODS); in ieee80211_check_fast_xmit()
5751 IEEE80211_FCTL_TODS); in ieee80211_nullfunc_get()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Dtrx.c213 (ether_addr_equal(mac->bssid, (fc & IEEE80211_FCTL_TODS) ? in _rtl8723be_translate_rx_signal_stuff()
/openbmc/linux/drivers/net/wireless/intersil/orinoco/
H A Dmain.c749 if ((fc & IEEE80211_FCTL_TODS) in orinoco_rx_monitor()
1046 if (fc & IEEE80211_FCTL_TODS) in orinoco_rx()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H A Dtrx.c390 (cfc & IEEE80211_FCTL_TODS) ? hdr->addr1 : in _rtl92de_translate_rx_signal_stuff()

12