Home
last modified time | relevance | path

Searched refs:twt_setup (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/wireless/nxp/nxpwifi/
H A D11ax.c475 struct nxpwifi_twt_setup *twt_setup; in nxpwifi_cmd_twt_cfg() local
491 twt_setup = (struct nxpwifi_twt_setup *) in nxpwifi_cmd_twt_cfg()
494 memset(twt_setup, 0x00, sizeof(struct nxpwifi_twt_setup)); 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()
500 twt_setup->twt_wakeup_duration = in nxpwifi_cmd_twt_cfg()
501 twt_cfg->param.twt_setup.twt_wakeup_duration; in nxpwifi_cmd_twt_cfg()
[all …]
H A Ddebugfs.c873 &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()
883 &twt_cfg.param.twt_setup.twt_request, in nxpwifi_twt_setup_write()
[all …]
H A Dcfg.h1012 struct nxpwifi_twt_setup twt_setup; member