Searched refs:IEEE80211_QOS_HAS_SEQ (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8187se/ieee80211/
H A Dieee80211_rx.c110 if (((fc & IEEE80211_FCTL_DSTODS) == IEEE80211_FCTL_DSTODS)&&IEEE80211_QOS_HAS_SEQ(fc)) {
115 } else if (IEEE80211_QOS_HAS_SEQ(fc)) {
132 (IEEE80211_QOS_HAS_SEQ(fc)?2:0) /* QOS Control */);
177 if(((fc & IEEE80211_FCTL_DSTODS) == IEEE80211_FCTL_DSTODS)&&IEEE80211_QOS_HAS_SEQ(fc)) {
182 } else if (IEEE80211_QOS_HAS_SEQ(fc)) {
384 if(((fc & IEEE80211_FCTL_DSTODS) == IEEE80211_FCTL_DSTODS)&&IEEE80211_QOS_HAS_SEQ(fc)) {
389 } else if(IEEE80211_QOS_HAS_SEQ(fc)) { //QoS
H A Dieee80211.h307 #define IEEE80211_QOS_HAS_SEQ(fc) \ macro
1249 if(IEEE80211_QOS_HAS_SEQ(fc))
H A Dieee80211_crypt_tkip.c544 if(IEEE80211_QOS_HAS_SEQ(le16_to_cpu(hdr->frame_ctl))) {
593 if(IEEE80211_QOS_HAS_SEQ(le16_to_cpu(hdr->frame_ctl))) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/ieee80211/
H A Dieee80211_rx.c113 if (((fc & IEEE80211_FCTL_DSTODS) == IEEE80211_FCTL_DSTODS)&&IEEE80211_QOS_HAS_SEQ(fc)) {
118 } else if (IEEE80211_QOS_HAS_SEQ(fc)) {
135 (IEEE80211_QOS_HAS_SEQ(fc)?2:0) /* QOS Control */);
180 if(((fc & IEEE80211_FCTL_DSTODS) == IEEE80211_FCTL_DSTODS)&&IEEE80211_QOS_HAS_SEQ(fc)) {
185 } else if (IEEE80211_QOS_HAS_SEQ(fc)) {
452 if(((fc & IEEE80211_FCTL_DSTODS) == IEEE80211_FCTL_DSTODS)&&IEEE80211_QOS_HAS_SEQ(fc)) {
457 } else if(IEEE80211_QOS_HAS_SEQ(fc)) { //QoS
809 if((IEEE80211_QOS_HAS_SEQ(fc))&&\
814 if(IEEE80211_QOS_HAS_SEQ(fc)) {
H A Dieee80211_crypt_tkip.c594 if(IEEE80211_QOS_HAS_SEQ(le16_to_cpu(hdr->frame_ctl))) {
667 if(IEEE80211_QOS_HAS_SEQ(le16_to_cpu(hdr->frame_ctl))) {
H A Dieee80211.h840 #define IEEE80211_QOS_HAS_SEQ(fc) \ macro
2450 if(IEEE80211_QOS_HAS_SEQ(fc))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/ieee80211/
H A Dieee80211_rx.c110 if (((fc & IEEE80211_FCTL_DSTODS) == IEEE80211_FCTL_DSTODS)&&IEEE80211_QOS_HAS_SEQ(fc)) {
115 } else if (IEEE80211_QOS_HAS_SEQ(fc)) {
132 (IEEE80211_QOS_HAS_SEQ(fc)?2:0) /* QOS Control */);
177 if(((fc & IEEE80211_FCTL_DSTODS) == IEEE80211_FCTL_DSTODS)&&IEEE80211_QOS_HAS_SEQ(fc)) {
182 } else if (IEEE80211_QOS_HAS_SEQ(fc)) {
391 if(((fc & IEEE80211_FCTL_DSTODS) == IEEE80211_FCTL_DSTODS)&&IEEE80211_QOS_HAS_SEQ(fc)) {
396 } else if(IEEE80211_QOS_HAS_SEQ(fc)) { //QoS
751 if((IEEE80211_QOS_HAS_SEQ(fc))&&\
756 if(IEEE80211_QOS_HAS_SEQ(fc)) {
H A Dieee80211_crypt_tkip.c573 if(IEEE80211_QOS_HAS_SEQ(le16_to_cpu(hdr->frame_ctl))) {
619 if(IEEE80211_QOS_HAS_SEQ(le16_to_cpu(hdr->frame_ctl))) {
H A Dieee80211.h360 #define IEEE80211_QOS_HAS_SEQ(fc) \ macro
1631 if(IEEE80211_QOS_HAS_SEQ(fc))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_rx.c113 if (((fc & IEEE80211_FCTL_DSTODS) == IEEE80211_FCTL_DSTODS)&&IEEE80211_QOS_HAS_SEQ(fc)) {
118 } else if (IEEE80211_QOS_HAS_SEQ(fc)) {
135 (IEEE80211_QOS_HAS_SEQ(fc)?2:0) /* QOS Control */);
180 if(((fc & IEEE80211_FCTL_DSTODS) == IEEE80211_FCTL_DSTODS)&&IEEE80211_QOS_HAS_SEQ(fc)) {
185 } else if (IEEE80211_QOS_HAS_SEQ(fc)) {
439 if(((fc & IEEE80211_FCTL_DSTODS) == IEEE80211_FCTL_DSTODS)&&IEEE80211_QOS_HAS_SEQ(fc)) {
444 } else if(IEEE80211_QOS_HAS_SEQ(fc)) { //QoS
797 if((IEEE80211_QOS_HAS_SEQ(fc))&&\
802 if(IEEE80211_QOS_HAS_SEQ(fc)) {
H A Dieee80211_crypt_tkip.c576 if(IEEE80211_QOS_HAS_SEQ(le16_to_cpu(hdr->frame_ctl))) {
625 if(IEEE80211_QOS_HAS_SEQ(le16_to_cpu(hdr->frame_ctl))) {
H A Dieee80211.h820 #define IEEE80211_QOS_HAS_SEQ(fc) \ macro
2285 if(IEEE80211_QOS_HAS_SEQ(fc))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/
H A Dieee80211.h815 #define IEEE80211_QOS_HAS_SEQ(fc) \ macro
2283 if(IEEE80211_QOS_HAS_SEQ(fc))

Completed in 151 milliseconds