HomeSort by: relevance | last modified time | path
    Searched refs:WME_F_AGGRMODE (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/net80211/
ieee80211_proto.h 213 #define WME_F_AGGRMODE 0x00000001 /* STATUS: WME aggressive mode */
ieee80211_proto.c 771 (wme->wme_flags & WME_F_AGGRMODE) == 0) ||
801 ic->ic_sta_assoc < 2 && (wme->wme_flags & WME_F_AGGRMODE) == 0) {
ieee80211_output.c 2009 if (wme->wme_flags & WME_F_AGGRMODE) {
2015 wme->wme_flags &= ~WME_F_AGGRMODE;
2027 wme->wme_flags |= WME_F_AGGRMODE;
ieee80211_ioctl.c 1976 if ((wme->wme_flags & WME_F_AGGRMODE) == 0)
1986 if ((wme->wme_flags & WME_F_AGGRMODE) == 0)
1996 if ((wme->wme_flags & WME_F_AGGRMODE) == 0)
2005 if ((wme->wme_flags & WME_F_AGGRMODE) == 0)
2014 if ((wme->wme_flags & WME_F_AGGRMODE) == 0)

Completed in 16 milliseconds