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