Searched refs:mlme_vdev_notify_up_complete (Results 1 – 4 of 4) sorted by relevance
360 QDF_STATUS mlme_vdev_notify_up_complete(struct vdev_mlme_obj *vdev_mlme, in mlme_vdev_notify_up_complete() function366 if (vdev_mlme->ops && vdev_mlme->ops->mlme_vdev_notify_up_complete) in mlme_vdev_notify_up_complete()367 ret = vdev_mlme->ops->mlme_vdev_notify_up_complete( in mlme_vdev_notify_up_complete()
1902 mlme_vdev_notify_up_complete(vdev_mlme, event_data_len, in mlme_vdev_subst_up_active_event()1941 mlme_vdev_notify_up_complete(vdev_mlme, in mlme_vdev_subst_up_active_event()
2399 .mlme_vdev_notify_up_complete = sta_mlme_vdev_notify_up_complete,2429 .mlme_vdev_notify_up_complete = ap_mlme_vdev_notify_up_complete,
760 QDF_STATUS (*mlme_vdev_notify_up_complete)( member