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 132 int cwmax; member in struct:hostapd_tx_queue_params
138 int cwmax; member in struct:hostapd_wmm_ac_params
wmm.c 89 ac->cw = wmm_ecw(acp->cwmin, acp->cwmax);
hostapd.c 659 p->cwmax, p->burst)) {
  /external/wpa_supplicant_8/hostapd/
config_file.c 802 } else if (os_strcmp(pos, "cwmax") == 0) {
803 queue->cwmax = atoi(val);
804 if (!valid_cw(queue->cwmax)) {
805 wpa_printf(MSG_ERROR, "Invalid cwMax value %d",
806 queue->cwmax);
862 } else if (os_strcmp(pos, "cwmax") == 0) {
865 wpa_printf(MSG_ERROR, "Invalid cwMax value %d", v);
868 ac->cwmax = v;
    [all...]

Completed in 1685 milliseconds