Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/mlme/core/inc/
H A Dwlan_mlme_main.h1915 void mlme_sr_update(struct wlan_objmgr_vdev *vdev, bool enable);
1925 static inline void mlme_sr_update(struct wlan_objmgr_vdev *vdev, bool enable) in mlme_sr_update() function
/wlan-driver/qcacld-3.0/components/mlme/core/src/
H A Dwlan_mlme_vdev_mgr_interface.c352 void mlme_sr_update(struct wlan_objmgr_vdev *vdev, bool enable) in mlme_sr_update() function
455 mlme_sr_update(vdev_mlme->vdev, true); in sta_mlme_vdev_up_send()
780 mlme_sr_update(vdev_mlme->vdev, false); in vdevmgr_mlme_vdev_down_send()
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_mgmt.c2504 mlme_sr_update(vdev, true); in wma_set_ap_vdev_up()