Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/net80211/
Dieee80211.h277 #define WME_PARAM_LOGCWMAX 0xf0 /* Mask for CwMax field (in log) */ macro
Dieee80211_sta.c1118 wmep->wmep_logcwmax = MS(frm[1], WME_PARAM_LOGCWMAX); in ieee80211_parse_wmeparams()
Dieee80211_output.c1814 *frm++ = SM(ac->wmep_logcwmax, WME_PARAM_LOGCWMAX) in ieee80211_add_wme_param()
/freebsd-10-stable/sys/dev/bwn/
Dif_bwn.c3101 p->wmep_logcwmax = MS(0x0001, WME_PARAM_LOGCWMAX); in bwn_wme_clear()
3108 p->wmep_logcwmax = MS(0x0001, WME_PARAM_LOGCWMAX); in bwn_wme_clear()
3115 p->wmep_logcwmax = MS(0x03ff, WME_PARAM_LOGCWMAX); in bwn_wme_clear()
3122 p->wmep_logcwmax = MS(0x03ff, WME_PARAM_LOGCWMAX); in bwn_wme_clear()
8028 params[BWN_WMEPARAM_CWMAX] = SM(p->wmep_logcwmax, WME_PARAM_LOGCWMAX); in bwn_wme_loadparams()
/freebsd-10-stable/sbin/ifconfig/
Difieee80211.c2509 , MS(ac->acp_logcwminmax, WME_PARAM_LOGCWMAX) in printwmeparam()