Searched refs:burst_time (Results 1 – 5 of 5) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | ap_drv_ops.c | 483 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()
|
D | ap_drv_ops.h | 65 int cw_min, int cw_max, int burst_time);
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver.h | 1751 int cw_max, int burst_time);
|
D | driver_nl80211.c | 7287 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/ |
D | mlme.c | 185 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()
|