Searched refs:stop_bss_rsp (Results 1 – 3 of 3) sorted by relevance
95 struct stop_bss_rsp *stop_bss_rsp; in lim_send_stop_bss_response() local124 stop_bss_rsp = qdf_mem_malloc(sizeof(*stop_bss_rsp)); in lim_send_stop_bss_response()125 if (!stop_bss_rsp) in lim_send_stop_bss_response()128 stop_bss_rsp->status_code = result_code; in lim_send_stop_bss_response()129 stop_bss_rsp->vdev_id = vdev_id; in lim_send_stop_bss_response()132 msg.bodyptr = stop_bss_rsp; in lim_send_stop_bss_response()
3064 struct stop_bss_rsp *stop_bss_rsp = (struct stop_bss_rsp *)msg; in csr_roam_roaming_state_stop_bss_rsp_processor() local3065 uint8_t vdev_id = stop_bss_rsp->vdev_id; in csr_roam_roaming_state_stop_bss_rsp_processor()3072 if (stop_bss_rsp->status_code != eSIR_SME_SUCCESS) in csr_roam_roaming_state_stop_bss_rsp_processor()
1289 struct stop_bss_rsp { struct