Home
last modified time | relevance | path

Searched refs:mlme_vdev_dfs_cac_timer_stop (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/mlme/vdev_mgr/core/src/
H A Dvdev_mlme_sm.h464 static inline QDF_STATUS mlme_vdev_dfs_cac_timer_stop( in mlme_vdev_dfs_cac_timer_stop() function
470 if ((vdev_mlme->ops) && vdev_mlme->ops->mlme_vdev_dfs_cac_timer_stop) in mlme_vdev_dfs_cac_timer_stop()
471 ret = vdev_mlme->ops->mlme_vdev_dfs_cac_timer_stop( in mlme_vdev_dfs_cac_timer_stop()
H A Dvdev_mlme_sm.c389 mlme_vdev_dfs_cac_timer_stop(vdev_mlme, event_data_len, in mlme_vdev_state_dfs_cac_wait_event()
/wlan-driver/qca-wifi-host-cmn/umac/mlme/include/
H A Dwlan_vdev_mlme.h774 QDF_STATUS (*mlme_vdev_dfs_cac_timer_stop)( member
/wlan-driver/qcacld-3.0/components/mlme/core/src/
H A Dwlan_mlme_vdev_mgr_interface.c2432 .mlme_vdev_dfs_cac_timer_stop = ap_vdev_dfs_cac_timer_stop,