Searched refs:start_rsp (Results 1 – 2 of 2) sorted by relevance
154 enum wlan_mlme_host_vdev_start_status start_rsp) in string_from_start_rsp_status() argument166 if (start_rsp >= WLAN_MLME_HOST_VDEV_START_MAX_REASON) in string_from_start_rsp_status()167 start_rsp = WLAN_MLME_HOST_VDEV_START_MAX_REASON; in string_from_start_rsp_status()169 return (char *)strings[start_rsp]; in string_from_start_rsp_status()
157 struct vdev_start_response start_rsp = {0}; in target_if_vdev_mgr_rsp_timer_cb() local211 start_rsp.vdev_id = vdev_id; in target_if_vdev_mgr_rsp_timer_cb()212 start_rsp.status = WLAN_MLME_HOST_VDEV_START_TIMEOUT; in target_if_vdev_mgr_rsp_timer_cb()215 start_rsp.resp_type = in target_if_vdev_mgr_rsp_timer_cb()220 start_rsp.resp_type = in target_if_vdev_mgr_rsp_timer_cb()229 rx_ops->vdev_mgr_start_response(psoc, &start_rsp); in target_if_vdev_mgr_rsp_timer_cb()