/hardware/ti/wlan/wl1271/Test/ |
qosMngrDbg.c | 123 WLAN_OS_REPORT(("cwMin :%d\n",pQosMngr->acParams[QOS_AC_BK].acQosParams.cwMin)); 134 WLAN_OS_REPORT(("cwMin :%d\n",pQosMngr->acParams[QOS_AC_BE].acQosParams.cwMin)); 145 WLAN_OS_REPORT(("cwMin :%d\n",pQosMngr->acParams[QOS_AC_VI].acQosParams.cwMin)); 156 WLAN_OS_REPORT(("cwMin :%d\n",pQosMngr->acParams[QOS_AC_VO].acQosParams.cwMin));
|
/external/wpa_supplicant_8/src/common/ |
ieee802_11_common.h | 91 int cwmin; member in struct:hostapd_wmm_ac_params
|
ieee802_11_common.c | 450 } else if (os_strcmp(pos, "cwmin") == 0) { 453 wpa_printf(MSG_ERROR, "Invalid cwMin value %d", v); 456 ac->cwmin = v;
|
/hardware/ti/wlan/wl1271/TWD/Ctrl/ |
CmdBldDb.h | 71 TI_UINT16 CwMin;
|
CmdBldCfgIE.c | [all...] |
/external/wpa_supplicant_8/hostapd/ |
hostapd.conf | 217 # cwmin: cwMin (1, 3, 7, 15, 31, 63, 127, 255, 511, 1023) 218 # cwmax: cwMax (1, 3, 7, 15, 31, 63, 127, 255, 511, 1023); cwMax >= cwMin 231 # Note: for IEEE 802.11b mode: cWmin=31 cWmax=1023 burst=0 238 # Note: for IEEE 802.11b mode: cWmin=31 cWmax=127 burst=0 245 # Note: for IEEE 802.11b mode: cWmin=15 cWmax=31 burst=6.0 252 # Note: for IEEE 802.11b mode: cWmin=7 cWmax=15 burst=3.3 279 # note - here cwMin and cmMax are in exponent form. the actual cw value used 294 # Note: for IEEE 802.11b mode: cWmin=5 cWmax=10 302 # Note: for IEEE 802.11b mode: cWmin=5 cWmax= [all...] |
config_file.c | 885 } else if (os_strcmp(pos, "cwmin") == 0) { 886 queue->cwmin = atoi(val); 887 if (!valid_cw(queue->cwmin)) { 888 wpa_printf(MSG_ERROR, "Invalid cwMin value %d", 889 queue->cwmin); [all...] |
/external/wpa_supplicant_8/src/ap/ |
ap_config.h | 135 int cwmin; member in struct:hostapd_tx_queue_params
|
wmm.c | 90 ac->cw = wmm_ecw(acp->cwmin, acp->cwmax);
|
hostapd.c | 809 if (hostapd_set_tx_queue_params(hapd, i, p->aifs, p->cwmin, [all...] |
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/ |
qosMngr.c | 333 pQosMngr->acParams[acID].acQosParams.cwMin = pQosMngr->uDesireCwMin; [all...] |
/hardware/ti/wlan/wl1271/stad/Export_Inc/ |
paramOut.h | 339 #define CW_MIN_DEF 4 /* the power of 2 - cwMin = 2^4-1 = 15 */ 392 TI_BOOL bCwFromUserEnable; /* flag to use CwMin & CwMax user setting: 0 disable user setting (values from beacon) , 1 enable user setting (beacon cw ignore)*/ [all...] |
/hardware/ti/wlan/wl1271/TWD/FirmwareApi/ |
public_infoele.h | 349 uint8 cwMin; /* The contention window minimum size (in slots) for */ [all...] |
/hardware/ti/wlan/wl1271/TWD/TWDriver/ |
TWDriver.h | [all...] |
/external/wpa_supplicant_6/wpa_supplicant/ |
mlme.c | 187 "aifs=%d cWmin=%d cWmax=%d burst=%d", [all...] |
/external/wpa_supplicant_8/src/drivers/ |
driver.h | [all...] |
/hardware/ti/wlan/wl1271/CUDK/configurationutility/src/ |
cu_cmd.c | [all...] |