Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_11ax.c554 twt_setup_params = &hostcmd_twtcfg->param.twt_setup; in wlan_cmd_twt_cfg()
555 … __memset(pmpriv->adapter, twt_setup_params, 0x00, sizeof(hostcmd_twtcfg->param.twt_setup)); in wlan_cmd_twt_cfg()
556 twt_setup_params->implicit = ds_twtcfg->param.twt_setup.implicit; in wlan_cmd_twt_cfg()
557 twt_setup_params->announced = ds_twtcfg->param.twt_setup.announced; in wlan_cmd_twt_cfg()
558 twt_setup_params->trigger_enabled = ds_twtcfg->param.twt_setup.trigger_enabled; in wlan_cmd_twt_cfg()
559 twt_setup_params->twt_info_disabled = ds_twtcfg->param.twt_setup.twt_info_disabled; in wlan_cmd_twt_cfg()
560 twt_setup_params->negotiation_type = ds_twtcfg->param.twt_setup.negotiation_type; in wlan_cmd_twt_cfg()
561 twt_setup_params->twt_wakeup_duration = ds_twtcfg->param.twt_setup.twt_wakeup_duration; in wlan_cmd_twt_cfg()
562 twt_setup_params->flow_identifier = ds_twtcfg->param.twt_setup.flow_identifier; in wlan_cmd_twt_cfg()
563 twt_setup_params->hard_constraint = ds_twtcfg->param.twt_setup.hard_constraint; in wlan_cmd_twt_cfg()
[all …]
Dmlan_glue.c4278 … (void)memcpy(cfg, &resp->params.twtcfg.param.twt_setup, sizeof(mlan_ds_twt_setup)); in wifi_process_cmd_response()
7783 int wifi_set_twt_setup_cfg(const wifi_twt_setup_config_t *twt_setup) in wifi_set_twt_setup_cfg() argument
7797 (void)memcpy(&twt_cfg.param.twt_setup, twt_setup, sizeof(twt_cfg.param.twt_setup)); in wifi_set_twt_setup_cfg()
7800 if (twt_cfg.param.twt_setup.negotiation_type == 3) in wifi_set_twt_setup_cfg()
7815 ret = wifi_wait_for_cmdresp(&twt_cfg.param.twt_setup); in wifi_set_twt_setup_cfg()
7820 wifi_e("TWT setup error. State code=%d", twt_cfg.param.twt_setup.twt_setup_state); in wifi_set_twt_setup_cfg()
7824 …ess. Flow id: %d, use this in future TWT operation.\r\n", twt_cfg.param.twt_setup.flow_identifier); in wifi_set_twt_setup_cfg()
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wifidriver/
Dwifi.h1314 int wifi_set_twt_setup_cfg(const wifi_twt_setup_config_t *twt_setup);
/hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/
Dwlan.c13887 int wlan_set_twt_setup_cfg(const wlan_twt_setup_config_t *twt_setup) in wlan_set_twt_setup_cfg() argument
13889 …if (((twt_setup->twt_mantissa << twt_setup->twt_exponent) - (twt_setup->twt_wakeup_duration * 256)… in wlan_set_twt_setup_cfg()
13891 wlcm_e("TWT interval is : %u us", twt_setup->twt_mantissa << twt_setup->twt_exponent); in wlan_set_twt_setup_cfg()
13892 wlcm_e("Wakeup duration (WD) value is : %u us", twt_setup->twt_wakeup_duration * 256); in wlan_set_twt_setup_cfg()
13896 return wifi_set_twt_setup_cfg(twt_setup); in wlan_set_twt_setup_cfg()
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wlcmgr/
Dwlan.h6066 int wlan_set_twt_setup_cfg(const wlan_twt_setup_config_t *twt_setup);
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/
Dmlan_ioctl.h3187 mlan_ds_twt_setup twt_setup;
Dmlan_fw.h4904 hostcmd_twt_setup twt_setup;