Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/target_if/connection_mgr/src/
Dtarget_if_cm_roam_event.c97 struct wlan_cm_roam_rx_ops *roam_rx_ops; in target_if_cm_roam_event() local
133 roam_rx_ops = target_if_cm_get_roam_rx_ops(psoc); in target_if_cm_roam_event()
134 if (!roam_rx_ops || !roam_rx_ops->roam_event_rx) { in target_if_cm_roam_event()
148 qdf_status = roam_rx_ops->roam_event_rx(roam_event); in target_if_cm_roam_event()
215 struct wlan_cm_roam_rx_ops *roam_rx_ops; in target_if_cm_roam_sync_frame_event() local
243 roam_rx_ops = target_if_cm_get_roam_rx_ops(psoc); in target_if_cm_roam_sync_frame_event()
245 if (!roam_rx_ops || !roam_rx_ops->roam_sync_frame_event) { in target_if_cm_roam_sync_frame_event()
251 qdf_status = roam_rx_ops->roam_sync_frame_event(psoc, in target_if_cm_roam_sync_frame_event()
274 struct wlan_cm_roam_rx_ops *roam_rx_ops; in target_if_cm_roam_sync_event() local
300 roam_rx_ops = target_if_cm_get_roam_rx_ops(psoc); in target_if_cm_roam_sync_event()
[all …]
Dtarget_if_cm_roam_offload.c1893 struct wlan_cm_roam_rx_ops *roam_rx_ops; in target_if_cm_send_rso_stop_failure_rsp() local
1902 roam_rx_ops = target_if_cm_get_roam_rx_ops(psoc); in target_if_cm_send_rso_stop_failure_rsp()
1903 if (!roam_rx_ops || !roam_rx_ops->roam_event_rx) { in target_if_cm_send_rso_stop_failure_rsp()
1907 roam_rx_ops->roam_event_rx(&roam_event); in target_if_cm_send_rso_stop_failure_rsp()