Searched refs:load_ind (Results 1 – 1 of 1) sorted by relevance
2012 struct ch_load_ind *load_ind; in rrm_process_channel_load_req() local2133 load_ind = qdf_mem_malloc(sizeof(struct ch_load_ind)); in rrm_process_channel_load_req()2134 if (!load_ind) in rrm_process_channel_load_req()2137 qdf_mem_copy(load_ind->peer_addr.bytes, peer, in rrm_process_channel_load_req()2139 load_ind->message_type = eWNI_SME_CHAN_LOAD_REQ_IND; in rrm_process_channel_load_req()2140 load_ind->length = sizeof(struct ch_load_ind); in rrm_process_channel_load_req()2141 load_ind->dialog_token = chan_load_req->measurement_token; in rrm_process_channel_load_req()2142 load_ind->msg_source = eRRM_MSG_SOURCE_11K; in rrm_process_channel_load_req()2143 load_ind->randomization_intv = SYS_TU_TO_MS(randomization_intv); in rrm_process_channel_load_req()2144 load_ind->measurement_idx = curr_req->measurement_idx; in rrm_process_channel_load_req()[all …]