Home
last modified time | relevance | path

Searched refs:cm_update_hlp_info (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.h190 void cm_update_hlp_info(struct wlan_objmgr_vdev *vdev,
194 static inline void cm_update_hlp_info(struct wlan_objmgr_vdev *vdev, in cm_update_hlp_info() function
H A Dwlan_cm_vdev_connect.c51 void cm_update_hlp_info(struct wlan_objmgr_vdev *vdev, in cm_update_hlp_info() function
1406 cm_update_hlp_info(vdev, NULL, 0, true); in cm_update_hlp_data_from_assoc_ie()
1413 cm_update_hlp_info(vdev, hlp_ext_ie, hlp_ext_ie[1] + 2, false); in cm_update_hlp_data_from_assoc_ie()
1419 cm_update_hlp_info(vdev, fragment_ie, in cm_update_hlp_data_from_assoc_ie()
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/dispatcher/src/
H A Dwlan_cm_roam_api.c2186 cm_update_hlp_info(vdev, gen_ie, len, flush); in wlan_cm_update_hlp_info()