Home
last modified time | relevance | path

Searched refs:moal_mfree (Results 1 – 12 of 12) sorted by relevance

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_shim.c272 pcb->moal_mfree(pmadapter->pmoal_handle, (t_u8 *)pmadapter->priv[i]); in mlan_register()
278 (void)pcb->moal_mfree(pmadapter->pmoal_handle, (t_u8 *)pmadapter); in mlan_register()
318 (void)pcb->moal_mfree(pmadapter->pmoal_handle, (t_u8 *)pmadapter->priv[i]); in mlan_unregister()
324 (void)pcb->moal_mfree(pmadapter->pmoal_handle, (t_u8 *)pmadapter); in mlan_unregister()
Dmlan_wmm.c540 priv->adapter->callbacks.moal_mfree(priv->adapter->pmoal_handle, (t_u8 *)tmp); in wlan_ralist_restore_history()
544 priv->adapter->callbacks.moal_mfree(priv->adapter->pmoal_handle, (t_u8 *)ra_list); in wlan_ralist_restore_history()
892 priv->adapter->callbacks.moal_mfree(priv->adapter->pmoal_handle, (t_u8 *)ra_list); in wlan_ralist_free_enh()
923 pmadapter->callbacks.moal_mfree(pmadapter->pmoal_handle, (t_u8 *)ra_list); in wlan_ralist_alloc_enh()
Dmlan_scan.c2575 (void)pcb->moal_mfree(pmadapter->pmoal_handle, (t_u8 *)pscan_cfg_out); in wlan_scan_networks()
2595 (void)pcb->moal_mfree(pmadapter->pmoal_handle, (t_u8 *)pscan_cfg_out); in wlan_scan_networks()
2596 (void)pcb->moal_mfree(pmadapter->pmoal_handle, (t_u8 *)pscan_chan_list); in wlan_scan_networks()
2641 (void)pcb->moal_mfree(pmadapter->pmoal_handle, (t_u8 *)pscan_cfg_out); in wlan_scan_networks()
2642 (void)pcb->moal_mfree(pmadapter->pmoal_handle, (t_u8 *)pscan_chan_list); in wlan_scan_networks()
3215 (void)pcb->moal_mfree(pmadapter->pmoal_handle, (t_u8 *)bss_new_entry); in wlan_ret_802_11_scan()
3675 pcb->moal_mfree(pmadapter->pmoal_handle, (t_u8 *)bss_new_entry); in wlan_parse_non_trans_bssid_profile()
3779 pcb->moal_mfree(pmadapter->pmoal_handle, (t_u8 *)pbeacon_buf); in wlan_parse_non_trans_bssid_profile()
3782 pcb->moal_mfree(pmadapter->pmoal_handle, (t_u8 *)bss_new_entry); in wlan_parse_non_trans_bssid_profile()
4261 pcb->moal_mfree(pmadapter->pmoal_handle, (t_u8 *)bss_new_entry); in wlan_parse_ext_scan_result()
Dmlan_cfp.c2580 (void)pcb->moal_mfree(pmadapter->pmoal_handle, (t_u8 *)pmadapter->otp_region);
2584 (void)pcb->moal_mfree(pmadapter->pmoal_handle, (t_u8 *)pmadapter->cfp_otp_bg);
2588 (void)pcb->moal_mfree(pmadapter->pmoal_handle, (t_u8 *)pmadapter->tx_power_table_bg);
2597 (void)pcb->moal_mfree(pmadapter->pmoal_handle, (t_u8 *)pmadapter->cfp_otp_a);
2601 (void)pcb->moal_mfree(pmadapter->pmoal_handle, (t_u8 *)pmadapter->tx_power_table_a);
Dmlan_11n_rxreorder.c382 …(void)pmadapter->callbacks.moal_mfree(pmadapter->pmoal_handle, (t_u8 *)rx_reor_tbl_ptr->rx_reorder… in wlan_11n_delete_rxreorder_tbl_entry()
388 (void)pmadapter->callbacks.moal_mfree(pmadapter->pmoal_handle, (t_u8 *)rx_reor_tbl_ptr); in wlan_11n_delete_rxreorder_tbl_entry()
555 (void)pmadapter->callbacks.moal_mfree(pmadapter->pmoal_handle, (t_u8 *)new_node); in wlan_11n_create_rxreorder_tbl()
Dmlan_sta_ioctl.c513 (void)pcb->moal_mfree(pmadapter->pmoal_handle, buf); in wlan_power_ioctl_set_power()
659 (void)pcb->moal_mfree(pmadapter->pmoal_handle, buf); in wlan_power_ioctl_set_power_ext()
669 (void)pcb->moal_mfree(pmadapter->pmoal_handle, buf); in wlan_power_ioctl_set_power_ext()
Dmlan_misc.c201 priv->adapter->callbacks.moal_mfree(priv->adapter->pmoal_handle, (t_u8 *)sta_ptr); in wlan_delete_station_entry()
224 priv->adapter->callbacks.moal_mfree(priv->adapter->pmoal_handle, (t_u8 *)sta_ptr); in wlan_delete_station_list()
Dmlan_join.c196 (void)pcb->moal_mfree(pmpriv->adapter->pmoal_handle, tmp); in wlan_get_common_rates()
Dmlan_11n.c1294 pmadapter->callbacks.moal_mfree(pmadapter->pmoal_handle, (t_u8 *)ptx_tbl); in wlan_11n_delete_txbastream_tbl_entry()
Dwifi.c3168 pcb->moal_mfree(pmadapter->pmoal_handle, event_buf); in wlan_process_802dot11_mgmt_pkt2()
Dmlan_glue.c567 .moal_mfree = wrapper_moal_mfree,
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/
Dmlan_decl.h964 mlan_status (*moal_mfree)(IN t_void *pmoal_handle, IN t_u8 *pbuf); member