Searched refs:response_or_error (Results 1 – 1 of 1) sorted by relevance
338 unique_ptr<const NL80211Packet> response_or_error; in SendMessageAndGetSingleResponse() local339 if (!SendMessageAndGetSingleResponseOrError(packet, &response_or_error)) { in SendMessageAndGetSingleResponse()342 if (response_or_error->GetMessageType() == NLMSG_ERROR) { in SendMessageAndGetSingleResponse()346 << strerror(response_or_error->GetErrorCode()); in SendMessageAndGetSingleResponse()349 *response = std::move(response_or_error); in SendMessageAndGetSingleResponse()