Home
last modified time | relevance | path

Searched refs:vdev_disconnect_event (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qcacld-3.0/components/target_if/connection_mgr/src/
H A Dtarget_if_cm_roam_event.c82 rx_ops->vdev_disconnect_event = cm_vdev_disconnect_event_handler; in target_if_cm_roam_register_rx_ops()
411 if (!roam_rx_ops || !roam_rx_ops->vdev_disconnect_event) { in target_if_cm_roam_vdev_disconnect_event_handler()
423 qdf_status = roam_rx_ops->vdev_disconnect_event(data); in target_if_cm_roam_vdev_disconnect_event_handler()
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/dispatcher/inc/
H A Dwlan_cm_roam_public_struct.h2990 (*vdev_disconnect_event)(struct vdev_disconnect_event_data *data); member