Searched refs:wma_post_ctrl_msg (Results 1 – 14 of 14) sorted by relevance
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
D | lim_send_messages.c | 85 retCode = wma_post_ctrl_msg(mac, &msgQ); in lim_send_beacon_params() 176 retCode = wma_post_ctrl_msg(mac, &msgQ); in lim_send_edca_params() 319 retCode = wma_post_ctrl_msg(mac, &msgQ); in lim_send_mode_update() 352 retCode = wma_post_ctrl_msg(mac, &msgQ); in lim_send_rx_nss_update() 387 retCode = wma_post_ctrl_msg(mac, &msgQ); in lim_set_membership() 421 retCode = wma_post_ctrl_msg(mac, &msgQ); in lim_set_user_pos() 465 retCode = wma_post_ctrl_msg(mac, &msgQ); in lim_send_exclude_unencrypt_ind() 548 ret = wma_post_ctrl_msg(mac_ctx, &msg); in lim_send_ht40_obss_scanind() 580 ret = wma_post_ctrl_msg(mac, &msgQ); in lim_send_edca_pifs_param()
|
D | lim_admit_control.c | 858 if (QDF_STATUS_SUCCESS != wma_post_ctrl_msg(mac, &msg)) { in lim_send_hal_msg_add_ts() 919 if (QDF_STATUS_SUCCESS != wma_post_ctrl_msg(mac, &msg)) { in lim_send_hal_msg_del_ts()
|
D | lim_reassoc_utils.c | 426 ret_code = wma_post_ctrl_msg(mac_ctx, &msg_q); in lim_add_ft_sta_self()
|
D | lim_assoc_utils.c | 2697 ret_code = wma_post_ctrl_msg(mac_ctx, &msg_q); in lim_add_sta() 2829 retCode = wma_post_ctrl_msg(mac, &msgQ); in lim_del_sta() 3017 retCode = wma_post_ctrl_msg(mac, &msgQ); in lim_add_sta_self() 3494 retCode = wma_post_ctrl_msg(mac, &msgQ); in lim_del_bss()
|
D | lim_ft.c | 1089 if (QDF_STATUS_SUCCESS != wma_post_ctrl_msg(mac, &msg)) { in lim_process_ft_aggr_qos_req()
|
D | lim_process_sme_req_messages.c | 442 if (QDF_STATUS_SUCCESS != wma_post_ctrl_msg(mac, &msg)) { in __lim_process_sme_sys_ready_ind() 7840 if (QDF_STATUS_SUCCESS != (wma_post_ctrl_msg(mac, &msgQ))) { in __lim_process_sme_get_tsm_stats_request() 8380 retCode = wma_post_ctrl_msg(mac, &msgQ); in lim_send_set_max_tx_power_req() 8613 rc = wma_post_ctrl_msg(mac_ctx, &msg); in lim_set_pdev_ht_ie() 8689 rc = wma_post_ctrl_msg(mac_ctx, &msg); in lim_set_pdev_vht_ie()
|
D | lim_process_message_queue.c | 481 ret_code = wma_post_ctrl_msg(mac_ctx, &msg_q); in lim_process_set_default_scan_ie_request()
|
D | lim_utils.c | 4227 retCode = wma_post_ctrl_msg(mac, &msgQ); in lim_post_sm_state_update() 6784 ret = wma_post_ctrl_msg(mac_ctx, &msg); in lim_send_set_dtim_period()
|
/wlan-driver/qcacld-3.0/core/wma/src/ |
D | wlan_qct_wma_legacy.c | 48 QDF_STATUS wma_post_ctrl_msg(struct mac_context *mac, struct scheduler_msg *pMsg) in wma_post_ctrl_msg() function 88 status = wma_post_ctrl_msg(mac, &msg); in u_mac_post_ctrl_msg()
|
D | wma_dev_if.c | 1620 retcode = wma_post_ctrl_msg(mac_ctx, &msg); in wma_peer_unmap_conf_cb()
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/sch/ |
D | sch_api.c | 633 retCode = wma_post_ctrl_msg(mac, &msgQ); in sch_send_beacon_req() 873 retCode = wma_post_ctrl_msg(mac, &msgQ); in lim_send_probe_rsp_template_to_hal()
|
/wlan-driver/qcacld-3.0/core/wma/inc/ |
D | wma_api.h | 227 QDF_STATUS wma_post_ctrl_msg(struct mac_context *mac, struct scheduler_msg *pMsg);
|
D | wma_types.h | 622 QDF_STATUS wma_post_ctrl_msg(struct mac_context *mac, struct scheduler_msg *pMsg);
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/rrm/ |
D | rrm_api.c | 142 retCode = wma_post_ctrl_msg(mac, &msgQ); in rrm_send_set_max_tx_power_req()
|