Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/core/src/
H A Dwlan_cm_vdev_api.h175 struct cm_ext_obj { struct
315 struct cm_ext_obj *cm_obj; in cm_ext_hdl_create()
317 *ext_cm_ptr = qdf_mem_malloc(sizeof(struct cm_ext_obj)); in cm_ext_hdl_create()
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/inc/
H A Dwlan_ext_mlme_obj_types.h55 typedef struct cm_ext_obj cm_ext_t;
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/dispatcher/src/
H A Dwlan_cm_roam_api.c1731 struct cm_ext_obj *cm_ext_obj; in wlan_cm_get_rso_config_fl() local
1738 cm_ext_obj = cm_get_ext_hdl_fl(vdev, func, line); in wlan_cm_get_rso_config_fl()
1739 if (!cm_ext_obj) in wlan_cm_get_rso_config_fl()
1742 return &cm_ext_obj->rso_cfg; in wlan_cm_get_rso_config_fl()
1749 struct cm_ext_obj *cm_ext_obj; in wlan_cm_get_rso_user_config_fl() local
1756 cm_ext_obj = cm_get_ext_hdl_fl(vdev, func, line); in wlan_cm_get_rso_user_config_fl()
1757 if (!cm_ext_obj) in wlan_cm_get_rso_user_config_fl()
1760 return &cm_ext_obj->rso_usr_cfg; in wlan_cm_get_rso_user_config_fl()