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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/hostap/
H A Dhostap_80211_tx.c468 if (((fc & IEEE80211_FCTL_VERS) == BIT(1)) &&
473 fc &= ~IEEE80211_FCTL_VERS;
H A Dhostap_80211_rx.c93 if (type == PRISM2_RX_MGMT && (fc & IEEE80211_FCTL_VERS)) {
95 "version %d\n", dev->name, fc & IEEE80211_FCTL_VERS);
H A Dhostap_ap.c604 hdr->frame_control &= cpu_to_le16(~IEEE80211_FCTL_VERS);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/ieee80211/
H A Dieee80211.h448 #define IEEE80211_FCTL_VERS 0x0003 macro
670 #define WLAN_FC_GET_VERS(fc) ((fc) & IEEE80211_FCTL_VERS)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/
H A Dieee80211.h425 #define IEEE80211_FCTL_VERS 0x0003 macro
647 #define WLAN_FC_GET_VERS(fc) ((fc) & IEEE80211_FCTL_VERS)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211.h430 #define IEEE80211_FCTL_VERS 0x0003 macro
652 #define WLAN_FC_GET_VERS(fc) ((fc) & IEEE80211_FCTL_VERS)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ipw2x00/
H A Dlibipw.h136 #define WLAN_FC_GET_VERS(fc) ((fc) & IEEE80211_FCTL_VERS)
H A Dlibipw_rx.c854 if ((fc & IEEE80211_FCTL_VERS) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dieee80211.h39 #define IEEE80211_FCTL_VERS 0x0003 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/ieee80211/
H A Dieee80211.h275 #define WLAN_FC_GET_VERS(fc) ((fc) & IEEE80211_FCTL_VERS)

Completed in 206 milliseconds