Home
last modified time | relevance | path

Searched refs:IEEE80211_FCTL_VERS (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/net/wireless/intersil/hostap/
H A Dhostap_80211_tx.c472 if (((fc & IEEE80211_FCTL_VERS) == BIT(1)) && in hostap_master_start_xmit()
477 fc &= ~IEEE80211_FCTL_VERS; in hostap_master_start_xmit()
H A Dhostap_80211_rx.c95 if (type == PRISM2_RX_MGMT && (fc & IEEE80211_FCTL_VERS)) { in prism2_rx_80211()
97 "version %d\n", dev->name, fc & IEEE80211_FCTL_VERS); in prism2_rx_80211()
H A Dhostap_ap.c618 hdr->frame_control &= cpu_to_le16(~IEEE80211_FCTL_VERS); in hostap_ap_tx_cb()
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211.h288 #define IEEE80211_FCTL_VERS 0x0003 macro
508 #define WLAN_FC_GET_VERS(fc) ((fc) & IEEE80211_FCTL_VERS)
/openbmc/linux/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw.h148 #define WLAN_FC_GET_VERS(fc) ((fc) & IEEE80211_FCTL_VERS)
H A Dlibipw_rx.c851 if ((fc & IEEE80211_FCTL_VERS) != 0) in libipw_rx_any()
/openbmc/linux/include/linux/
H A Dieee80211.h43 #define IEEE80211_FCTL_VERS 0x0003 macro
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/
H A Dwifi.h2873 #define WLAN_FC_GET_VERS(fc) (le16_to_cpu(fc) & IEEE80211_FCTL_VERS)