Searched refs:cw_max (Results 1 – 4 of 4) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | ap_drv_ops.h | 69 int cw_min, int cw_max, int burst_time);
|
D | ap_drv_ops.c | 576 int cw_min, int cw_max, int burst_time) in hostapd_set_tx_queue_params() argument 581 cw_min, cw_max, burst_time); in hostapd_set_tx_queue_params()
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver.h | 1855 int cw_max, int burst_time);
|
D | driver_nl80211.c | 7997 int cw_min, int cw_max, int burst_time) in i802_set_tx_queue_params() argument 8039 NLA_PUT_U16(msg, NL80211_TXQ_ATTR_CWMAX, cw_max); in i802_set_tx_queue_params()
|