Home
last modified time | relevance | path

Searched refs:notif_params (Results 1 – 7 of 7) sorted by relevance

/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_scan_roam.c2737 uint8_t vdev_id, uint32_t notif_params) in wma_handle_roam_reason_invoke_roam_fail() argument
2749 notif_params, in wma_handle_roam_reason_invoke_roam_fail()
2882 cm_handle_roam_reason_invoke_roam_fail(uint8_t vdev_id, uint32_t notif_params, in cm_handle_roam_reason_invoke_roam_fail() argument
2893 notif_params); in cm_handle_roam_reason_invoke_roam_fail()
2896 NULL, notif_params, 0, 0); in cm_handle_roam_reason_invoke_roam_fail()
2917 wma_handle_roam_reason_deauth(uint8_t vdev_id, uint32_t notif_params, in wma_handle_roam_reason_deauth() argument
2928 wma_debug("Received disconnect roam event reason:%d", notif_params); in wma_handle_roam_reason_deauth()
2932 notif_params); in wma_handle_roam_reason_deauth()
2941 void cm_handle_roam_reason_deauth(uint8_t vdev_id, uint32_t notif_params, in cm_handle_roam_reason_deauth() argument
2945 wma_handle_roam_reason_deauth(vdev_id, notif_params, frame_len, in cm_handle_roam_reason_deauth()
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/dispatcher/inc/
H A Dwlan_cm_roam_api.h1825 cm_handle_roam_reason_invoke_roam_fail(uint8_t vdev_id, uint32_t notif_params,
1846 void cm_handle_roam_reason_deauth(uint8_t vdev_id, uint32_t notif_params,
H A Dwlan_cm_roam_public_struct.h2540 uint32_t notif_params; member
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/dispatcher/src/
H A Dwlan_cm_roam_api.c2696 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()
2709 roam_event->notif_params); in cm_handle_roam_offload_events()
2858 roam_event->notif_params, in cm_roam_event_handler()
2863 roam_event->notif_params, in cm_roam_event_handler()
/wlan-driver/qcacld-3.0/components/target_if/connection_mgr/src/
H A Dtarget_if_cm_roam_event.c129 roam_event->notif_params == WMI_ROAM_SCAN_MODE_NONE) || in target_if_cm_roam_event()
/wlan-driver/qcacld-3.0/components/wmi/src/
H A Dwmi_unified_roam_tlv.c1045 roam_event->notif_params = wmi_event->notif_params; in extract_roam_event_tlv()
1064 roam_event->notif_params, roam_event->notif_params1); in extract_roam_event_tlv()
/wlan-driver/fw-api/fw/
H A Dwmi_unified.h23203 A_UINT32 notif_params; member