Home
last modified time | relevance | path

Searched refs:WME_AC_VI (Results 1 – 12 of 12) sorted by relevance

/f-stack/freebsd/net80211/
H A Dieee80211_superg.h121 ieee80211_ff_age(ic, &sg->ff_stageq[WME_AC_VI], quanta); in ieee80211_ff_age_all()
H A Dieee80211.h315 ((_ac) == WME_AC_VI) ? 5 : \
322 ((_tid) < 6) ? WME_AC_VI : \
1209 #define WME_AC_VI 2 /* video */ macro
H A Dieee80211_wds.c509 TID_TO_WME_AC(tid) >= WME_AC_VI) in wds_input()
H A Dieee80211_adhoc.c451 TID_TO_WME_AC(tid) >= WME_AC_VI) in adhoc_input()
H A Dieee80211_freebsd.c329 &vap->iv_ampdu_mintraffic[WME_AC_VI], 0, in ieee80211_sysctl_vattach()
H A Dieee80211_sta.c651 TID_TO_WME_AC(tid) >= WME_AC_VI) in sta_input()
H A Dieee80211_proto.c1548 case WME_AC_VI: in ieee80211_wme_initparams_locked()
H A Dieee80211_hostap.c582 TID_TO_WME_AC(tid) >= WME_AC_VI) in hostap_input()
H A Dieee80211_ht.c267 vap->iv_ampdu_mintraffic[WME_AC_VI] = 32; in ieee80211_ht_vattach()
H A Dieee80211_mesh.c1588 TID_TO_WME_AC(tid) >= WME_AC_VI) in mesh_input()
H A Dieee80211_output.c1318 WME_AC_VI, /* WME_AC_VO */ in ieee80211_classify()
/f-stack/tools/ifconfig/
H A Difieee80211.c1209 return WME_AC_VI; in getac()