Searched refs:buf_512_MemoryPool (Results 1 – 7 of 7) sorted by relevance
| /hal_nxp-latest/mcux/middleware/wifi_nxp/port/osa/ |
| D | mem_pool_config.c | 319 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/ |
| D | mlan_api.c | 2108 …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 …]
|
| D | mlan_scan.c | 2570 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()
|
| D | mlan_glue.c | 6209 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()
|
| D | wifi.c | 1813 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/ |
| D | mem_pool_config.h | 33 extern MemoryPool_t buf_512_MemoryPool;
|
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/ |
| D | wlan.c | 2633 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()
|