Searched refs:ieee80211_is_action (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/mac80211/
H A Dstatus.c133 if (ieee80211_is_action(mgmt->frame_control) &&
H A Drx.c490 if (ieee80211_is_action(hdr->frame_control)) {
1455 if (unlikely(ieee80211_is_action(fc) && !rx->key &&
1924 if (!ieee80211_is_action(mgmt->frame_control))
H A Diface.c741 } else if (ieee80211_is_action(mgmt->frame_control) &&
H A Dtx.c520 (ieee80211_is_action(hdr->frame_control) &&
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dieee80211.h423 * ieee80211_is_action - check if IEEE80211_FTYPE_MGMT && IEEE80211_STYPE_ACTION
426 static inline int ieee80211_is_action(__le16 fc) function
1423 if (ieee80211_is_action(hdr->frame_control)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Drecv.c625 ieee80211_is_action(hdr->frame_control)) &&
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/wireless/
H A Dmlme.c842 if (!ieee80211_is_action(mgmt->frame_control))

Completed in 171 milliseconds