Searched refs:twt_information (Results 1 – 3 of 3) sorted by relevance
478 struct nxpwifi_twt_information *twt_information; in nxpwifi_cmd_twt_cfg() local531 twt_information = (struct nxpwifi_twt_information *) in nxpwifi_cmd_twt_cfg()533 memset(twt_information, 0x00, in nxpwifi_cmd_twt_cfg()535 twt_information->flow_identifier = in nxpwifi_cmd_twt_cfg()536 twt_cfg->param.twt_information.flow_identifier; in nxpwifi_cmd_twt_cfg()537 twt_information->suspend_duration = in nxpwifi_cmd_twt_cfg()538 twt_cfg->param.twt_information.suspend_duration; in nxpwifi_cmd_twt_cfg()
984 &twt_cfg.param.twt_information.flow_identifier, &suspend_duration); in nxpwifi_twt_information_write()985 twt_cfg.param.twt_information.suspend_duration = cpu_to_le32(suspend_duration); in nxpwifi_twt_information_write()1038 NXPWIFI_DFS_FILE_WRITE_OPS(twt_information);1068 NXPWIFI_DFS_ADD_FILE(twt_information); in nxpwifi_dev_debugfs_init()
1015 struct nxpwifi_twt_information twt_information; member