Searched refs:IEEE80211_FCTL_VERS (Results 1 – 4 of 4) sorted by relevance
148 #define WLAN_FC_GET_VERS(fc) ((fc) & IEEE80211_FCTL_VERS)
851 if ((fc & IEEE80211_FCTL_VERS) != 0) in libipw_rx_any()
2839 #define WLAN_FC_GET_VERS(fc) (le16_to_cpu(fc) & IEEE80211_FCTL_VERS)
43 #define IEEE80211_FCTL_VERS 0x0003 macro