Searched defs:hostapd_tx_queue_params (Results 1 – 2 of 2) sorted by relevance
191 struct hostapd_tx_queue_params { struct192 int aifs;193 int cwmin;194 int cwmax;195 int burst; /* maximum burst time in 0.1 ms, i.e., 10 = 1 ms */
1300 static void hostapd_tx_queue_params(struct hostapd_iface *iface) in hostapd_tx_queue_params() function