Home
last modified time | relevance | path

Searched refs:WME_PARAM_LOGCWMAX (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/sys/net80211/
HDieee80211.h288 #define WME_PARAM_LOGCWMAX 0xf0 /* Mask for CwMax field (in log) */ macro
HDieee80211_sta.c1111 wmep->wmep_logcwmax = MS(frm[1], WME_PARAM_LOGCWMAX); in ieee80211_parse_wmeparams()
HDieee80211_output.c1898 *frm++ = SM(ac->wmep_logcwmax, WME_PARAM_LOGCWMAX) in ieee80211_add_wme_param()
/freebsd-11-stable/sys/dev/bwn/
HDif_bwn.c1971 p->wmep_logcwmax = MS(0x0001, WME_PARAM_LOGCWMAX); in bwn_wme_clear()
1978 p->wmep_logcwmax = MS(0x0001, WME_PARAM_LOGCWMAX); in bwn_wme_clear()
1985 p->wmep_logcwmax = MS(0x03ff, WME_PARAM_LOGCWMAX); in bwn_wme_clear()
1992 p->wmep_logcwmax = MS(0x03ff, WME_PARAM_LOGCWMAX); in bwn_wme_clear()
4425 params[BWN_WMEPARAM_CWMAX] = SM(p->wmep_logcwmax, WME_PARAM_LOGCWMAX); in bwn_wme_loadparams()
/freebsd-11-stable/sbin/ifconfig/
HDifieee80211.c2527 , MS(ac->acp_logcwminmax, WME_PARAM_LOGCWMAX) in printwmeparam()