Home
last modified time | relevance | path

Searched refs:IEEE80211_IS_PSPOLL (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_node.c1207 #define IEEE80211_IS_PSPOLL(wh) \ macro
1239 !IEEE80211_IS_PSPOLL(wh) && !IEEE80211_IS_BAR(wh)) in ieee80211_find_rxnode()
1252 #undef IEEE80211_IS_PSPOLL
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_core.h191 #define IEEE80211_IS_PSPOLL(_wh) \ macro
H A Darn_xmit.c1219 IEEE80211_IS_PSPOLL(wh) ? in ath_tx_setup_buffer()