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

  /external/wpa_supplicant_8/src/common/
ieee802_11_common.h 142 int cwmax; member in struct:hostapd_wmm_ac_params
ieee802_11_common.c 671 } else if (os_strcmp(pos, "cwmax") == 0) {
674 wpa_printf(MSG_ERROR, "Invalid cwMax value %d", v);
677 ac->cwmax = v;
    [all...]
  /external/wpa_supplicant_8/src/ap/
wmm.c 79 ac->cw = wmm_ecw(acp->cwmin, acp->cwmax);
ap_config.h 186 int cwmax; member in struct:hostapd_tx_queue_params
ap_config.c 975 int tx_cwmax = conf->tx_queue[queue].cwmax;
977 int ac_cwmax = conf->wmm_ac_params[queue].cwmax;
981 "Invalid TX queue cwMin/cwMax values. cwMin(%d) greater than cwMax(%d)",
987 "Invalid WMM AC cwMin/cwMax values. cwMin(%d) greater than cwMax(%d)",
hostapd.c 1189 p->cwmax, p->burst)) {
    [all...]
  /external/wpa_supplicant_8/hostapd/
config_file.c 990 } else if (os_strcmp(pos, "cwmax") == 0) {
991 queue->cwmax = atoi(val);
992 if (!valid_cw(queue->cwmax)) {
993 wpa_printf(MSG_ERROR, "Invalid cwMax value %d",
994 queue->cwmax);
    [all...]

Completed in 443 milliseconds