Searched refs:sme_msg (Results 1 – 10 of 10) sorted by relevance
/wlan-driver/qcacld-3.0/core/wma/src/ |
H A D | wma_twt.c | 261 struct scheduler_msg sme_msg = {0}; in wma_twt_add_dialog_complete_event_handler() local 298 sme_msg.type = eWNI_SME_TWT_ADD_DIALOG_EVENT; in wma_twt_add_dialog_complete_event_handler() 299 sme_msg.bodyptr = add_dialog_event; in wma_twt_add_dialog_complete_event_handler() 300 sme_msg.bodyval = 0; in wma_twt_add_dialog_complete_event_handler() 303 QDF_MODULE_ID_SME, &sme_msg); in wma_twt_add_dialog_complete_event_handler() 344 struct scheduler_msg sme_msg = {0}; in wma_twt_del_dialog_complete_event_handler() local 368 sme_msg.type = eWNI_SME_TWT_DEL_DIALOG_EVENT; in wma_twt_del_dialog_complete_event_handler() 369 sme_msg.bodyptr = param; in wma_twt_del_dialog_complete_event_handler() 370 sme_msg.bodyval = 0; in wma_twt_del_dialog_complete_event_handler() 373 QDF_MODULE_ID_SME, &sme_msg); in wma_twt_del_dialog_complete_event_handler() [all …]
|
H A D | wma_fw_state.c | 69 struct scheduler_msg sme_msg = { in wma_echo_event_handler() local 78 QDF_MODULE_ID_SME, &sme_msg); in wma_echo_event_handler()
|
H A D | wma_utils.c | 604 struct scheduler_msg sme_msg = {0}; in wma_lost_link_info_handler() local 622 sme_msg.type = eWNI_SME_LOST_LINK_INFO_IND; in wma_lost_link_info_handler() 623 sme_msg.bodyptr = lost_link_info; in wma_lost_link_info_handler() 624 sme_msg.bodyval = 0; in wma_lost_link_info_handler() 628 &sme_msg); in wma_lost_link_info_handler() 1488 struct scheduler_msg sme_msg = { 0 }; in wma_ll_stats_evt_handler() local 1649 sme_msg.type = eWMI_SME_LL_STATS_IND; in wma_ll_stats_evt_handler() 1650 sme_msg.bodyptr = (void *)link_stats_results; in wma_ll_stats_evt_handler() 1651 sme_msg.bodyval = 0; in wma_ll_stats_evt_handler() 1655 &sme_msg); in wma_ll_stats_evt_handler() [all …]
|
H A D | wma_power.c | 1178 struct scheduler_msg sme_msg = { 0 }; in wma_pdev_temperature_evt_handler() local 1191 sme_msg.type = eWNI_SME_MSG_GET_TEMPERATURE_IND; in wma_pdev_temperature_evt_handler() 1192 sme_msg.bodyptr = NULL; in wma_pdev_temperature_evt_handler() 1193 sme_msg.bodyval = wmi_event->value; in wma_pdev_temperature_evt_handler() 1197 QDF_MODULE_ID_SME, &sme_msg); in wma_pdev_temperature_evt_handler()
|
H A D | wma_scan_roam.c | 351 struct scheduler_msg sme_msg = {0}; in cm_handle_scan_ch_list_data() local 353 sme_msg.type = eWNI_SME_GET_ROAM_SCAN_CH_LIST_EVENT; in cm_handle_scan_ch_list_data() 354 sme_msg.bodyptr = data; in cm_handle_scan_ch_list_data() 358 QDF_MODULE_ID_SME, &sme_msg)) { in cm_handle_scan_ch_list_data() 360 qdf_mem_free(sme_msg.bodyptr); in cm_handle_scan_ch_list_data() 2856 struct scheduler_msg sme_msg = {0}; in wma_handle_hw_mode_trans_ind() local 2863 sme_msg.type = eWNI_SME_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() 2868 QDF_MODULE_ID_SME, &sme_msg); in wma_handle_hw_mode_trans_ind()
|
H A D | wma_features.c | 166 struct scheduler_msg sme_msg = { 0 }; in wma_wake_reason_auto_shutdown() local 168 sme_msg.type = eWNI_SME_AUTO_SHUTDOWN_IND; in wma_wake_reason_auto_shutdown() 171 QDF_MODULE_ID_SME, &sme_msg); in wma_wake_reason_auto_shutdown() 5840 struct scheduler_msg sme_msg = {0}; in wma_chan_info_event_handler() local 5925 sme_msg.type = eWNI_SME_CHAN_INFO_EVENT; in wma_chan_info_event_handler() 5926 sme_msg.bodyptr = channel_status; in wma_chan_info_event_handler() 5927 sme_msg.bodyval = event->vdev_id; in wma_chan_info_event_handler() 5930 QDF_MODULE_ID_SME, &sme_msg); in wma_chan_info_event_handler() 6007 struct scheduler_msg sme_msg = {0}; in wma_wlan_bt_activity_evt_handler() local 6024 sme_msg.type = eWNI_SME_BT_ACTIVITY_INFO_IND; in wma_wlan_bt_activity_evt_handler() [all …]
|
H A D | wma_data.c | 1889 struct scheduler_msg sme_msg = {0}; in wma_set_thermal_level_ind() local 1893 sme_msg.type = eWNI_SME_SET_THERMAL_LEVEL_IND; in wma_set_thermal_level_ind() 1894 sme_msg.bodyptr = NULL; in wma_set_thermal_level_ind() 1895 sme_msg.bodyval = level; in wma_set_thermal_level_ind() 1899 QDF_MODULE_ID_SME, &sme_msg); in wma_set_thermal_level_ind()
|
H A D | wma_main.c | 4524 struct scheduler_msg sme_msg = {0}; in wma_pdev_hw_mode_transition_evt_handler() local 4528 sme_msg.type = eWNI_SME_HW_MODE_TRANS_IND; in wma_pdev_hw_mode_transition_evt_handler() 4529 sme_msg.bodyptr = hw_mode_trans_ind; in wma_pdev_hw_mode_transition_evt_handler() 4530 sme_msg.flush_callback = wma_discard_fw_event; in wma_pdev_hw_mode_transition_evt_handler() 4534 QDF_MODULE_ID_SME, &sme_msg); in wma_pdev_hw_mode_transition_evt_handler()
|
/wlan-driver/qca-wifi-host-cmn/umac/dfs/dispatcher/src/ |
H A D | wlan_dfs_mlme_api.c | 73 struct scheduler_msg sme_msg = {0}; in dfs_send_radar_ind() local 76 sme_msg.type = eWNI_SME_DFS_RADAR_FOUND; in dfs_send_radar_ind() 77 sme_msg.bodyptr = NULL; in dfs_send_radar_ind() 78 sme_msg.bodyval = vdev_id; in dfs_send_radar_ind() 81 QDF_MODULE_ID_SME, &sme_msg); in dfs_send_radar_ind() 152 struct scheduler_msg sme_msg = {0}; in dfs_mlme_proc_cac() local 154 sme_msg.type = eWNI_SME_DFS_CAC_COMPLETE; in dfs_mlme_proc_cac() 155 sme_msg.bodyptr = NULL; in dfs_mlme_proc_cac() 156 sme_msg.bodyval = vdev_id; in dfs_mlme_proc_cac() 159 QDF_MODULE_ID_SME, &sme_msg); in dfs_mlme_proc_cac()
|
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/ |
H A D | mac_trace.c | 174 uint8_t *mac_trace_get_sme_msg_string(uint16_t sme_msg) in mac_trace_get_sme_msg_string() argument 176 switch (sme_msg) { in mac_trace_get_sme_msg_string()
|