Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/mlme/vdev_mgr/core/src/
H A Dvdev_mlme_sm.h625 static inline QDF_STATUS mlme_vdev_dfs_cac_wait_notify( in mlme_vdev_dfs_cac_wait_notify() function
630 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()
H A Dvdev_mlme_sm.c380 mlme_vdev_dfs_cac_wait_notify(vdev_mlme); in mlme_vdev_state_dfs_cac_wait_event()
/wlan-driver/qca-wifi-host-cmn/umac/mlme/include/
H A Dwlan_vdev_mlme.h802 QDF_STATUS (*mlme_vdev_dfs_cac_wait_notify)( member