Searched refs:IEEE80211_FCTL_VERS (Results 1 – 9 of 9) sorted by relevance
471 if (((fc & IEEE80211_FCTL_VERS) == BIT(1)) && in hostap_master_start_xmit()476 fc &= ~IEEE80211_FCTL_VERS; in hostap_master_start_xmit()
94 if (type == PRISM2_RX_MGMT && (fc & IEEE80211_FCTL_VERS)) { in prism2_rx_80211()96 "version %d\n", dev->name, fc & IEEE80211_FCTL_VERS); in prism2_rx_80211()
665 hdr->frame_control &= cpu_to_le16(~IEEE80211_FCTL_VERS); in hostap_ap_tx_cb()
210 #define IEEE80211_FCTL_VERS 0x0002 macro
153 #define WLAN_FC_GET_VERS(fc) ((fc) & IEEE80211_FCTL_VERS)
855 if ((fc & IEEE80211_FCTL_VERS) != 0) in libipw_rx_any()
421 #define IEEE80211_FCTL_VERS 0x0003 macro668 #define WLAN_FC_GET_VERS(fc) ((fc) & IEEE80211_FCTL_VERS)
1481 ver = fctl & IEEE80211_FCTL_VERS; in validate_recv_frame()
2811 #define WLAN_FC_GET_VERS(fc) (le16_to_cpu(fc) & IEEE80211_FCTL_VERS)