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

/freebsd-9.3-release/sys/net80211/
H A Dieee80211.h268 #define WME_PARAM_LOGCWMIN 0x0f /* Mask for CwMin field (in log) */ macro
H A Dieee80211_sta.c1088 wmep->wmep_logcwmin = MS(frm[1], WME_PARAM_LOGCWMIN);
H A Dieee80211_output.c1609 | SM(ac->wmep_logcwmin, WME_PARAM_LOGCWMIN)
/freebsd-9.3-release/sys/dev/bwn/
H A Dif_bwn.c3100 p->wmep_logcwmin = MS(0x0001, WME_PARAM_LOGCWMIN);
3107 p->wmep_logcwmin = MS(0x0001, WME_PARAM_LOGCWMIN);
3114 p->wmep_logcwmin = MS(0x0001, WME_PARAM_LOGCWMIN);
3121 p->wmep_logcwmin = MS(0x0001, WME_PARAM_LOGCWMIN);
8018 SM(p->wmep_logcwmin, WME_PARAM_LOGCWMIN);
8027 params[BWN_WMEPARAM_CWMIN] = SM(p->wmep_logcwmin, WME_PARAM_LOGCWMIN);
8029 params[BWN_WMEPARAM_CWCUR] = SM(p->wmep_logcwmin, WME_PARAM_LOGCWMIN);
/freebsd-9.3-release/sbin/ifconfig/
H A Difieee80211.c2477 , MS(ac->acp_logcwminmax, WME_PARAM_LOGCWMIN)

Completed in 225 milliseconds