1 /*
2  * This file is auto-generated.  DO NOT MODIFY.
3  * Using: out/host/linux-x86/bin/aidl-cpp -dout/soong/.temp/sbox/a8f9401e4a6a0738b82469769f9c394354986721/out/android/net/wifi/nl80211/IClientInterface.cpp.d --ninja -Isystem/connectivity/wificond/aidl -t --min_sdk_version=platform_apis -Isystem/connectivity/wificond/aidl/ system/connectivity/wificond/aidl/android/net/wifi/nl80211/IClientInterface.aidl out/soong/.temp/sbox/a8f9401e4a6a0738b82469769f9c394354986721/out out/soong/.temp/sbox/a8f9401e4a6a0738b82469769f9c394354986721/out/android/net/wifi/nl80211/IClientInterface.cpp
4  *
5  * DO NOT CHECK THIS FILE INTO A CODE TREE (e.g. git, etc..).
6  * ALWAYS GENERATE THIS FILE FROM UPDATED AIDL COMPILER
7  * AS A BUILD INTERMEDIATE ONLY. THIS IS NOT SOURCE CODE.
8  */
9 #pragma once
10 
11 #include <binder/IBinder.h>
12 #include <binder/IInterface.h>
13 #include <utils/Errors.h>
14 #include <android/net/wifi/nl80211/IClientInterface.h>
15 
16 namespace android {
17 namespace net {
18 namespace wifi {
19 namespace nl80211 {
20 class LIBBINDER_EXPORTED BpClientInterface : public ::android::BpInterface<IClientInterface> {
21 public:
22   explicit BpClientInterface(const ::android::sp<::android::IBinder>& _aidl_impl);
23   virtual ~BpClientInterface() = default;
24   ::android::binder::Status getPacketCounters(::std::vector<int32_t>* _aidl_return) override;
25   ::android::binder::Status signalPoll(::std::vector<int32_t>* _aidl_return) override;
26   ::android::binder::Status getMacAddress(::std::vector<uint8_t>* _aidl_return) override;
27   ::android::binder::Status getInterfaceName(::std::string* _aidl_return) override;
28   ::android::binder::Status getWifiScannerImpl(::android::sp<::android::net::wifi::nl80211::IWifiScannerImpl>* _aidl_return) override;
29   ::android::binder::Status SendMgmtFrame(const ::std::vector<uint8_t>& frame, const ::android::sp<::android::net::wifi::nl80211::ISendMgmtFrameEvent>& callback, int32_t mcs) override;
30 };  // class BpClientInterface
31 }  // namespace nl80211
32 }  // namespace wifi
33 }  // namespace net
34 }  // namespace android
35