Home
last modified time | relevance | path

Searched refs:hostapd_tx_queue_params (Results 1 – 4 of 4) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dap_config.c161 const struct hostapd_tx_queue_params txq_bk = in hostapd_config_defaults()
163 const struct hostapd_tx_queue_params txq_be = in hostapd_config_defaults()
165 const struct hostapd_tx_queue_params txq_vi = in hostapd_config_defaults()
167 const struct hostapd_tx_queue_params txq_vo = in hostapd_config_defaults()
Dap_config.h191 struct hostapd_tx_queue_params { struct
791 struct hostapd_tx_queue_params tx_queue[NUM_TX_QUEUES];
Dhostapd.c1300 static void hostapd_tx_queue_params(struct hostapd_iface *iface) in hostapd_tx_queue_params() function
1304 struct hostapd_tx_queue_params *p; in hostapd_tx_queue_params()
1925 hostapd_tx_queue_params(iface); in hostapd_setup_interface_complete_sync()
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c1063 struct hostapd_tx_queue_params *queue; in hostapd_config_tx_queue()