Home
last modified time | relevance | path

Searched refs:OSA_MemoryPoolAllocate (Results 1 – 18 of 18) sorted by relevance

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_shim.c160 pmadapter = OSA_MemoryPoolAllocate(pmAdapterMemoryPool); in mlan_register()
191 pmadapter->priv[i] = OSA_MemoryPoolAllocate(pmPrivateMemoryPool); in mlan_register()
Dmlan_11k.c227 rep_buf = (t_u8 *)OSA_MemoryPoolAllocate(buf_1536_MemoryPool); in wlan_process_rm_beacon_report_table()
341 param = (wlan_rrm_scan_cb_param *)OSA_MemoryPoolAllocate(buf_256_MemoryPool); in wlan_process_rm_beacon_req()
854 txpwrlimit = OSA_MemoryPoolAllocate(buf_2048_MemoryPool); in wlan_process_link_measurement_request()
910 …wlan_nlist_report_param *pnlist_rep_param = (wlan_nlist_report_param *)OSA_MemoryPoolAllocate(buf_… in wlan_process_neighbor_report_response()
Dmlan_11v.c194 pnlist_rep_param = (wlan_nlist_report_param *)OSA_MemoryPoolAllocate(buf_128_MemoryPool); in wlan_process_mgmt_wnm_btm_req()
220 struct wnm_neighbor_report *preport = OSA_MemoryPoolAllocate(buf_128_MemoryPool); in wlan_process_mgmt_wnm_btm_req()
Dmlan_glue.c170 void *dot11n_eventbuf = OSA_MemoryPoolAllocate(buf_256_MemoryPool); in wifi_11n_save_request()
223 …wlan_nlist_report_param *pnlist_rep_param = (wlan_nlist_report_param *)OSA_MemoryPoolAllocate(buf_… in wifi_11k_save_request()
807 addba = (send_add_ba_param_t *)OSA_MemoryPoolAllocate(buf_32_MemoryPool); in wrapper_wlan_uap_ampdu_enable()
1036 addba = (send_add_ba_param_t *)OSA_MemoryPoolAllocate(buf_32_MemoryPool); in wrapper_wlan_sta_ampdu_enable()
1212 pmlan_buffer pmbuf = OSA_MemoryPoolAllocate(buf_128_MemoryPool); in wrapper_wlan_handle_rx_packet()
1246 pmbuf->pbuf = OSA_MemoryPoolAllocate(buf_128_MemoryPool); in wrapper_wlan_handle_rx_packet()
2837 wifi_sta_list_t *sl = OSA_MemoryPoolAllocate(buf_256_MemoryPool); in load_bss_list()
3314 t_u16 *ps_action_p = (t_u16 *)OSA_MemoryPoolAllocate(buf_32_MemoryPool); in wifi_process_cmd_response()
3518 sta_addr = OSA_MemoryPoolAllocate(buf_32_MemoryPool); in wifi_process_cmd_response()
3822 … cal_data_cfg->data = (uint8_t *)OSA_MemoryPoolAllocate(buf_2048_MemoryPool); in wifi_process_cmd_response()
[all …]
Dwifi-mem.c46 void *ptr = OSA_MemoryPoolAllocate(buf_2048_MemoryPool); in wifi_malloc_eventbuf()
Dmlan_api.c2108 …wlan_user_scan_cfg *user_scan_cfg = (wlan_user_scan_cfg *)OSA_MemoryPoolAllocate(buf_512_MemoryPoo… in wifi_send_scan_cmd()
3545 buf = OSA_MemoryPoolAllocate(buf_512_MemoryPool); in wifi_config_mgmt_ie()
3718 buf = OSA_MemoryPoolAllocate(buf_512_MemoryPool); in wifi_config_mgmt_ie2()
4177 mib = OSA_MemoryPoolAllocate(buf_128_MemoryPool); in wifi_set_rts()
4281 mib = OSA_MemoryPoolAllocate(buf_128_MemoryPool); in wifi_set_frag()
4388 pcfg_11k = OSA_MemoryPoolAllocate(buf_128_MemoryPool); in wifi_11k_cfg()
4625 buf = OSA_MemoryPoolAllocate(buf_512_MemoryPool); in wifi_mbo_send_preferch_wnm()
5255 pBuf = OSA_MemoryPoolAllocate(buf_1536_MemoryPool); in wifi_PrepDefaultMgtMsg()
5315 misc = OSA_MemoryPoolAllocate(buf_512_MemoryPool); in wlan_get_nonglobal_operclass_by_bw_channel()
5384 buf = OSA_MemoryPoolAllocate(buf_1024_MemoryPool); in wifi_set_ecsa_cfg()
[all …]
Dmlan_11n_rxreorder.c507 new_node = OSA_MemoryPoolAllocate(buf_128_MemoryPool); in wlan_11n_create_rxreorder_tbl()
547 new_node->rx_reorder_ptr = OSA_MemoryPoolAllocate(buf_256_MemoryPool); in wlan_11n_create_rxreorder_tbl()
Dwifi.c1370 new_node = (mcast_filter *)OSA_MemoryPoolAllocate(buf_32_MemoryPool); in add_mcast_ip()
1396 new_node = (mcast_filter *)OSA_MemoryPoolAllocate(buf_32_MemoryPool); in add_mcast_ip()
4140 poutbuf = (bypass_outbuf_t *)OSA_MemoryPoolAllocate(buf_1536_MemoryPool); in wifi_add_to_bypassq()
4581 poutbuf = (bypass_outbuf_t *)OSA_MemoryPoolAllocate(buf_1536_MemoryPool); in raw_low_level_output()
4955 poutbuf = (bypass_outbuf_t *)OSA_MemoryPoolAllocate(buf_1536_MemoryPool); in supp_low_level_output()
Dmlan_join.c141 tmp = OSA_MemoryPoolAllocate(buf_128_MemoryPool); in wlan_get_common_rates()
Dmlan_wmm.c909 ra_list = OSA_MemoryPoolAllocate(buf_128_MemoryPool); in wlan_ralist_alloc_enh()
Dmlan_11n.c1397 newNode = OSA_MemoryPoolAllocate(buf_128_MemoryPool); in wlan_11n_create_txbastream_tbl()
Dmlan_scan.c2552 pscan_cfg_out = (wlan_scan_cmd_config_tlv *)OSA_MemoryPoolAllocate(buf_768_MemoryPool); in wlan_scan_networks()
2570 pscan_chan_list = (ChanScanParamSet_t *)OSA_MemoryPoolAllocate(buf_512_MemoryPool); in wlan_scan_networks()
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/port/osa/
Dmem_pool.h77 void *OSA_MemoryPoolAllocate(MemoryPool_t pool);
/hal_nxp-latest/mcux/middleware/wifi_nxp/port/osa/
Dmem_pool.c117 void *OSA_MemoryPoolAllocate(MemoryPool_t pool) in OSA_MemoryPoolAllocate() function
/hal_nxp-latest/mcux/middleware/wifi_nxp/firmware_dnld/
Dfirmware_dnld.c79 t_u8 *sbuf = (t_u8 *)OSA_MemoryPoolAllocate(buf_2048_MemoryPool); in conn_download_decomp_fw()
/hal_nxp-latest/mcux/middleware/wifi_nxp/port/net/zephyr/
Dnet.c726 curr = (group_ip4_addr_t *)OSA_MemoryPoolAllocate(buf_32_MemoryPool); in igmp_mac_filter()
853 curr = (group_ip6_addr_t *)OSA_MemoryPoolAllocate(buf_32_MemoryPool); in mld_mac_filter()
/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()
5956 pecsa_info = OSA_MemoryPoolAllocate(buf_32_MemoryPool); in wlan_notify_uap_chan_switch()
11124 wlan_scan_param = (wlan_scan_params_v2_t *)OSA_MemoryPoolAllocate(buf_128_MemoryPool); in wlan_scan_with_opt()
12936 rep_buf = (t_u8 *)OSA_MemoryPoolAllocate(buf_1536_MemoryPool); in _wlan_rrm_scan_cb()
Dwlan_tests.c5401 char *CPU_RunInfo = (char *)OSA_MemoryPoolAllocate(buf_1024_MemoryPool);