/* * WPA Supplicant - Certificate utils * Copyright (c) 2022, Google Inc. All rights reserved. * * This software may be distributed under the terms of the BSD license. * See README for more details. */ #pragma once #include #include #include #include #include #include #include #include #include #include extern "C" { #include "utils/common.h" } namespace aidl { namespace android { namespace hardware { namespace wifi { namespace supplicant { namespace certificate_utils { std::optional> getCertificate(const std::string& alias, const std::shared_ptr &non_standard_callback); std::optional> listAliases(const std::string& prefix, const std::shared_ptr &non_standard_callback); } // namespace certificate_utils } // namespace supplicant } // namespace wifi } // namespace hardware } // namespace android } // namespace aidl