Searched defs:hostapd_tx_queue_params (Results 1 – 2 of 2) sorted by relevance
144 struct hostapd_tx_queue_params { struct145 int aifs;146 int cwmin;147 int cwmax;148 int burst; /* maximum burst time in 0.1 ms, i.e., 10 = 1 ms */
897 static void hostapd_tx_queue_params(struct hostapd_iface *iface) in hostapd_tx_queue_params() function