summaryrefslogtreecommitdiffstats
path: root/client_interface_impl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'client_interface_impl.cpp')
-rw-r--r--client_interface_impl.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/client_interface_impl.cpp b/client_interface_impl.cpp
index 2289a7f..15df0fd 100644
--- a/client_interface_impl.cpp
+++ b/client_interface_impl.cpp
@@ -29,9 +29,9 @@
#include "wificond/scanning/scan_utils.h"
#include "wificond/scanning/scanner_impl.h"
-using android::net::wifi::wificond::IClientInterface;
-using android::net::wifi::wificond::ISendMgmtFrameEvent;
-using android::net::wifi::wificond::NativeScanResult;
+using android::net::wifi::nl80211::IClientInterface;
+using android::net::wifi::nl80211::ISendMgmtFrameEvent;
+using android::net::wifi::nl80211::NativeScanResult;
using android::sp;
using android::wifi_system::InterfaceTool;
@@ -157,7 +157,7 @@ ClientInterfaceImpl::~ClientInterfaceImpl() {
if_tool_->SetUpState(interface_name_.c_str(), false);
}
-sp<android::net::wifi::wificond::IClientInterface> ClientInterfaceImpl::GetBinder() const {
+sp<android::net::wifi::nl80211::IClientInterface> ClientInterfaceImpl::GetBinder() const {
return binder_;
}