Home
last modified time | relevance | path

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 ? in ieee80211_send_mgmt()
585 if (ic->ic_flags & IEEE80211_F_WME) in ieee80211_send_mgmt()
719 if ((ic->ic_flags & IEEE80211_F_WME) && in->in_wme_ie != NULL) in ieee80211_send_mgmt()
902 if (ic->ic_flags & IEEE80211_F_WME) { in ieee80211_beacon_alloc()
H A Dnet80211.c798 ic->ic_flags |= IEEE80211_F_WME; in ieee80211_attach()
H A Dnet80211_proto.c697 (ic->ic_flags & IEEE80211_F_WME) == 0) { in ieee80211_wme_updateparams()
/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.c3415 err = mwl_hal_setwmm(sc, (ic->ic_flags & IEEE80211_F_WME) != 0); in mwl_init()