Home
last modified time | relevance | path

Searched refs:ext_coex_stats (Results 1 – 5 of 5) sorted by relevance

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/
Dmlan_api.h313 int wifi_get_ext_coex_stats(wifi_ext_coex_stats_t *ext_coex_stats);
/hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/
Dwlan_tests.c2528 wlan_ext_coex_stats_t ext_coex_stats; local
2530 ret = wlan_get_ext_coex_stats(&ext_coex_stats);
2538 … (void)PRINTF("BLE_EIP: %d, BLE_PRI: %d, WLAN_EIP: %d\r\n", ext_coex_stats.ext_radio_req_count,
2539 ext_coex_stats.ext_radio_pri_count, ext_coex_stats.wlan_grant_count);
Dwlan.c11873 int wlan_get_ext_coex_stats(wlan_ext_coex_stats_t *ext_coex_stats) in wlan_get_ext_coex_stats() argument
11875 return wifi_get_ext_coex_stats(ext_coex_stats); in wlan_get_ext_coex_stats()
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_api.c3474 wifi_ext_coex_stats_t *ext_coex_stats) in wifi_config_ext_coex() argument
3510 ret = wifi_wait_for_cmdresp(ext_coex_stats); in wifi_config_ext_coex()
3864 int wifi_get_ext_coex_stats(wifi_ext_coex_stats_t *ext_coex_stats) in wifi_get_ext_coex_stats() argument
3866 if (ext_coex_stats == NULL) in wifi_get_ext_coex_stats()
3872 return wifi_config_ext_coex(HostCmd_ACT_GEN_GET, NULL, ext_coex_stats); in wifi_get_ext_coex_stats()
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wlcmgr/
Dwlan.h4612 int wlan_get_ext_coex_stats(wlan_ext_coex_stats_t *ext_coex_stats);