Home
last modified time | relevance | path

Searched refs:wifi_wait_for_cmdresp (Results 1 – 7 of 7) sorted by relevance

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_api.c96 wifi_wait_for_cmdresp(NULL); in wifi_send_shutdown_cmd()
122 (void)wifi_wait_for_cmdresp(NULL); in wifi_deauthenticate()
164 (void)wifi_wait_for_cmdresp(NULL); in wifi_nxp_deauthenticate()
184 (void)wifi_wait_for_cmdresp(buf); in wifi_get_eeprom_data()
228 (void)wifi_wait_for_cmdresp(action == HostCmd_ACT_GEN_GET ? value : NULL); in wifi_reg_access()
247 (void)wifi_wait_for_cmdresp(action == HostCmd_ACT_GEN_GET ? value : NULL); in wifi_mem_access()
265 (void)wifi_wait_for_cmdresp(enable); in wifi_boot_sleep()
293 wifi_wait_for_cmdresp(action == HostCmd_ACT_GEN_GET ? auto_reconnect_config : NULL); in wifi_auto_reconnect()
333 (void)wifi_wait_for_cmdresp(&tsf); in wifi_get_tsf()
416 wifi_wait_for_cmdresp(action == HostCmd_ACT_GEN_GET ? bridgecfg : NULL); in wifi_bridge_mode()
[all …]
Dwifi_pwrmgr.c221 (void)wifi_wait_for_cmdresp(NULL); in wifi_send_hs_cfg_cmd()
241 wifi_wait_for_cmdresp(NULL); in wifi_cancel_host_sleep()
265 (void)wifi_wait_for_cmdresp(NULL); in wifi_send_power_save_command()
380 (void)wifi_wait_for_cmdresp(NULL); in send_sleep_confirm_command()
657 wifi_wait_for_cmdresp(hs_wakeup_reason); in wifi_get_wakeup_reason()
Dmlan_glue.c652 wifi_wait_for_cmdresp(NULL); in wifi_get_amsdu_status()
662 wifi_wait_for_cmdresp(NULL); in wifi_get_amsdu_status()
711 (void)wifi_wait_for_cmdresp(NULL); in wrapper_wlan_cmd_11n_addba_rspgen()
1091 return wifi_wait_for_cmdresp(NULL); in wrapper_wlan_11d_enable()
1108 return wifi_wait_for_cmdresp(NULL); in wrapper_wlan_uap_11d_enable()
1125 return wifi_wait_for_cmdresp(NULL); in wifi_11h_enable()
1149 return wifi_wait_for_cmdresp(NULL); in wrapper_wlan_ecsa_enable()
1160 (void)wifi_wait_for_cmdresp(NULL); in wrapper_wlan_cmd_get_hw_spec()
1198 (void)wifi_wait_for_cmdresp(buffer); in wrapper_wlan_cmd_mgmt_ie()
1484 (void)wifi_wait_for_cmdresp(priv); in wifi_prepare_and_send_cmd()
[all …]
Dwifi-uap.c286 wifi_wait_for_cmdresp(NULL); in wifi_uap_clear_domain_info()
312 (void)wifi_wait_for_cmdresp(priv); in wifi_uap_prepare_and_send_cmd()
1237 (void)wifi_wait_for_cmdresp(NULL); in wifi_uap_acs_config_set()
1322 wifi_wait_for_cmdresp(NULL); in wifi_uap_do_acs()
1434 wifi_wait_for_cmdresp(NULL); in wifi_uap_enable_sticky_bit()
1620 (void)wifi_wait_for_cmdresp(action == HostCmd_ACT_GEN_GET ? rates : NULL); in wifi_uap_rates_getset()
1658 (void)wifi_wait_for_cmdresp(action == HostCmd_ACT_GEN_GET ? mcbc_rate : NULL); in wifi_uap_mcbc_rate_getset()
1695 (void)wifi_wait_for_cmdresp(action == HostCmd_ACT_GEN_GET ? tx_power_dbm : NULL); in wifi_uap_tx_power_getset()
1732 (void)wifi_wait_for_cmdresp(action == HostCmd_ACT_GEN_GET ? sta_ageout_timer : NULL); in wifi_uap_sta_ageout_timer_getset()
1769 (void)wifi_wait_for_cmdresp(action == HostCmd_ACT_GEN_GET ? ps_sta_ageout_timer : NULL); in wifi_uap_ps_sta_ageout_timer_getset()
[all …]
Dwifi-internal.h300 int wifi_wait_for_cmdresp(void *cmd_resp_priv);
Dmlan_11ax.c444 wifi_wait_for_cmdresp(he_cfg); in wlan_cmd_11ax_cfg()
Dwifi.c1111 int wifi_wait_for_cmdresp(void *cmd_resp_priv) in wifi_wait_for_cmdresp() function