Home
last modified time | relevance | path

Searched defs:hostapd_tx_queue_params (Results 1 – 2 of 2) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dap_config.h169 struct hostapd_tx_queue_params { struct
170 int aifs;
171 int cwmin;
172 int cwmax;
173 int burst; /* maximum burst time in 0.1 ms, i.e., 10 = 1 ms */
Dhostapd.c1104 static void hostapd_tx_queue_params(struct hostapd_iface *iface) in hostapd_tx_queue_params() function