Searched refs:response_or_error (Results 1 – 1 of 1) sorted by relevance
329 unique_ptr<const NL80211Packet> response_or_error; in SendMessageAndGetSingleResponse() local330 if (!SendMessageAndGetSingleResponseOrError(packet, &response_or_error)) { in SendMessageAndGetSingleResponse()333 if (response_or_error->GetMessageType() == NLMSG_ERROR) { in SendMessageAndGetSingleResponse()337 << strerror(response_or_error->GetErrorCode()); in SendMessageAndGetSingleResponse()340 *response = std::move(response_or_error); in SendMessageAndGetSingleResponse()