Searched refs:burst_time (Results 1 – 4 of 4) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | ap_drv_ops.c | 596 int cw_min, int cw_max, int burst_time) in hostapd_set_tx_queue_params() argument 601 cw_min, cw_max, burst_time); in hostapd_set_tx_queue_params()
|
D | ap_drv_ops.h | 72 int cw_min, int cw_max, int burst_time);
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver.h | 2950 int cw_max, int burst_time);
|
D | driver_nl80211.c | 6431 int cw_min, int cw_max, int burst_time) in i802_set_tx_queue_params() argument 6473 (burst_time * 100 + 16) / 32) || in i802_set_tx_queue_params() 6486 queue, aifs, cw_min, cw_max, burst_time, res); in i802_set_tx_queue_params()
|