Home
last modified time | relevance | path

Searched refs:twt_report (Results 1 – 7 of 7) sorted by relevance

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_11ax.c581 twt_report_params = &hostcmd_twtcfg->param.twt_report; in wlan_cmd_twt_cfg()
582 … __memset(pmpriv->adapter, twt_report_params, 0x00, sizeof(hostcmd_twtcfg->param.twt_report)); in wlan_cmd_twt_cfg()
583 twt_report_params->type = ds_twtcfg->param.twt_report.type; in wlan_cmd_twt_cfg()
584 cmd->size += sizeof(hostcmd_twtcfg->param.twt_report); in wlan_cmd_twt_cfg()
Dmlan_glue.c4283 … (void)memcpy(cfg, &resp->params.twtcfg.param.twt_report, sizeof(mlan_ds_twt_report)); in wifi_process_cmd_response()
7849 int wifi_get_twt_report(wifi_twt_report_t *twt_report) in wifi_get_twt_report() argument
7863 wifi_wait_for_cmdresp(twt_report); in wifi_get_twt_report()
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wifidriver/
Dwifi.h1330 int wifi_get_twt_report(wifi_twt_report_t *twt_report);
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wlcmgr/
Dwlan.h6094 int wlan_get_twt_report(wlan_twt_report_t *twt_report);
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/
Dmlan_ioctl.h3191 mlan_ds_twt_report twt_report;
Dmlan_fw.h4908 hostcmd_twt_report twt_report;
/hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/
Dwlan.c13917 int wlan_get_twt_report(wlan_twt_report_t *twt_report) in wlan_get_twt_report() argument
13919 return wifi_get_twt_report(twt_report); in wlan_get_twt_report()