HomeSort by relevance Sort by last modified time
    Searched refs:cwmin (Results 1 - 7 of 7) sorted by null

  /external/wpa_supplicant_8/src/common/
ieee802_11_common.h 93 int cwmin; member in struct:hostapd_wmm_ac_params
ieee802_11_common.c 505 } else if (os_strcmp(pos, "cwmin") == 0) {
508 wpa_printf(MSG_ERROR, "Invalid cwMin value %d", v);
511 ac->cwmin = v;
  /external/wpa_supplicant_8/src/ap/
wmm.c 84 ac->cw = wmm_ecw(acp->cwmin, acp->cwmax);
ap_config.h 171 int cwmin; member in struct:hostapd_tx_queue_params
ap_config.c 848 int tx_cwmin = conf->tx_queue[queue].cwmin;
850 int ac_cwmin = conf->wmm_ac_params[queue].cwmin;
855 "Invalid TX queue cwMin/cwMax values. cwMin(%d) greater than cwMax(%d)",
861 "Invalid WMM AC cwMin/cwMax values. cwMin(%d) greater than cwMax(%d)",
hostapd.c 1118 if (hostapd_set_tx_queue_params(hapd, i, p->aifs, p->cwmin,
    [all...]
  /external/wpa_supplicant_8/hostapd/
config_file.c 952 } else if (os_strcmp(pos, "cwmin") == 0) {
953 queue->cwmin = atoi(val);
954 if (!valid_cw(queue->cwmin)) {
955 wpa_printf(MSG_ERROR, "Invalid cwMin value %d",
956 queue->cwmin);
    [all...]

Completed in 167 milliseconds