Searched refs:IEEE80211_FTYPE_CTL (Results 1 - 22 of 22) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dieee80211.h55 #define IEEE80211_FTYPE_CTL 0x0004 macro
265 * ieee80211_is_ctl - check if type is IEEE80211_FTYPE_CTL
271 cpu_to_le16(IEEE80211_FTYPE_CTL);
433 * ieee80211_is_back_req - check if IEEE80211_FTYPE_CTL && IEEE80211_STYPE_BACK_REQ
439 cpu_to_le16(IEEE80211_FTYPE_CTL | IEEE80211_STYPE_BACK_REQ);
443 * ieee80211_is_back - check if IEEE80211_FTYPE_CTL && IEEE80211_STYPE_BACK
449 cpu_to_le16(IEEE80211_FTYPE_CTL | IEEE80211_STYPE_BACK);
453 * ieee80211_is_pspoll - check if IEEE80211_FTYPE_CTL && IEEE80211_STYPE_PSPOLL
459 cpu_to_le16(IEEE80211_FTYPE_CTL | IEEE80211_STYPE_PSPOLL);
463 * ieee80211_is_rts - check if IEEE80211_FTYPE_CTL
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ipw2x00/
H A Dlibipw_tx.c449 cpu_to_le16(IEEE80211_FTYPE_CTL | IEEE80211_STYPE_RTS);
H A Dlibipw.h935 case IEEE80211_FTYPE_CTL:
H A Dlibipw_rx.c866 case IEEE80211_FTYPE_CTL:
H A Dipw2100.c2662 case IEEE80211_FTYPE_CTL:
2777 case IEEE80211_FTYPE_CTL:
H A Dipw2200.c7995 ((fc & IEEE80211_FCTL_FTYPE) == IEEE80211_FTYPE_CTL)
8480 case IEEE80211_FTYPE_CTL:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/mac80211/
H A Dagg-tx.c125 bar->frame_control = cpu_to_le16(IEEE80211_FTYPE_CTL |
H A Dtx.c2314 pspoll->frame_control = cpu_to_le16(IEEE80211_FTYPE_CTL |
2424 cpu_to_le16(IEEE80211_FTYPE_CTL | IEEE80211_STYPE_RTS);
2440 cpu_to_le16(IEEE80211_FTYPE_CTL | IEEE80211_STYPE_CTS);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/
H A Dmac80211_hwsim.c404 hdr11->frame_control = cpu_to_le16(IEEE80211_FTYPE_CTL |
1111 pspoll->frame_control = cpu_to_le16(IEEE80211_FTYPE_CTL |
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/ieee80211/
H A Dieee80211.h463 #define IEEE80211_FTYPE_CTL 0x0004 macro
2453 case IEEE80211_FTYPE_CTL:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/
H A Dieee80211.h440 #define IEEE80211_FTYPE_CTL 0x0004 macro
2286 case IEEE80211_FTYPE_CTL:
H A Dr8192E_core.c5782 bpacket_match_bssid = ((IEEE80211_FTYPE_CTL != type) &&
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211.h445 #define IEEE80211_FTYPE_CTL 0x0004 macro
2288 case IEEE80211_FTYPE_CTL:
/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.c501 type != IEEE80211_FTYPE_CTL) {
H A Dhostap_ap.c1785 prism2_send_mgmt(dev, IEEE80211_FTYPE_CTL | IEEE80211_STYPE_ACK,
2176 if (type == IEEE80211_FTYPE_CTL && stype == IEEE80211_STYPE_PSPOLL) {
2294 IEEE80211_FTYPE_CTL | IEEE80211_STYPE_PSPOLL);
2862 if (type != IEEE80211_FTYPE_CTL ||
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8187se/ieee80211/
H A Dieee80211.h1252 case IEEE80211_FTYPE_CTL:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/ieee80211/
H A Dieee80211.h1634 case IEEE80211_FTYPE_CTL:
H A Dieee80211_softmac.c331 if(!(type == IEEE80211_FTYPE_CTL)) {
344 if(!(type == IEEE80211_FTYPE_CTL)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/orinoco/
H A Dmain.c775 case IEEE80211_FTYPE_CTL:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8187se/
H A Dr8180_core.c1606 if ((IEEE80211_FTYPE_CTL != type) &&
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/
H A Dr8192U_core.c5206 bpacket_match_bssid = ((IEEE80211_FTYPE_CTL != type) &&
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/
H A Dr8192U_core.c6720 bpacket_match_bssid = ((IEEE80211_FTYPE_CTL != type) &&

Completed in 374 milliseconds