Home
last modified time | relevance | path

Searched refs:ext_psoc_ptr (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/mlme/psoc_mgr/dispatcher/src/
H A Dwlan_psoc_mlme_api.c139 return psoc_mlme->ext_psoc_ptr; in wlan_psoc_mlme_get_ext_hdl()
149 psoc_mlme->ext_psoc_ptr = psoc_ext_hdl; in wlan_psoc_mlme_set_ext_hdl()
/wlan-driver/qcacld-3.0/components/mlme/core/src/
H A Dwlan_mlme_vdev_mgr_interface.c2013 psoc_mlme->ext_psoc_ptr = in psoc_mlme_ext_hdl_create()
2015 if (!psoc_mlme->ext_psoc_ptr) in psoc_mlme_ext_hdl_create()
2019 &psoc_mlme->ext_psoc_ptr->rso_tx_ops); in psoc_mlme_ext_hdl_create()
2022 &psoc_mlme->ext_psoc_ptr->wfa_testcmd.tx_ops); in psoc_mlme_ext_hdl_create()
2024 &psoc_mlme->ext_psoc_ptr->rso_rx_ops); in psoc_mlme_ext_hdl_create()
2025 wlan_mlme_register_rx_ops(&psoc_mlme->ext_psoc_ptr->mlme_rx_ops); in psoc_mlme_ext_hdl_create()
2028 &psoc_mlme->ext_psoc_ptr->mlme_tx_ops); in psoc_mlme_ext_hdl_create()
2047 if (psoc_mlme->ext_psoc_ptr) { in psoc_mlme_ext_hdl_destroy()
2048 qdf_mem_free(psoc_mlme->ext_psoc_ptr); in psoc_mlme_ext_hdl_destroy()
2049 psoc_mlme->ext_psoc_ptr = NULL; in psoc_mlme_ext_hdl_destroy()
/wlan-driver/qca-wifi-host-cmn/umac/mlme/include/
H A Dwlan_psoc_mlme.h162 mlme_psoc_ext_t *ext_psoc_ptr; member