Searched refs:cwmax (Results 1 – 11 of 11) sorted by relevance
/external/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/cfg80211/rdev_set_txq_params/ |
D | format | 15 field:u16 cwmax; offset:68; size:2; signed:0; 18 …, txop: %u, cwmin: %u, cwmax: %u, aifs: %u", REC->wiphy_name, REC->name, REC->ifindex, REC->ac, RE…
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/cfg80211/rdev_set_txq_params/ |
D | format | 15 field:u16 cwmax; offset:68; size:2; signed:0; 18 …, txop: %u, cwmin: %u, cwmax: %u, aifs: %u", REC->wiphy_name, REC->name, REC->ifindex, REC->ac, RE…
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/cfg80211/rdev_set_txq_params/ |
D | format | 15 field:u16 cwmax; offset:68; size:2; signed:0; 18 …, txop: %u, cwmin: %u, cwmax: %u, aifs: %u", REC->wiphy_name, REC->name, REC->ifindex, REC->ac, RE…
|
/external/wpa_supplicant_8/src/ap/ |
D | wmm.c | 79 ac->cw = wmm_ecw(acp->cwmin, acp->cwmax); in hostapd_eid_wmm()
|
D | ap_config.c | 1094 int tx_cwmax = conf->tx_queue[queue].cwmax; in hostapd_config_check_cw() 1096 int ac_cwmax = conf->wmm_ac_params[queue].cwmax; in hostapd_config_check_cw()
|
D | ap_config.h | 194 int cwmax; member
|
D | hostapd.c | 1315 p->cwmax, p->burst)) { in hostapd_tx_queue_params()
|
/external/wpa_supplicant_8/src/common/ |
D | ieee802_11_common.h | 163 int cwmax; member
|
D | ieee802_11_common.c | 679 ac->cwmax = v; in hostapd_config_wmm_ac()
|
/external/wpa_supplicant_8/hostapd/ |
D | config_file.c | 1103 queue->cwmax = atoi(val); in hostapd_config_tx_queue() 1104 if (!valid_cw(queue->cwmax)) { in hostapd_config_tx_queue() 1106 queue->cwmax); in hostapd_config_tx_queue()
|
D | ChangeLog | 155 * increases maximum value accepted for cwmin/cwmax
|