Searched refs:twt_teardown (Results 1 – 3 of 3) sorted by relevance
476 struct nxpwifi_twt_teardown *twt_teardown; in nxpwifi_cmd_twt_cfg() local511 twt_teardown = (struct nxpwifi_twt_teardown *) in nxpwifi_cmd_twt_cfg()513 memset(twt_teardown, 0x00, in nxpwifi_cmd_twt_cfg()515 twt_teardown->flow_identifier = in nxpwifi_cmd_twt_cfg()516 twt_cfg->param.twt_teardown.flow_identifier; in nxpwifi_cmd_twt_cfg()517 twt_teardown->negotiation_type = in nxpwifi_cmd_twt_cfg()518 twt_cfg->param.twt_teardown.negotiation_type; in nxpwifi_cmd_twt_cfg()519 twt_teardown->teardown_all_twt = in nxpwifi_cmd_twt_cfg()520 twt_cfg->param.twt_teardown.teardown_all_twt; in nxpwifi_cmd_twt_cfg()
912 &twt_cfg.param.twt_teardown.flow_identifier, in nxpwifi_twt_teardown_write()913 &twt_cfg.param.twt_teardown.negotiation_type, in nxpwifi_twt_teardown_write()914 &twt_cfg.param.twt_teardown.teardown_all_twt); in nxpwifi_twt_teardown_write()1036 NXPWIFI_DFS_FILE_WRITE_OPS(twt_teardown);1066 NXPWIFI_DFS_ADD_FILE(twt_teardown); in nxpwifi_dev_debugfs_init()
1013 struct nxpwifi_twt_teardown twt_teardown; member