Home
last modified time | relevance | path

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

/dflybsd-src/contrib/wpa_supplicant/src/ap/
H A Dap_config.h192 struct hostapd_tx_queue_params { struct
193 int aifs;
194 int cwmin;
195 int cwmax;
196 int burst; /* maximum burst time in 0.1 ms, i.e., 10 = 1 ms */
H A Dhostapd.c1365 static void hostapd_tx_queue_params(struct hostapd_iface *iface) in hostapd_tx_queue_params() function