Home
last modified time | relevance | path

Searched refs:tsf_info (Results 1 – 10 of 10) sorted by relevance

/hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/
Dwlan_enhanced_tests.c1852 wlan_tsf_info_t tsf_info; local
1853 (void)memset(&tsf_info, 0, sizeof(wlan_tsf_info_t));
1861 tsf_info.tsf_format = (uint16_t)strtol(argv[1], NULL, 0);
1868 int rv = wlan_get_tsf_info(&tsf_info);
1876 (void)PRINTF("tsf format: %d\n\r", tsf_info.tsf_format);
1877 (void)PRINTF("tsf info: %d\n\r", tsf_info.tsf_info);
1878 (void)PRINTF("tsf: %llu\n\r", tsf_info.tsf);
1879 (void)PRINTF("tsf offset: %d\n\r", tsf_info.tsf_offset);
Dwlan.c13678 int wlan_get_tsf_info(wlan_tsf_info_t *tsf_info) in wlan_get_tsf_info() argument
13680 return wifi_get_tsf_info(tsf_info); in wlan_get_tsf_info()
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_cmdevt.c1589 mlan_ds_tsf_info *tsf_info = (mlan_ds_tsf_info *)pdata_buf; in wlan_cmd_gpio_tsf_latch() local
1643 gpio_tsf_latch_report->tsf_format = wlan_cpu_to_le16(tsf_info->tsf_format); in wlan_cmd_gpio_tsf_latch()
1644 PRINTM(MCMND, "Get TSF info: format=%d\n\r", tsf_info->tsf_format); in wlan_cmd_gpio_tsf_latch()
1719 … cfg->param.tsf_info.tsf_format = wlan_le16_to_cpu(gpio_tsf_latch_report->tsf_format); in wlan_ret_gpio_tsf_latch()
1720 … cfg->param.tsf_info.tsf_info = wlan_le16_to_cpu(gpio_tsf_latch_report->tsf_info); in wlan_ret_gpio_tsf_latch()
1721 … cfg->param.tsf_info.tsf = wlan_le64_to_cpu(gpio_tsf_latch_report->tsf); in wlan_ret_gpio_tsf_latch()
1722 … cfg->param.tsf_info.tsf_offset = wlan_le16_to_cpu(gpio_tsf_latch_report->tsf_offset); in wlan_ret_gpio_tsf_latch()
1724 cfg->param.tsf_info.tsf_format, cfg->param.tsf_info.tsf_info, in wlan_ret_gpio_tsf_latch()
1725 cfg->param.tsf_info.tsf, cfg->param.tsf_info.tsf_offset); in wlan_ret_gpio_tsf_latch()
Dmlan_misc.c909 &misc_cfg->param.tsf_info); in wlan_misc_get_tsf_info()
Dmlan_glue.c7879 int wifi_get_tsf_info(wifi_tsf_info_t *tsf_info) in wifi_get_tsf_info() argument
7887 (void)memcpy((void *)&misc.param.tsf_info, (void *)tsf_info, sizeof(misc.param.tsf_info)); in wifi_get_tsf_info()
7902 (void)memcpy((void *)tsf_info, (void *)&misc.param.tsf_info, sizeof(mlan_ds_tsf_info)); in wifi_get_tsf_info()
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/
Dmlan_ioctl.h3234 t_u16 tsf_info;
4248 mlan_ds_tsf_info tsf_info; member
Dmlan_fw.h4971 t_u16 tsf_info;
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wifidriver/
Dwifi-decl.h1256 t_u16 tsf_info;
Dwifi.h1493 int wifi_get_tsf_info(wifi_tsf_info_t *tsf_info);
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wlcmgr/
Dwlan.h6040 int wlan_get_tsf_info(wlan_tsf_info_t *tsf_info);