diff options
author | Roshan Pius <rpius@google.com> | 2019-03-06 11:23:18 -0800 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2019-11-05 21:38:39 +0100 |
commit | da58918b7ad129e66d7ca2fdf96491b030ae9d7a (patch) | |
tree | 3603356aedf98069eba01be440da31fb2ee50378 /BoardConfigCommon.mk | |
parent | 106ac21a9281f33472a8481d77d5256756ac83ef (diff) |
msm8996-common: Turn off SoftAP MAC randomization
Device does not seem to support MAC reconfiguration.
Bug: 127559063
Test: Manual verification of toggling softap on/off.
Change-Id: I9ae25b4d14a0c207188fae2c52ac7791b2061a40
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 9f91296..da02e4a 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -219,4 +219,5 @@ HOSTAPD_VERSION := VER_0_8_X 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 WPA_SUPPLICANT_VERSION := VER_0_8_X |