Searched refs:mlme_vdev_dfs_cac_wait_notify (Results 1 – 3 of 3) sorted by relevance
625 static inline QDF_STATUS mlme_vdev_dfs_cac_wait_notify( in mlme_vdev_dfs_cac_wait_notify() function630 if ((vdev_mlme->ops) && vdev_mlme->ops->mlme_vdev_dfs_cac_wait_notify) in mlme_vdev_dfs_cac_wait_notify()631 ret = vdev_mlme->ops->mlme_vdev_dfs_cac_wait_notify(vdev_mlme); in mlme_vdev_dfs_cac_wait_notify()
380 mlme_vdev_dfs_cac_wait_notify(vdev_mlme); in mlme_vdev_state_dfs_cac_wait_event()
802 QDF_STATUS (*mlme_vdev_dfs_cac_wait_notify)( member