Merge "wpa_supplicant HAL uses "default" service name" am: fa3cb1766e am: a318f66144

am: 3874fba6f7

Change-Id: Iaacdd593c26e5e01c4b7c70147143ae2c0d60a28
This commit is contained in:
Chris Phoenix
2017-01-20 23:22:58 +00:00
committed by android-build-merger

View File

@@ -49,7 +49,7 @@ using ::android::wifi_system::InterfaceTool;
using ::android::wifi_system::SupplicantManager;
namespace {
const char kSupplicantServiceName[] = "wpa_supplicant";
const char kSupplicantServiceName[] = "default";
// Helper function to initialize the driver and firmware to STA mode.
void initilializeDriverAndFirmware() {