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

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

Completed in 186 milliseconds