Searched refs:cw_max (Results 1 – 4 of 4) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | ap_drv_ops.c | 554 int cw_min, int cw_max, int burst_time) in hostapd_set_tx_queue_params() argument 559 cw_min, cw_max, burst_time); in hostapd_set_tx_queue_params()
|
D | ap_drv_ops.h | 71 int cw_min, int cw_max, int burst_time);
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver.h | 2364 int cw_max, int burst_time);
|
D | driver_nl80211.c | 5291 int cw_min, int cw_max, int burst_time) in i802_set_tx_queue_params() argument 5334 nla_put_u16(msg, NL80211_TXQ_ATTR_CWMAX, cw_max) || in i802_set_tx_queue_params()
|