Searched refs:IEEE80211_FCTL_VERS (Results 1 – 8 of 8) sorted by relevance
472 if (((fc & IEEE80211_FCTL_VERS) == BIT(1)) && in hostap_master_start_xmit()477 fc &= ~IEEE80211_FCTL_VERS; in hostap_master_start_xmit()
95 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()
618 hdr->frame_control &= cpu_to_le16(~IEEE80211_FCTL_VERS); in hostap_ap_tx_cb()
288 #define IEEE80211_FCTL_VERS 0x0003 macro508 #define WLAN_FC_GET_VERS(fc) ((fc) & IEEE80211_FCTL_VERS)
148 #define WLAN_FC_GET_VERS(fc) ((fc) & IEEE80211_FCTL_VERS)
851 if ((fc & IEEE80211_FCTL_VERS) != 0) in libipw_rx_any()
43 #define IEEE80211_FCTL_VERS 0x0003 macro
2873 #define WLAN_FC_GET_VERS(fc) (le16_to_cpu(fc) & IEEE80211_FCTL_VERS)