Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/port/osa/
Dmem_pool_config.c319 MemoryPool_t buf_512_MemoryPool; variable
412 buf_512_MemoryPool = in mem_pool_init()
414 if (buf_512_MemoryPool == NULL) in mem_pool_init()
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_api.c2108 …an_user_scan_cfg *user_scan_cfg = (wlan_user_scan_cfg *)OSA_MemoryPoolAllocate(buf_512_MemoryPool); in wifi_send_scan_cmd()
2195 OSA_MemoryPoolFree(buf_512_MemoryPool, user_scan_cfg); in wifi_send_scan_cmd()
3545 buf = OSA_MemoryPoolAllocate(buf_512_MemoryPool); in wifi_config_mgmt_ie()
3577 OSA_MemoryPoolFree(buf_512_MemoryPool, buf); in wifi_config_mgmt_ie()
3599 OSA_MemoryPoolFree(buf_512_MemoryPool, buf); in wifi_config_mgmt_ie()
3648 OSA_MemoryPoolFree(buf_512_MemoryPool, buf); in wifi_config_mgmt_ie()
3661 OSA_MemoryPoolFree(buf_512_MemoryPool, buf); in wifi_config_mgmt_ie()
3672 OSA_MemoryPoolFree(buf_512_MemoryPool, buf); in wifi_config_mgmt_ie()
3718 buf = OSA_MemoryPoolAllocate(buf_512_MemoryPool); in wifi_config_mgmt_ie2()
3750 OSA_MemoryPoolFree(buf_512_MemoryPool, buf); in wifi_config_mgmt_ie2()
[all …]
Dmlan_scan.c2570 pscan_chan_list = (ChanScanParamSet_t *)OSA_MemoryPoolAllocate(buf_512_MemoryPool); in wlan_scan_networks()
2599 OSA_MemoryPoolFree(buf_512_MemoryPool, pscan_chan_list); in wlan_scan_networks()
2645 OSA_MemoryPoolFree(buf_512_MemoryPool, pscan_chan_list); in wlan_scan_networks()
Dmlan_glue.c6209 t_u8 *debug = (t_u8 *)OSA_MemoryPoolAllocate(buf_512_MemoryPool); in wifi_handle_fw_event()
6222 OSA_MemoryPoolFree(buf_512_MemoryPool, debug); in wifi_handle_fw_event()
Dwifi.c1813 OSA_MemoryPoolFree(buf_512_MemoryPool, wm_wifi.g_user_scan_cfg); in wifi_user_scan_config_cleanup()
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/port/osa/
Dmem_pool_config.h33 extern MemoryPool_t buf_512_MemoryPool;
/hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/
Dwlan.c2633 struct wifi_scan_result2 *best_ap = OSA_MemoryPoolAllocate(buf_512_MemoryPool); in handle_scan_results()
2711 OSA_MemoryPoolFree(buf_512_MemoryPool, best_ap); in handle_scan_results()
2741 OSA_MemoryPoolFree(buf_512_MemoryPool, best_ap); in handle_scan_results()
2755 OSA_MemoryPoolFree(buf_512_MemoryPool, best_ap); in handle_scan_results()
2768 OSA_MemoryPoolFree(buf_512_MemoryPool, best_ap); in handle_scan_results()
2782 OSA_MemoryPoolFree(buf_512_MemoryPool, best_ap); in handle_scan_results()