Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/nxp/nxpwifi/
H A D11ax.c471 struct nxpwifi_twt_cfg *twt_cfg) in nxpwifi_cmd_twt_cfg() argument
474 struct host_cmd_twt_cfg *twt_cfg_cmd = &cmd->params.twt_cfg; in nxpwifi_cmd_twt_cfg()
487 twt_cfg_cmd->sub_id = cpu_to_le16(twt_cfg->sub_id); in nxpwifi_cmd_twt_cfg()
489 switch (twt_cfg->sub_id) { in nxpwifi_cmd_twt_cfg()
495 twt_setup->implicit = twt_cfg->param.twt_setup.implicit; in nxpwifi_cmd_twt_cfg()
496 twt_setup->announced = twt_cfg->param.twt_setup.announced; in nxpwifi_cmd_twt_cfg()
497 twt_setup->trigger_enabled = twt_cfg->param.twt_setup.trigger_enabled; in nxpwifi_cmd_twt_cfg()
498 twt_setup->twt_info_disabled = twt_cfg->param.twt_setup.twt_info_disabled; in nxpwifi_cmd_twt_cfg()
499 twt_setup->negotiation_type = twt_cfg->param.twt_setup.negotiation_type; in nxpwifi_cmd_twt_cfg()
501 twt_cfg->param.twt_setup.twt_wakeup_duration; in nxpwifi_cmd_twt_cfg()
[all …]
H A Ddebugfs.c863 struct nxpwifi_twt_cfg twt_cfg; in nxpwifi_twt_setup_write() local
873 &twt_cfg.param.twt_setup.implicit, in nxpwifi_twt_setup_write()
874 &twt_cfg.param.twt_setup.announced, in nxpwifi_twt_setup_write()
875 &twt_cfg.param.twt_setup.trigger_enabled, in nxpwifi_twt_setup_write()
876 &twt_cfg.param.twt_setup.twt_info_disabled, in nxpwifi_twt_setup_write()
877 &twt_cfg.param.twt_setup.negotiation_type, in nxpwifi_twt_setup_write()
878 &twt_cfg.param.twt_setup.twt_wakeup_duration, in nxpwifi_twt_setup_write()
879 &twt_cfg.param.twt_setup.flow_identifier, in nxpwifi_twt_setup_write()
880 &twt_cfg.param.twt_setup.hard_constraint, in nxpwifi_twt_setup_write()
881 &twt_cfg.param.twt_setup.twt_exponent, in nxpwifi_twt_setup_write()
[all …]
H A D11ax.h65 struct nxpwifi_twt_cfg *twt_cfg);
69 struct nxpwifi_twt_cfg *twt_cfg);
H A Dfw.h2449 struct host_cmd_twt_cfg twt_cfg; member