Home
last modified time | relevance | path

Searched refs:vdev_mac_map (Results 1 – 13 of 13) sorted by relevance

/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/src/
Dwlan_policy_mgr_i.h776 struct policy_mgr_vdev_mac_map *vdev_mac_map,
783 struct policy_mgr_vdev_mac_map *vdev_mac_map,
Dwlan_policy_mgr_action.c55 struct policy_mgr_vdev_mac_map *vdev_mac_map, in policy_mgr_dump_freq_range_n_vdev_map() argument
75 if (!vdev_mac_map || !num_vdev_mac_entries) in policy_mgr_dump_freq_range_n_vdev_map()
81 vdev_mac_map[i].vdev_id, in policy_mgr_dump_freq_range_n_vdev_map()
82 vdev_mac_map[i].mac_id); in policy_mgr_dump_freq_range_n_vdev_map()
89 struct policy_mgr_vdev_mac_map *vdev_mac_map, in policy_mgr_hw_mode_transition_cb() argument
104 if (!vdev_mac_map) { in policy_mgr_hw_mode_transition_cb()
125 vdev_mac_map, num_mac_freq, in policy_mgr_hw_mode_transition_cb()
130 vdev_mac_map, hw_mode, in policy_mgr_hw_mode_transition_cb()
Dwlan_policy_mgr_core.c935 struct policy_mgr_vdev_mac_map *vdev_mac_map, in policy_mgr_update_hw_mode_conn_info() argument
957 if (vdev_mac_map[i].vdev_id == in policy_mgr_update_hw_mode_conn_info()
966 vdev_mac_map[i].mac_id; in policy_mgr_update_hw_mode_conn_info()
973 vdev_mac_map[i].vdev_id, in policy_mgr_update_hw_mode_conn_info()
974 vdev_mac_map[i].mac_id); in policy_mgr_update_hw_mode_conn_info()
985 struct policy_mgr_vdev_mac_map *vdev_mac_map, in policy_mgr_pdev_set_hw_mode_cb() argument
1016 !vdev_mac_map) { in policy_mgr_pdev_set_hw_mode_cb()
1036 vdev_mac_map, 0, NULL); in policy_mgr_pdev_set_hw_mode_cb()
1041 vdev_mac_map, in policy_mgr_pdev_set_hw_mode_cb()
Dwlan_policy_mgr_get_set_utils.c11985 struct policy_mgr_vdev_mac_map vdev_mac_map = {0}; in policy_mgr_update_nan_vdev_mac_info() local
11988 vdev_mac_map.vdev_id = nan_vdev_id; in policy_mgr_update_nan_vdev_mac_info()
11989 vdev_mac_map.mac_id = mac_id; in policy_mgr_update_nan_vdev_mac_info()
11994 policy_mgr_update_hw_mode_conn_info(psoc, 1, &vdev_mac_map, in policy_mgr_update_nan_vdev_mac_info()
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_process_message_queue.c359 param->vdev_mac_map[i].vdev_id = in lim_process_set_hw_mode_resp()
360 resp->vdev_mac_map[i].vdev_id; in lim_process_set_hw_mode_resp()
361 param->vdev_mac_map[i].mac_id = in lim_process_set_hw_mode_resp()
362 resp->vdev_mac_map[i].mac_id; in lim_process_set_hw_mode_resp()
/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/inc/
Dwlan_policy_mgr_api.h2131 struct policy_mgr_vdev_mac_map *vdev_mac_map,
3135 struct policy_mgr_vdev_mac_map *vdev_mac_map,
3158 struct policy_mgr_vdev_mac_map *vdev_mac_map,
/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_scan_roam.c2837 trans_ind->vdev_mac_map[i].vdev_id, in wma_update_pdev_hw_mode_trans_ind()
2838 trans_ind->vdev_mac_map[i].mac_id, in wma_update_pdev_hw_mode_trans_ind()
Dwma_main.c4316 hw_mode_resp->vdev_mac_map[i].vdev_id = vdev_id; in wma_pdev_set_hw_mode_resp_evt_handler()
4317 hw_mode_resp->vdev_mac_map[i].mac_id = mac_id; in wma_pdev_set_hw_mode_resp_evt_handler()
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()
4518 hw_mode_trans_ind->vdev_mac_map, in wma_pdev_hw_mode_transition_evt_handler()
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/dispatcher/inc/
Dwlan_cm_roam_public_struct.h2844 struct policy_mgr_vdev_mac_map vdev_mac_map[MAX_VDEV_SUPPORTED]; member
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/core/src/
Dwlan_cm_roam_fw_sync.c1330 roam_synch_data->hw_mode_trans_ind.vdev_mac_map, in cm_fw_roam_complete()
/wlan-driver/qcacld-3.0/core/mac/inc/
Dsir_api.h2038 struct policy_mgr_vdev_mac_map vdev_mac_map[MAX_VDEV_SUPPORTED]; member
/wlan-driver/qcacld-3.0/components/wmi/src/
Dwmi_unified_roam_tlv.c981 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()
/wlan-driver/qcacld-3.0/core/sme/src/common/
Dsme_api.c216 param->vdev_mac_map, in sme_process_set_hw_mode_resp()
286 param->vdev_mac_map, param->num_freq_map, param->mac_freq_map, in sme_process_hw_mode_trans_ind()