Searched refs:roam_rx_ops (Results 1 – 2 of 2) sorted by relevance
97 struct wlan_cm_roam_rx_ops *roam_rx_ops; in target_if_cm_roam_event() local133 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() local243 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() local300 roam_rx_ops = target_if_cm_get_roam_rx_ops(psoc); in target_if_cm_roam_sync_event()[all …]
1893 struct wlan_cm_roam_rx_ops *roam_rx_ops; in target_if_cm_send_rso_stop_failure_rsp() local1902 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()