Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Dieee802_11_common.h210 struct hostapd_tx_queue_params { struct
219 int hostapd_config_tx_queue(struct hostapd_tx_queue_params queue[], argument
Dieee802_11_common.c809 int hostapd_config_tx_queue(struct hostapd_tx_queue_params tx_queue[], in hostapd_config_tx_queue()
814 struct hostapd_tx_queue_params *queue; in hostapd_config_tx_queue()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dap_config.c169 const struct hostapd_tx_queue_params txq_bk = in hostapd_config_defaults()
171 const struct hostapd_tx_queue_params txq_be = in hostapd_config_defaults()
173 const struct hostapd_tx_queue_params txq_vi = in hostapd_config_defaults()
175 const struct hostapd_tx_queue_params txq_vo = in hostapd_config_defaults()
Dap_config.h192 struct hostapd_tx_queue_params { struct
922 struct hostapd_tx_queue_params tx_queue[NUM_TX_QUEUES];
Dhostapd.c1365 static void hostapd_tx_queue_params(struct hostapd_iface *iface) in hostapd_tx_queue_params() function
1369 struct hostapd_tx_queue_params *p; in hostapd_tx_queue_params()
1993 hostapd_tx_queue_params(iface); in hostapd_setup_interface_complete_sync()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dap_config.c191 const struct hostapd_tx_queue_params txq_bk = in hostapd_config_defaults()
193 const struct hostapd_tx_queue_params txq_be = in hostapd_config_defaults()
195 const struct hostapd_tx_queue_params txq_vi = in hostapd_config_defaults()
197 const struct hostapd_tx_queue_params txq_vo = in hostapd_config_defaults()
Dap_config.h1004 struct hostapd_tx_queue_params tx_queue[NUM_TX_QUEUES];
Dhostapd.c1410 static void hostapd_tx_queue_params(struct hostapd_iface *iface) in hostapd_tx_queue_params() function
1414 struct hostapd_tx_queue_params *p; in hostapd_tx_queue_params()
2131 hostapd_tx_queue_params(iface); in hostapd_setup_interface_complete_sync()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dconfig.h1113 struct hostapd_tx_queue_params tx_queue[4];
Dconfig.c4400 const struct hostapd_tx_queue_params txq_bk = in wpa_config_alloc_empty()
4402 const struct hostapd_tx_queue_params txq_be = in wpa_config_alloc_empty()
4404 const struct hostapd_tx_queue_params txq_vi = in wpa_config_alloc_empty()
4406 const struct hostapd_tx_queue_params txq_vo = in wpa_config_alloc_empty()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Dap_config_file.c986 struct hostapd_tx_queue_params *queue; in hostapd_config_tx_queue()