Home
last modified time | relevance | path

Searched refs:burst_time (Results 1 – 5 of 5) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dap_drv_ops.c483 int cw_min, int cw_max, int burst_time) in hostapd_set_tx_queue_params() argument
488 cw_min, cw_max, burst_time); in hostapd_set_tx_queue_params()
Dap_drv_ops.h65 int cw_min, int cw_max, int burst_time);
/external/wpa_supplicant_8/src/drivers/
Ddriver.h1751 int cw_max, int burst_time);
Ddriver_nl80211.c7287 int cw_min, int cw_max, int burst_time) in i802_set_tx_queue_params() argument
7327 NLA_PUT_U16(msg, NL80211_TXQ_ATTR_TXOP, (burst_time * 100 + 16) / 32); in i802_set_tx_queue_params()
/external/wpa_supplicant_6/wpa_supplicant/
Dmlme.c185 params.burst_time = (pos[2] | (pos[3] << 8)) * 32 / 100; in ieee80211_sta_wmm_params()
189 params.cw_max, params.burst_time); in ieee80211_sta_wmm_params()
2423 qparam.burst_time = 0; in ieee80211_sta_associate()