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