Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/intersil/hostap/
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()
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()
Dhostap_ap.c618 hdr->frame_control &= cpu_to_le16(~IEEE80211_FCTL_VERS); in hostap_ap_tx_cb()
/Linux-v4.19/drivers/staging/rtl8712/
Dieee80211.h204 #define IEEE80211_FCTL_VERS 0x0002 macro
/Linux-v4.19/drivers/net/wireless/intel/ipw2x00/
Dlibipw.h153 #define WLAN_FC_GET_VERS(fc) ((fc) & IEEE80211_FCTL_VERS)
Dlibipw_rx.c855 if ((fc & IEEE80211_FCTL_VERS) != 0) in libipw_rx_any()
/Linux-v4.19/drivers/staging/rtl8192u/ieee80211/
Dieee80211.h355 #define IEEE80211_FCTL_VERS 0x0003 macro
575 #define WLAN_FC_GET_VERS(fc) ((fc) & IEEE80211_FCTL_VERS)
/Linux-v4.19/include/linux/
Dieee80211.h45 #define IEEE80211_FCTL_VERS 0x0003 macro
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/
Dwifi.h3049 #define WLAN_FC_GET_VERS(fc) (le16_to_cpu(fc) & IEEE80211_FCTL_VERS)
/Linux-v4.19/drivers/staging/rtlwifi/
Dwifi.h3160 #define WLAN_FC_GET_VERS(fc) (le16_to_cpu(fc) & IEEE80211_FCTL_VERS)