Searched refs:IEEE80211_FCTL_STYPE (Results 1 - 23 of 23) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dieee80211.h41 #define IEEE80211_FCTL_STYPE 0x00f0 macro
291 * mask with QOS_DATA rather than IEEE80211_FCTL_STYPE as we just need
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_STYPE)) ==
358 return (fc & cpu_to_le16(IEEE80211_FCTL_FTYPE | IEEE80211_FCTL_STYPE)) ==
368 return (fc & cpu_to_le16(IEEE80211_FCTL_FTYPE | IEEE80211_FCTL_STYPE)) ==
378 return (fc & cpu_to_le16(IEEE80211_FCTL_FTYPE | IEEE80211_FCTL_STYPE)) ==
388 return (fc & cpu_to_le16(IEEE80211_FCTL_FTYPE | IEEE80211_FCTL_STYPE))
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/wl12xx/
H A Dwl1251_rx.c139 if ((*fc & IEEE80211_FCTL_STYPE) == IEEE80211_STYPE_BEACON)
H A Dwl1271_rx.c100 if ((*fc & IEEE80211_FCTL_STYPE) == IEEE80211_STYPE_BEACON)
/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.c34 (fc & IEEE80211_FCTL_STYPE) >> 4,
296 (fc & IEEE80211_FCTL_STYPE) == IEEE80211_STYPE_DATA) {
H A Dhostap_80211_rx.c38 (fc & IEEE80211_FCTL_STYPE) >> 4,
754 stype = fc & IEEE80211_FCTL_STYPE;
H A Dhostap_main.c546 (fc & IEEE80211_FCTL_STYPE) >> 4,
574 (fc & IEEE80211_FCTL_STYPE) >> 4,
H A Dhostap_ap.c2136 stype = fc & IEEE80211_FCTL_STYPE;
2888 fc & IEEE80211_FCTL_STYPE);
2914 stype = fc & IEEE80211_FCTL_STYPE;
H A Dhostap_hw.c2385 (fc & IEEE80211_FCTL_STYPE) >> 4,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/mac80211/
H A Dwork.c783 switch (fc & IEEE80211_FCTL_STYPE) {
1105 switch (fc & IEEE80211_FCTL_STYPE) {
H A Dmesh.c611 stype = le16_to_cpu(mgmt->frame_control) & IEEE80211_FCTL_STYPE;
H A Dibss.c758 switch (fc & IEEE80211_FCTL_STYPE) {
H A Dmlme.c1705 switch (fc & IEEE80211_FCTL_STYPE) {
1750 (fc & IEEE80211_FCTL_STYPE) == IEEE80211_STYPE_DEAUTH) {
H A Drx.c2109 stype = mgmt->frame_control & cpu_to_le16(IEEE80211_FCTL_STYPE);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl-core.c417 switch (fc & cpu_to_le16(IEEE80211_FCTL_STYPE)) {
2350 switch (fc & cpu_to_le16(IEEE80211_FCTL_STYPE)) {
2389 switch (fc & cpu_to_le16(IEEE80211_FCTL_STYPE)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/ieee80211/
H A Dieee80211.h450 #define IEEE80211_FCTL_STYPE 0x00f0 macro
672 #define WLAN_FC_GET_STYPE(fc) ((fc) & IEEE80211_FCTL_STYPE)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/
H A Dieee80211.h427 #define IEEE80211_FCTL_STYPE 0x00f0 macro
649 #define WLAN_FC_GET_STYPE(fc) ((fc) & IEEE80211_FCTL_STYPE)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211.h432 #define IEEE80211_FCTL_STYPE 0x00f0 macro
654 #define WLAN_FC_GET_STYPE(fc) ((fc) & IEEE80211_FCTL_STYPE)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ipw2x00/
H A Dlibipw.h138 #define WLAN_FC_GET_STYPE(fc) ((fc) & IEEE80211_FCTL_STYPE)
H A Dipw2200.c7989 (fc & IEEE80211_FCTL_STYPE) == IEEE80211_STYPE_PROBE_RESP )
8001 ((fc & IEEE80211_FCTL_STYPE) == IEEE80211_STYPE_ASSOC_REQ)
8004 ((fc & IEEE80211_FCTL_STYPE) == IEEE80211_STYPE_REASSOC_REQ)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8187se/ieee80211/
H A Dieee80211.h227 #define WLAN_FC_GET_STYPE(fc) ((fc) & IEEE80211_FCTL_STYPE)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/ieee80211/
H A Dieee80211.h277 #define WLAN_FC_GET_STYPE(fc) ((fc) & IEEE80211_FCTL_STYPE)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/orinoco/
H A Dmain.c776 switch (fc & IEEE80211_FCTL_STYPE) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/
H A Datmel.c3355 subtype = le16_to_cpu(header->frame_control) & IEEE80211_FCTL_STYPE;

Completed in 326 milliseconds