Searched refs:IEEE80211_FCTL_FTYPE (Results 1 - 18 of 18) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dieee80211.h40 #define IEEE80211_FCTL_FTYPE 0x000c macro
260 return (fc & cpu_to_le16(IEEE80211_FCTL_FTYPE)) ==
270 return (fc & cpu_to_le16(IEEE80211_FCTL_FTYPE)) ==
280 return (fc & cpu_to_le16(IEEE80211_FCTL_FTYPE)) ==
294 return (fc & cpu_to_le16(IEEE80211_FCTL_FTYPE | IEEE80211_STYPE_QOS_DATA)) ==
308 return (fc & cpu_to_le16(IEEE80211_FCTL_FTYPE | 0x40)) ==
318 return (fc & cpu_to_le16(IEEE80211_FCTL_FTYPE | IEEE80211_FCTL_STYPE)) ==
328 return (fc & cpu_to_le16(IEEE80211_FCTL_FTYPE | IEEE80211_FCTL_STYPE)) ==
338 return (fc & cpu_to_le16(IEEE80211_FCTL_FTYPE | IEEE80211_FCTL_STYPE)) ==
348 return (fc & cpu_to_le16(IEEE80211_FCTL_FTYPE | IEEE80211_FCTL_STYP
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/mac80211/
H A Dstatus.c259 type = le16_to_cpu(hdr->frame_control) & IEEE80211_FCTL_FTYPE;
H A Drx.c1215 cpu_to_le16(IEEE80211_FCTL_FTYPE)) ||
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/hostap/
H A Dhostap_80211_rx.c37 fc, (fc & IEEE80211_FCTL_FTYPE) >> 2,
753 type = fc & IEEE80211_FCTL_FTYPE;
H A Dhostap_main.c545 fc, (fc & IEEE80211_FCTL_FTYPE) >> 2,
573 fc, (fc & IEEE80211_FCTL_FTYPE) >> 2,
H A Dhostap_80211_tx.c33 fc, (fc & IEEE80211_FCTL_FTYPE) >> 2,
H A Dhostap_ap.c2135 type = fc & IEEE80211_FCTL_FTYPE;
2887 fc & IEEE80211_FCTL_FTYPE,
2913 type = fc & IEEE80211_FCTL_FTYPE;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/ieee80211/
H A Dieee80211.h449 #define IEEE80211_FCTL_FTYPE 0x000c macro
671 #define WLAN_FC_GET_TYPE(fc) ((fc) & IEEE80211_FCTL_FTYPE)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/
H A Dieee80211.h426 #define IEEE80211_FCTL_FTYPE 0x000c macro
648 #define WLAN_FC_GET_TYPE(fc) ((fc) & IEEE80211_FCTL_FTYPE)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211.h431 #define IEEE80211_FCTL_FTYPE 0x000c macro
653 #define WLAN_FC_GET_TYPE(fc) ((fc) & IEEE80211_FCTL_FTYPE)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ipw2x00/
H A Dlibipw.h137 #define WLAN_FC_GET_TYPE(fc) ((fc) & IEEE80211_FCTL_FTYPE)
H A Dlibipw_rx.c857 switch (fc & IEEE80211_FCTL_FTYPE) {
H A Dipw2200.c7988 ((fc & IEEE80211_FCTL_FTYPE) == IEEE80211_FTYPE_MGMT && \
7992 ((fc & IEEE80211_FCTL_FTYPE) == IEEE80211_FTYPE_MGMT)
7995 ((fc & IEEE80211_FCTL_FTYPE) == IEEE80211_FTYPE_CTL)
7998 ((fc & IEEE80211_FCTL_FTYPE) == IEEE80211_FTYPE_DATA)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8187se/ieee80211/
H A Dieee80211.h226 #define WLAN_FC_GET_TYPE(fc) ((fc) & IEEE80211_FCTL_FTYPE)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/ieee80211/
H A Dieee80211.h276 #define WLAN_FC_GET_TYPE(fc) ((fc) & IEEE80211_FCTL_FTYPE)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/orinoco/
H A Dmain.c762 switch (fc & IEEE80211_FCTL_FTYPE) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/rtl818x/
H A Drtl8187_dev.c293 if ((fc & IEEE80211_FCTL_FTYPE) == IEEE80211_FTYPE_MGMT)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/
H A Datmel.c1113 if ((frame_ctl & IEEE80211_FCTL_FTYPE) == IEEE80211_FTYPE_DATA) {
1126 if ((frame_ctl & IEEE80211_FCTL_FTYPE) == IEEE80211_FTYPE_MGMT) {

Completed in 441 milliseconds