Searched refs:IEEE80211_F_WME (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_output.c526 + (ic->ic_flags & IEEE80211_F_WME ?
585 if (ic->ic_flags & IEEE80211_F_WME)
719 if ((ic->ic_flags & IEEE80211_F_WME) && in->in_wme_ie != NULL)
902 if (ic->ic_flags & IEEE80211_F_WME) {
H A Dnet80211.c798 ic->ic_flags |= IEEE80211_F_WME;
H A Dnet80211_proto.c697 (ic->ic_flags & IEEE80211_F_WME) == 0) {
/illumos-gate/usr/src/uts/common/sys/
H A Dnet80211.h123 #define IEEE80211_F_WME 0x00002000 /* CONF: enable WME use */ macro
/illumos-gate/usr/src/uts/common/io/mwl/
H A Dmwl.c3406 err = mwl_hal_setwmm(sc, (ic->ic_flags & IEEE80211_F_WME) != 0);

Completed in 78 milliseconds