Searched refs:msgType (Results 1 – 10 of 10) sorted by relevance
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
H A D | lim_types.h | 1243 lim_post_sme_message(struct mac_context *mac, uint32_t msgType, in lim_post_sme_message() argument 1253 msg.type = (uint16_t) msgType; in lim_post_sme_message() 1256 if (msgType > eWNI_SME_MSG_TYPES_BEGIN) { in lim_post_sme_message() 1261 lim_process_mlm_rsp_messages(mac, msgType, msg_buf); in lim_post_sme_message() 1291 lim_post_mlm_message(struct mac_context *mac, uint32_t msgType, in lim_post_mlm_message() argument 1300 msg.type = (uint16_t) msgType; in lim_post_mlm_message()
|
H A D | lim_send_sme_rsp_messages.h | 268 lim_process_beacon_tx_success_ind(struct mac_context *mac, uint16_t msgType,
|
H A D | lim_process_mlm_rsp_messages.c | 86 lim_process_mlm_rsp_messages(struct mac_context *mac, uint32_t msgType, in lim_process_mlm_rsp_messages() argument 94 MTRACE(mac_trace(mac, TRACE_CODE_TX_LIM_MSG, 0, msgType)); in lim_process_mlm_rsp_messages() 95 switch (msgType) { in lim_process_mlm_rsp_messages()
|
H A D | lim_utils.h | 147 char *lim_msg_str(uint32_t msgType); 154 void lim_print_msg_name(struct mac_context *mac, uint16_t logLevel, uint32_t msgType);
|
H A D | lim_send_sme_rsp_messages.c | 1602 pPeStats->msgType = eWNI_SME_GET_TSM_STATS_RSP; in lim_send_sme_pe_ese_tsm_rsp() 2767 lim_process_beacon_tx_success_ind(struct mac_context *mac_ctx, uint16_t msgType, in lim_process_beacon_tx_success_ind() argument
|
H A D | lim_utils.c | 225 char *lim_msg_str(uint32_t msgType) in lim_msg_str() argument 227 switch (msgType) { in lim_msg_str() 396 void lim_print_msg_name(struct mac_context *mac, uint16_t logLevel, uint32_t msgType) in lim_print_msg_name() argument 398 pe_debug("Msg: %s", lim_msg_str(msgType)); in lim_print_msg_name()
|
/wlan-driver/qcacld-3.0/core/mac/inc/ |
H A D | sir_api.h | 935 uint16_t msgType; /* message type is same as the request type */ member 945 uint16_t msgType; /* member 1337 uint16_t msgType; /* message type is same as the request type */ member 1347 uint16_t msgType; /* message type is same as the request type */ member 1361 uint16_t msgType; member 2084 uint16_t msgType; /* message type is same as the request type */ member 2298 uint16_t msgType; member 2316 uint16_t msgType; member 2324 uint16_t msgType; member 3652 uint16_t msgType; /* message type is same as the request type */ member [all …]
|
/wlan-driver/qcacld-3.0/core/sme/src/csr/ |
H A D | csr_api_roam.c | 1681 pMsg->msgType = eWNI_SME_GET_TSM_STATS_REQ; in csr_get_tsm_stats() 6554 pMsg->msgType = eWNI_SME_GET_SNR_REQ; in csr_get_snr() 7086 pModifyAddIEInd->msgType = eWNI_SME_MODIFY_ADDITIONAL_IES; in csr_roam_modify_add_ies() 7149 pUpdateAddIEs->msgType = eWNI_SME_UPDATE_ADDITIONAL_IES; in csr_roam_update_add_ies() 7243 msg->msgType = eWNI_SME_DFS_BEACON_CHAN_SW_IE_REQ; in csr_roam_send_chan_sw_ie_request() 7660 msg->msgType = eWNI_SME_NSS_UPDATE_REQ; in csr_process_nss_update_req() 7737 msg->msgType = eWNI_SME_SAP_CH_WIDTH_UPDATE_REQ; in csr_process_sap_ch_width_update()
|
/wlan-driver/qcacld-3.0/core/wma/src/ |
H A D | wma_features.c | 638 ta_dhcp_ind->msgType == WMA_DHCP_START_IND ? in wma_process_dhcp_ind() 646 if (WMA_DHCP_START_IND == ta_dhcp_ind->msgType) in wma_process_dhcp_ind()
|
/wlan-driver/qcacld-3.0/core/sme/src/common/ |
H A D | sme_api.c | 3828 msg->msgType = WMA_LINK_STATUS_GET_REQ; in sme_get_link_status() 3886 pMsg->msgType = eWNI_SME_GENERIC_CHANGE_COUNTRY_CODE; in sme_generic_change_country_code() 3947 pMsg->msgType = WMA_DHCP_START_IND; in sme_dhcp_start_ind() 4013 pMsg->msgType = WMA_DHCP_STOP_IND; in sme_dhcp_stop_ind()
|