Searched defs:hostapd_tx_queue_params (Results 1 – 2 of 2) sorted by relevance
183 struct hostapd_tx_queue_params { struct184 int aifs;185 int cwmin;186 int cwmax;187 int burst; /* maximum burst time in 0.1 ms, i.e., 10 = 1 ms */
1153 static void hostapd_tx_queue_params(struct hostapd_iface *iface) in hostapd_tx_queue_params() function