Searched refs:mlme_vdev_notify_down_complete (Results 1 – 4 of 4) sorted by relevance
561 static inline QDF_STATUS mlme_vdev_notify_down_complete( in mlme_vdev_notify_down_complete() function567 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()
186 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()
2405 .mlme_vdev_notify_down_complete = vdevmgr_notify_down_complete,2436 .mlme_vdev_notify_down_complete = vdevmgr_notify_down_complete,
786 QDF_STATUS (*mlme_vdev_notify_down_complete)( member