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.h191 struct hostapd_tx_queue_params { struct
192 int aifs;
193 int cwmin;
194 int cwmax;
195 int burst; /* maximum burst time in 0.1 ms, i.e., 10 = 1 ms */
Dhostapd.c1300 static void hostapd_tx_queue_params(struct hostapd_iface *iface) in hostapd_tx_queue_params() function