Searched refs:response_vec (Results 1 – 1 of 1) sorted by relevance
347 vector<unique_ptr<const NL80211Packet>> response_vec; in SendMessageAndGetSingleResponseOrError() local348 if (!SendMessageAndGetResponses(packet, &response_vec)) { in SendMessageAndGetSingleResponseOrError()351 if (response_vec.size() != 1) { in SendMessageAndGetSingleResponseOrError()352 LOG(ERROR) << "Unexpected response size: " << response_vec.size(); in SendMessageAndGetSingleResponseOrError()356 *response = std::move(response_vec[0]); in SendMessageAndGetSingleResponseOrError()