Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/mlme/connection_mgr/core/src/
H A Dwlan_cm_main.c80 vdev_mlme->cnx_mgr_ctx = qdf_mem_malloc(sizeof(struct cnx_mgr)); in wlan_cm_init()
81 if (!vdev_mlme->cnx_mgr_ctx) in wlan_cm_init()
84 vdev_mlme->cnx_mgr_ctx->vdev = vdev; in wlan_cm_init()
86 &vdev_mlme->cnx_mgr_ctx->ext_cm_ptr); in wlan_cm_init()
88 qdf_mem_free(vdev_mlme->cnx_mgr_ctx); in wlan_cm_init()
89 vdev_mlme->cnx_mgr_ctx = NULL; in wlan_cm_init()
93 status = cm_sm_create(vdev_mlme->cnx_mgr_ctx); in wlan_cm_init()
96 vdev_mlme->cnx_mgr_ctx->ext_cm_ptr); in wlan_cm_init()
97 vdev_mlme->cnx_mgr_ctx->ext_cm_ptr = NULL; in wlan_cm_init()
98 qdf_mem_free(vdev_mlme->cnx_mgr_ctx); in wlan_cm_init()
[all …]
H A Dwlan_cm_util.c84 cm_ctx = vdev_mlme->cnx_mgr_ctx; in cm_get_cm_ctx_fl()
/wlan-driver/qca-wifi-host-cmn/umac/mlme/include/
H A Dwlan_vdev_mlme.h845 struct cnx_mgr *cnx_mgr_ctx; member