Home
last modified time | relevance | path

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

/Linux-v5.4/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-v5.4/drivers/staging/rtl8712/
Dieee80211.h193 #define IEEE80211_FCTL_VERS 0x0002 macro
/Linux-v5.4/drivers/net/wireless/intel/ipw2x00/
Dlibipw.h149 #define WLAN_FC_GET_VERS(fc) ((fc) & IEEE80211_FCTL_VERS)
Dlibipw_rx.c851 if ((fc & IEEE80211_FCTL_VERS) != 0) in libipw_rx_any()
/Linux-v5.4/drivers/staging/rtl8192u/ieee80211/
Dieee80211.h351 #define IEEE80211_FCTL_VERS 0x0003 macro
571 #define WLAN_FC_GET_VERS(fc) ((fc) & IEEE80211_FCTL_VERS)
/Linux-v5.4/include/linux/
Dieee80211.h42 #define IEEE80211_FCTL_VERS 0x0003 macro
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/
Dwifi.h3027 #define WLAN_FC_GET_VERS(fc) (le16_to_cpu(fc) & IEEE80211_FCTL_VERS)