diff options
| author | Etan Cohen <etancohen@google.com> | 2020-02-15 17:36:36 -0800 |
|---|---|---|
| committer | Etan Cohen <etancohen@google.com> | 2020-02-15 17:37:33 -0800 |
| commit | 067e1194a3f55869bc9d2a16f88f4bf6e9ac3eef (patch) | |
| tree | 0717a0602b0d9f4d2de2938693fa74b2fe54fcb3 /client_interface_impl.cpp | |
| parent | 0b3265af80d5720b6db6016a2c1840a346c6f3c3 (diff) | |
| download | platform_system_connectivity_wificond-067e1194a3f55869bc9d2a16f88f4bf6e9ac3eef.tar.gz platform_system_connectivity_wificond-067e1194a3f55869bc9d2a16f88f4bf6e9ac3eef.tar.bz2 platform_system_connectivity_wificond-067e1194a3f55869bc9d2a16f88f4bf6e9ac3eef.zip | |
[WifiNl80211] Rename WifiNl80211Manager namespace
Finish the renaming process from wificond -> nl80211.
Bug: 149105833
Test: atest android.net.wifi
Test: atest com.android.server.wifi
Test: system/connectivity/wificond/runtest.sh
Change-Id: Ia430e0c669758c46fca407723db30e076a018729
Diffstat (limited to 'client_interface_impl.cpp')
| -rw-r--r-- | client_interface_impl.cpp | 8 |
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_; } |
