diff options
| author | Xin Li <delphij@google.com> | 2020-09-08 16:57:18 -0700 |
|---|---|---|
| committer | Xin Li <delphij@google.com> | 2020-09-08 16:57:18 -0700 |
| commit | eaf7c4998d15c61360bdcd716fb02b33acd8b526 (patch) | |
| tree | 7535ac3f76cce213db2f66501107c5e68c4830e3 /ap_interface_impl.h | |
| parent | 0bcc0e4488989dad285c7664b4cdaa6eaad666d4 (diff) | |
| parent | 7e90494ad7cd8b2a5f52781a636ae34af1904c97 (diff) | |
| download | platform_system_connectivity_wificond-master.tar.gz platform_system_connectivity_wificond-master.tar.bz2 platform_system_connectivity_wificond-master.zip | |
Bug: 168057903
Merged-In: I3b0a326c6381091e8721811fb5ea352e6af1031f
Change-Id: Id8a690a46c023b26372220ab8878b86b2b881eeb
Diffstat (limited to 'ap_interface_impl.h')
| -rw-r--r-- | ap_interface_impl.h | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/ap_interface_impl.h b/ap_interface_impl.h index 558f43f..6c98293 100644 --- a/ap_interface_impl.h +++ b/ap_interface_impl.h @@ -28,10 +28,10 @@ #include "wificond/net/netlink_manager.h" -#include "android/net/wifi/IApInterface.h" +#include "android/net/wifi/nl80211/IApInterface.h" -using android::net::wifi::IApInterface; -using com::android::server::wifi::wificond::NativeWifiClient; +using android::net::wifi::nl80211::IApInterface; +using android::net::wifi::nl80211::NativeWifiClient; namespace android { namespace wificond { @@ -55,7 +55,6 @@ class ApInterfaceImpl { android::sp<IApInterface> GetBinder() const; std::string GetInterfaceName() { return interface_name_; } - std::vector<NativeWifiClient> GetConnectedClients() const; void Dump(std::stringstream* ss) const; private: @@ -65,9 +64,6 @@ class ApInterfaceImpl { wifi_system::InterfaceTool* const if_tool_; const android::sp<ApInterfaceBinder> binder_; - // Currently connected access point clients - std::vector<NativeWifiClient> connected_clients_; - void OnStationEvent(StationEvent event, const std::array<uint8_t, ETH_ALEN>& mac_address); |
