Home
last modified time | relevance | path

Searched refs:mlme_vdev_notify_down_complete (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.h561 static inline QDF_STATUS mlme_vdev_notify_down_complete( in mlme_vdev_notify_down_complete() function
567 if ((vdev_mlme->ops) && vdev_mlme->ops->mlme_vdev_notify_down_complete) in mlme_vdev_notify_down_complete()
568 ret = vdev_mlme->ops->mlme_vdev_notify_down_complete( in mlme_vdev_notify_down_complete()
H A Dvdev_mlme_sm.c186 mlme_vdev_notify_down_complete(vdev_mlme, in mlme_vdev_state_init_event()
199 mlme_vdev_notify_down_complete(vdev_mlme, event_data_len, in mlme_vdev_state_init_event()
/wlan-driver/qcacld-3.0/components/mlme/core/src/
H A Dwlan_mlme_vdev_mgr_interface.c2405 .mlme_vdev_notify_down_complete = vdevmgr_notify_down_complete,
2436 .mlme_vdev_notify_down_complete = vdevmgr_notify_down_complete,
/wlan-driver/qca-wifi-host-cmn/umac/mlme/include/
H A Dwlan_vdev_mlme.h786 QDF_STATUS (*mlme_vdev_notify_down_complete)( member