/hardware/ti/wlan/wl1271/Test/ |
qosMngrDbg.c | 124 WLAN_OS_REPORT(("cwMax :%d\n",pQosMngr->acParams[QOS_AC_BK].acQosParams.cwMax)); 135 WLAN_OS_REPORT(("cwMax :%d\n",pQosMngr->acParams[QOS_AC_BE].acQosParams.cwMax)); 146 WLAN_OS_REPORT(("cwMax :%d\n",pQosMngr->acParams[QOS_AC_VI].acQosParams.cwMax)); 157 WLAN_OS_REPORT(("cwMax :%d\n",pQosMngr->acParams[QOS_AC_VO].acQosParams.cwMax));
|
/external/wpa_supplicant_8/src/common/ |
ieee802_11_common.h | 92 int cwmax; member in struct:hostapd_wmm_ac_params
|
ieee802_11_common.c | 457 } else if (os_strcmp(pos, "cwmax") == 0) { 460 wpa_printf(MSG_ERROR, "Invalid cwMax value %d", v); 463 ac->cwmax = v;
|
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/ |
qosMngr.c | 332 pQosMngr->acParams[acID].acQosParams.cwMax = pQosMngr->uDesireCwMax; [all...] |
/external/wpa_supplicant_8/hostapd/ |
hostapd.conf | 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 294 # Note: for IEEE 802.11b mode: cWmin=5 cWmax=10 302 # Note: for IEEE 802.11b mode: cWmin=5 cWmax=7 310 # Note: for IEEE 802.11b mode: cWmin=4 cWmax=5 txop_limit=18 [all...] |
config_file.c | 892 } else if (os_strcmp(pos, "cwmax") == 0) { 893 queue->cwmax = atoi(val); 894 if (!valid_cw(queue->cwmax)) { 895 wpa_printf(MSG_ERROR, "Invalid cwMax value %d", 896 queue->cwmax); [all...] |
/external/wpa_supplicant_8/src/ap/ |
ap_config.h | 136 int cwmax; member in struct:hostapd_tx_queue_params
|
wmm.c | 90 ac->cw = wmm_ecw(acp->cwmin, acp->cwmax);
|
hostapd.c | 810 p->cwmax, p->burst)) { [all...] |
/hardware/ti/wlan/wl1271/stad/Export_Inc/ |
paramOut.h | 340 #define CW_MIN_MAX 5 /* the power of 2 - cwMax = 2^5-1 = 31 */ 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/Ctrl/ |
CmdBldCfgIE.c | [all...] |
/hardware/ti/wlan/wl1271/TWD/FirmwareApi/ |
public_infoele.h | 351 uint16 cwMax; /* The contention window maximum 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...] |