Home
last modified time | relevance | path

Searched refs:hw_mode_trans_ind (Results 1 – 9 of 9) sorted by relevance

/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_scan_roam.c2854 struct cm_hw_mode_trans_ind *hw_mode_trans_ind) in wma_handle_hw_mode_trans_ind() argument
2859 if (hw_mode_trans_ind) { in wma_handle_hw_mode_trans_ind()
2861 hw_mode_trans_ind); in wma_handle_hw_mode_trans_ind()
2864 sme_msg.bodyptr = hw_mode_trans_ind; in wma_handle_hw_mode_trans_ind()
2870 qdf_mem_free(hw_mode_trans_ind); in wma_handle_hw_mode_trans_ind()
2972 struct cm_hw_mode_trans_ind *hw_mode_trans_ind) in wma_handle_roam_reason_ho_failed() argument
2987 wma_handle_hw_mode_trans_ind(wma_handle, hw_mode_trans_ind); in wma_handle_roam_reason_ho_failed()
2994 struct cm_hw_mode_trans_ind *hw_mode_trans_ind) in cm_handle_roam_reason_ho_failed() argument
2996 wma_handle_roam_reason_ho_failed(vdev_id, bssid, hw_mode_trans_ind); in cm_handle_roam_reason_ho_failed()
H A Dwma_main.c4368 struct cm_hw_mode_trans_ind *hw_mode_trans_ind) in wma_process_pdev_hw_mode_trans_ind() argument
4379 hw_mode_trans_ind->old_hw_mode_index = fixed_param->old_hw_mode_index; in wma_process_pdev_hw_mode_trans_ind()
4380 hw_mode_trans_ind->new_hw_mode_index = fixed_param->new_hw_mode_index; in wma_process_pdev_hw_mode_trans_ind()
4381 hw_mode_trans_ind->num_vdev_mac_entries = in wma_process_pdev_hw_mode_trans_ind()
4407 hw_mode_trans_ind->vdev_mac_map[i].vdev_id = vdev_id; in wma_process_pdev_hw_mode_trans_ind()
4408 hw_mode_trans_ind->vdev_mac_map[i].mac_id = mac_id; in wma_process_pdev_hw_mode_trans_ind()
4422 wma_process_mac_freq_mapping(struct cm_hw_mode_trans_ind *hw_mode_trans_ind, in wma_process_mac_freq_mapping() argument
4441 hw_mode_trans_ind->num_freq_map = num_mac_freq; in wma_process_mac_freq_mapping()
4443 hw_mode_trans_ind->mac_freq_map[i].mac_id = in wma_process_mac_freq_mapping()
4445 hw_mode_trans_ind->mac_freq_map[i].start_freq = in wma_process_mac_freq_mapping()
[all …]
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/core/src/
H A Dwlan_cm_roam_fw_sync.c1327 roam_synch_data->hw_mode_trans_ind.old_hw_mode_index, in cm_fw_roam_complete()
1328 roam_synch_data->hw_mode_trans_ind.new_hw_mode_index, in cm_fw_roam_complete()
1329 roam_synch_data->hw_mode_trans_ind.num_vdev_mac_entries, in cm_fw_roam_complete()
1330 roam_synch_data->hw_mode_trans_ind.vdev_mac_map, in cm_fw_roam_complete()
H A Dwlan_cm_roam_offload_event.c382 &sync_ind->hw_mode_trans_ind); in cm_roam_sync_event_handler()
/wlan-driver/qcacld-3.0/components/wmi/src/
H A Dwmi_unified_roam_tlv.c938 struct cm_hw_mode_trans_ind *hw_mode_trans_ind) in wmi_extract_pdev_hw_mode_trans_ind() argument
948 hw_mode_trans_ind->old_hw_mode_index = fixed_param->old_hw_mode_index; in wmi_extract_pdev_hw_mode_trans_ind()
949 hw_mode_trans_ind->new_hw_mode_index = fixed_param->new_hw_mode_index; in wmi_extract_pdev_hw_mode_trans_ind()
950 hw_mode_trans_ind->num_vdev_mac_entries = in wmi_extract_pdev_hw_mode_trans_ind()
981 hw_mode_trans_ind->vdev_mac_map[i].vdev_id = vdev_id; in wmi_extract_pdev_hw_mode_trans_ind()
982 hw_mode_trans_ind->vdev_mac_map[i].mac_id = mac_id; in wmi_extract_pdev_hw_mode_trans_ind()
1002 struct cm_hw_mode_trans_ind *hw_mode_trans_ind; in extract_roam_event_tlv() local
1067 hw_mode_trans_ind = qdf_mem_malloc(sizeof(*hw_mode_trans_ind)); in extract_roam_event_tlv()
1068 if (!hw_mode_trans_ind) { in extract_roam_event_tlv()
1075 hw_mode_trans_ind); in extract_roam_event_tlv()
[all …]
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/dispatcher/inc/
H A Dwlan_cm_roam_api.h1031 struct cm_hw_mode_trans_ind *hw_mode_trans_ind);
1578 struct cm_hw_mode_trans_ind *hw_mode_trans_ind) in cm_handle_roam_reason_ho_failed() argument
H A Dwlan_cm_roam_public_struct.h2542 struct cm_hw_mode_trans_ind *hw_mode_trans_ind; member
2923 struct cm_hw_mode_trans_ind hw_mode_trans_ind; member
/wlan-driver/qcacld-3.0/core/wma/inc/
H A Dwma_api.h313 struct cm_hw_mode_trans_ind *hw_mode_trans_ind);
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/dispatcher/src/
H A Dwlan_cm_roam_api.c2703 roam_event->hw_mode_trans_ind); in cm_handle_roam_offload_events()
2859 roam_event->hw_mode_trans_ind); in cm_roam_event_handler()