Home
last modified time | relevance | path

Searched refs:p_msg (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qcacld-3.0/components/cmn_services/interface_mgr/src/
Dwlan_if_mgr_roam.c306 struct wlan_change_bi *p_msg; in if_mgr_send_chng_mcc_beacon_interval() local
316 len = sizeof(*p_msg); in if_mgr_send_chng_mcc_beacon_interval()
317 p_msg = qdf_mem_malloc(len); in if_mgr_send_chng_mcc_beacon_interval()
318 if (!p_msg) in if_mgr_send_chng_mcc_beacon_interval()
321 p_msg->message_type = eWNI_SME_CHNG_MCC_BEACON_INTERVAL; in if_mgr_send_chng_mcc_beacon_interval()
322 p_msg->length = len; in if_mgr_send_chng_mcc_beacon_interval()
325 qdf_mem_copy(&p_msg->bssid, mac_addr, QDF_MAC_ADDR_SIZE); in if_mgr_send_chng_mcc_beacon_interval()
327 p_msg->session_id = wlan_vdev_get_id(vdev); in if_mgr_send_chng_mcc_beacon_interval()
328 ifmgr_debug("session %d BeaconInterval %d", p_msg->session_id, in if_mgr_send_chng_mcc_beacon_interval()
330 p_msg->beacon_interval = bss_arg->bss_beacon_interval; in if_mgr_send_chng_mcc_beacon_interval()
[all …]
/wlan-driver/qcacld-3.0/core/sme/src/csr/
Dcsr_api_roam.c8197 struct sir_set_vdev_ies_per_band *p_msg; in csr_set_vdev_ies_per_band() local
8203 p_msg = qdf_mem_malloc(sizeof(*p_msg)); in csr_set_vdev_ies_per_band()
8204 if (!p_msg) in csr_set_vdev_ies_per_band()
8207 p_msg->vdev_id = vdev_id; in csr_set_vdev_ies_per_band()
8208 p_msg->device_mode = device_mode; in csr_set_vdev_ies_per_band()
8209 p_msg->dot11_mode = csr_get_vdev_dot11_mode(mac_ctx, vdev_id, in csr_set_vdev_ies_per_band()
8211 p_msg->msg_type = eWNI_SME_SET_VDEV_IES_PER_BAND; in csr_set_vdev_ies_per_band()
8212 p_msg->len = sizeof(*p_msg); in csr_set_vdev_ies_per_band()
8214 vdev_id, p_msg->dot11_mode, device_mode); in csr_set_vdev_ies_per_band()
8215 status = umac_send_mb_message_to_mac(p_msg); in csr_set_vdev_ies_per_band()
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_process_sme_req_messages.c8712 struct sir_set_vdev_ies_per_band *p_msg = in lim_process_set_vdev_ies_per_band() local
8715 if (!p_msg) { in lim_process_set_vdev_ies_per_band()
8721 p_msg->vdev_id); in lim_process_set_vdev_ies_per_band()
8723 if (lim_send_ies_per_band(mac_ctx, p_msg->vdev_id, in lim_process_set_vdev_ies_per_band()
8724 p_msg->dot11_mode, p_msg->device_mode) != in lim_process_set_vdev_ies_per_band()