Home
last modified time | relevance | path

Searched refs:roam_event (Results 1 – 11 of 11) sorted by relevance

/wlan-driver/qcacld-3.0/components/target_if/connection_mgr/src/
H A Dtarget_if_cm_roam_offload.c1765 target_if_find_active_rso_stop_rsp(struct roam_offload_roam_event *roam_event) in target_if_find_active_rso_stop_rsp() argument
1774 rx_ops = target_if_vdev_mgr_get_rx_ops(roam_event->psoc); in target_if_find_active_rso_stop_rsp()
1780 vdev = wlan_objmgr_get_vdev_by_id_from_psoc(roam_event->psoc, in target_if_find_active_rso_stop_rsp()
1781 roam_event->vdev_id, in target_if_find_active_rso_stop_rsp()
1787 if (target_if_is_vdev_rsp_valid(roam_event->psoc, &vdev_rsp, in target_if_find_active_rso_stop_rsp()
1788 rx_ops, roam_event->vdev_id)) in target_if_find_active_rso_stop_rsp()
1808 if (target_if_is_vdev_rsp_valid(roam_event->psoc, &vdev_rsp, in target_if_find_active_rso_stop_rsp()
1831 target_if_stop_rso_stop_timer(struct roam_offload_roam_event *roam_event) in target_if_stop_rso_stop_timer() argument
1836 roam_event->rso_timer_stopped = false; in target_if_stop_rso_stop_timer()
1837 if (roam_event->reason == ROAM_REASON_RSO_STATUS && in target_if_stop_rso_stop_timer()
[all …]
H A Dtarget_if_cm_roam_event.c95 struct roam_offload_roam_event *roam_event = NULL; in target_if_cm_roam_event() local
111 roam_event = qdf_mem_malloc(sizeof(*roam_event)); in target_if_cm_roam_event()
112 if (!roam_event) in target_if_cm_roam_event()
115 qdf_status = wmi_extract_roam_event(wmi_handle, event, len, roam_event); in target_if_cm_roam_event()
122 roam_event->psoc = psoc; in target_if_cm_roam_event()
128 if ((roam_event->reason == ROAM_REASON_RSO_STATUS && in target_if_cm_roam_event()
129 roam_event->notif_params == WMI_ROAM_SCAN_MODE_NONE) || in target_if_cm_roam_event()
130 roam_event->reason == ROAM_REASON_HO_FAILED) in target_if_cm_roam_event()
131 target_if_stop_rso_stop_timer(roam_event); in target_if_cm_roam_event()
148 qdf_status = roam_rx_ops->roam_event_rx(roam_event); in target_if_cm_roam_event()
[all …]
/wlan-driver/qcacld-3.0/components/target_if/connection_mgr/inc/
H A Dtarget_if_cm_roam_offload.h49 target_if_stop_rso_stop_timer(struct roam_offload_roam_event *roam_event);
52 target_if_stop_rso_stop_timer(struct roam_offload_roam_event *roam_event) in target_if_stop_rso_stop_timer() argument
54 roam_event->rso_timer_stopped = false; in target_if_stop_rso_stop_timer()
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/dispatcher/src/
H A Dwlan_cm_roam_api.c2690 cm_handle_roam_offload_events(struct roam_offload_roam_event *roam_event) in cm_handle_roam_offload_events() argument
2692 switch (roam_event->reason) { in cm_handle_roam_offload_events()
2696 bssid.bytes[0] = roam_event->notif_params >> 0 & 0xFF; in cm_handle_roam_offload_events()
2697 bssid.bytes[1] = roam_event->notif_params >> 8 & 0xFF; in cm_handle_roam_offload_events()
2698 bssid.bytes[2] = roam_event->notif_params >> 16 & 0xFF; in cm_handle_roam_offload_events()
2699 bssid.bytes[3] = roam_event->notif_params >> 24 & 0xFF; in cm_handle_roam_offload_events()
2700 bssid.bytes[4] = roam_event->notif_params1 >> 0 & 0xFF; in cm_handle_roam_offload_events()
2701 bssid.bytes[5] = roam_event->notif_params1 >> 8 & 0xFF; in cm_handle_roam_offload_events()
2702 cm_handle_roam_reason_ho_failed(roam_event->vdev_id, bssid, in cm_handle_roam_offload_events()
2703 roam_event->hw_mode_trans_ind); in cm_handle_roam_offload_events()
[all …]
/wlan-driver/qcacld-3.0/components/wmi/src/
H A Dwmi_unified_roam_tlv.c997 struct roam_offload_roam_event *roam_event) in extract_roam_event_tlv() argument
1024 roam_event->vdev_id = wmi_event->vdev_id; in extract_roam_event_tlv()
1026 if (roam_event->vdev_id >= WLAN_MAX_VDEVS) { in extract_roam_event_tlv()
1028 roam_event->vdev_id); in extract_roam_event_tlv()
1041 roam_event->reason = in extract_roam_event_tlv()
1043 roam_event->rssi = wmi_event->rssi; in extract_roam_event_tlv()
1044 roam_event->notif = wmi_convert_fw_notif_to_cm_notif(wmi_event->notif); in extract_roam_event_tlv()
1045 roam_event->notif_params = wmi_event->notif_params; in extract_roam_event_tlv()
1046 roam_event->notif_params1 = wmi_event->notif_params1; in extract_roam_event_tlv()
1048 wlan_roam_debug_log(roam_event->vdev_id, DEBUG_ROAM_EVENT, in extract_roam_event_tlv()
[all …]
H A Dwmi_unified_roam_api.c389 struct roam_offload_roam_event *roam_event) in wmi_extract_roam_event() argument
394 roam_event); in wmi_extract_roam_event()
/wlan-driver/qcacld-3.0/components/wmi/inc/
H A Dwmi_unified_roam_api.h207 struct roam_offload_roam_event *roam_event);
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_features.c2861 wmi_roam_event_fixed_param *roam_event; in wma_wake_reason_ap_assoc_lost() local
2869 roam_event = event_param->fixed_param; in wma_wake_reason_ap_assoc_lost()
2870 wma_alert("Beacon miss indication on vdev %d", roam_event->vdev_id); in wma_wake_reason_ap_assoc_lost()
2872 wma_beacon_miss_handler(wma, roam_event->vdev_id, roam_event->rssi); in wma_wake_reason_ap_assoc_lost()
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/dispatcher/inc/
H A Dwlan_cm_roam_api.h1892 cm_roam_event_handler(struct roam_offload_roam_event *roam_event);
H A Dwlan_cm_roam_public_struct.h2986 QDF_STATUS (*roam_event_rx)(struct roam_offload_roam_event *roam_event);
/wlan-driver/qca-wifi-host-cmn/wmi/inc/
H A Dwmi_unified_priv.h412 struct roam_offload_roam_event *roam_event);