diff options
author | Jimmy Chen <jimmycmchen@google.com> | 2019-10-03 11:24:23 +0800 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2021-10-19 15:09:38 +0200 |
commit | f4927ff860d47a3a52fc8bd883c57fc6cde9f213 (patch) | |
tree | edb90b1dc27385e15d8c5201a1eaef29922b60d1 /BoardConfigCommon.mk | |
parent | abcdf83e230f13bd02a9efa40477d8a879f4e596 (diff) |
msm8996-common: Move supplicant service init to wpa_supplicant
Bug: 138790309
Test: boot and wifi function is ok
Change-Id: I35cf3e03566443e20799623045eacd423fd7f5c4
Diffstat (limited to '')
-rw-r--r-- | BoardConfigCommon.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 6c17e09..676eaa1 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -210,4 +210,5 @@ WIFI_DRIVER_FW_PATH_AP := "ap" WIFI_DRIVER_FW_PATH_STA := "sta" WIFI_DRIVER_FW_PATH_P2P := "p2p" WIFI_HIDL_FEATURE_DISABLE_AP_MAC_RANDOMIZATION := true +WIFI_HIDL_UNIFIED_SUPPLICANT_SERVICE_RC_ENTRY := true WPA_SUPPLICANT_VERSION := VER_0_8_X |