Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_11ax.c538 hostcmd_twt_setup *twt_setup_params = MNULL; in wlan_cmd_twt_cfg() local
554 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()
[all …]