summaryrefslogtreecommitdiffstats
path: root/client_interface_impl.h
diff options
context:
space:
mode:
authorRoshan Pius <rpius@google.com>2020-05-08 05:59:32 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-05-08 05:59:32 +0000
commit0bcc0e4488989dad285c7664b4cdaa6eaad666d4 (patch)
tree1a277eccf62905b9021f8ed8f90182488741ad92 /client_interface_impl.h
parente529229e0816372647a25975e700fdb5e76d6a51 (diff)
parent0073709945554df8982a0f6a069ed4eb11aed026 (diff)
downloadplatform_system_connectivity_wificond-0bcc0e4488989dad285c7664b4cdaa6eaad666d4.tar.gz
platform_system_connectivity_wificond-0bcc0e4488989dad285c7664b4cdaa6eaad666d4.tar.bz2
platform_system_connectivity_wificond-0bcc0e4488989dad285c7664b4cdaa6eaad666d4.zip
wificond: Remove offload HAL client code am: 0073709945android-r-beta-3android-r-beta-2
Change-Id: I59b64aad4cc75262019fb778115b30d1ef331bdc
Diffstat (limited to 'client_interface_impl.h')
-rw-r--r--client_interface_impl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/client_interface_impl.h b/client_interface_impl.h
index e07b18b..5a27484 100644
--- a/client_interface_impl.h
+++ b/client_interface_impl.h
@@ -30,7 +30,6 @@
#include "android/net/wifi/ISendMgmtFrameEvent.h"
#include "wificond/net/mlme_event_handler.h"
#include "wificond/net/netlink_utils.h"
-#include "wificond/scanning/offload/offload_service_utils.h"
#include "wificond/scanning/scanner_impl.h"
namespace android {
@@ -98,7 +97,6 @@ class ClientInterfaceImpl {
android::wifi_system::InterfaceTool* const if_tool_;
NetlinkUtils* const netlink_utils_;
ScanUtils* const scan_utils_;
- const std::shared_ptr<OffloadServiceUtils> offload_service_utils_;
const std::unique_ptr<MlmeEventHandlerImpl> mlme_event_handler_;
const android::sp<ClientInterfaceBinder> binder_;
android::sp<ScannerImpl> scanner_;