Searched defs:hostapd_tx_queue_params (Results 1 – 2 of 2) sorted by relevance
170 struct hostapd_tx_queue_params { struct171 int aifs;172 int cwmin;173 int cwmax;174 int burst; /* maximum burst time in 0.1 ms, i.e., 10 = 1 ms */
1123 static void hostapd_tx_queue_params(struct hostapd_iface *iface) in hostapd_tx_queue_params() function