Searched refs:twt_report (Results 1 – 3 of 3) sorted by relevance
477 struct nxpwifi_twt_report *twt_report; in nxpwifi_cmd_twt_cfg() local524 twt_report = (struct nxpwifi_twt_report *) in nxpwifi_cmd_twt_cfg()526 memset(twt_report, 0x00, sizeof(struct nxpwifi_twt_report)); in nxpwifi_cmd_twt_cfg()527 twt_report->type = twt_cfg->param.twt_report.type; in nxpwifi_cmd_twt_cfg()590 struct nxpwifi_twt_report *twt_report = in nxpwifi_ret_twt_cfg() local593 memcpy(&twt_cfg->param.twt_report, twt_report, sizeof(struct nxpwifi_twt_report)); in nxpwifi_ret_twt_cfg()
947 num = twt_cfg.param.twt_report.length / NXPWIFI_BTWT_REPORT_LEN; in nxpwifi_twt_report_read()950 twt_cfg.param.twt_report.length, num); in nxpwifi_twt_report_read()956 twt_cfg.param.twt_report.data[i * NXPWIFI_BTWT_REPORT_LEN + j]); in nxpwifi_twt_report_read()1037 NXPWIFI_DFS_FILE_READ_OPS(twt_report);1067 NXPWIFI_DFS_ADD_FILE(twt_report); in nxpwifi_dev_debugfs_init()
1014 struct nxpwifi_twt_report twt_report; member