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

  /external/wpa_supplicant_8/src/ap/
ap_config.h 125 int cwmax; member in struct:hostapd_tx_queue_params
131 int cwmax; member in struct:hostapd_wmm_ac_params
wmm.c 90 ac->cw = wmm_ecw(acp->cwmin, acp->cwmax);
hostapd.c 651 p->cwmax, p->burst)) {
  /external/wpa_supplicant_8/hostapd/
config_file.c 796 } else if (os_strcmp(pos, "cwmax") == 0) {
797 queue->cwmax = atoi(val);
798 if (!valid_cw(queue->cwmax)) {
799 wpa_printf(MSG_ERROR, "Invalid cwMax value %d",
800 queue->cwmax);
856 } else if (os_strcmp(pos, "cwmax") == 0) {
859 wpa_printf(MSG_ERROR, "Invalid cwMax value %d", v);
862 ac->cwmax = v;
    [all...]

Completed in 150 milliseconds