commit | 6663a1d33a6fa774b2d0326c4450b1689de0e67d | [log] [tgz] |
---|---|---|
author | Jimmy Chen <jimmycmchen@google.com> | Tue Jan 15 16:21:06 2019 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Tue Jan 15 16:21:06 2019 +0000 |
tree | 59a627be808229c1711b5be570e303f35d00e20b | |
parent | a3634743aef755ab5308ae391b281f3cc3c5dd0a [diff] | |
parent | 36c219968eb01df351ead17298e3615a97e3a1eb [diff] |
Merge changes from topic "wifi-p2p-random-interface-address" * changes: p2p: support random interface address p2p: support random device address
diff --git a/wpa_supplicant/android.config b/wpa_supplicant/android.config index d269ac7..d4146db 100644 --- a/wpa_supplicant/android.config +++ b/wpa_supplicant/android.config
@@ -551,4 +551,7 @@ # WPA3-Personal (SAE) CONFIG_SAE=y +# WPA3-Enterprise (SuiteB-192) +CONFIG_SUITEB192=y + include $(wildcard $(LOCAL_PATH)/android_config_*.inc)