Searched refs:hostcmd_twtcfg (Results 1 – 1 of 1) sorted by relevance
1067 HostCmd_DS_TWT_CFG *hostcmd_twtcfg = in wlan_cmd_twt_cfg() local1077 hostcmd_twtcfg->action = wlan_cpu_to_le16(cmd_action); in wlan_cmd_twt_cfg()1078 hostcmd_twtcfg->sub_id = wlan_cpu_to_le16(ds_twtcfg->sub_id); in wlan_cmd_twt_cfg()1080 cmd->size = S_DS_GEN + sizeof(hostcmd_twtcfg->action) + in wlan_cmd_twt_cfg()1081 sizeof(hostcmd_twtcfg->sub_id); in wlan_cmd_twt_cfg()1083 switch (hostcmd_twtcfg->sub_id) { in wlan_cmd_twt_cfg()1085 twt_setup_params = &hostcmd_twtcfg->param.twt_setup; in wlan_cmd_twt_cfg()1087 sizeof(hostcmd_twtcfg->param.twt_setup)); in wlan_cmd_twt_cfg()1110 cmd->size += sizeof(hostcmd_twtcfg->param.twt_setup); in wlan_cmd_twt_cfg()1113 twt_teardown_params = &hostcmd_twtcfg->param.twt_teardown; in wlan_cmd_twt_cfg()[all …]