Searched refs:ieee80211_has_fromds (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dieee80211.h182 * ieee80211_has_fromds - check if IEEE80211_FCTL_FROMDS is set
185 static inline int ieee80211_has_fromds(__le16 fc) function
1390 if (ieee80211_has_fromds(hdr->frame_control))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/mac80211/
H A Drx.c468 !ieee80211_has_fromds(hdr->frame_control))
800 if ((!ieee80211_has_fromds(hdr->frame_control) &&
996 if (!ieee80211_has_fromds(hdr->frame_control))
H A Dutil.c65 if (ieee80211_has_fromds(fc))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/hostap/
H A Dhostap_hw.c2387 ieee80211_has_fromds(txdesc.frame_control) ? " FromDS" : "");

Completed in 186 milliseconds