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