aboutsummaryrefslogtreecommitdiff
path: root/wpa_supplicant
diff options
context:
space:
mode:
authorHai Shalom <haishalom@google.com>2018-09-06 11:50:46 -0700
committerRoshan Pius <rpius@google.com>2018-09-17 22:10:44 +0000
commit749644d1cec1fa75802f8022f0f9a457ba99164e (patch)
tree1f01bdbd2c62c5843f7d7aaae104686adc430d01 /wpa_supplicant
parentce48b4a7040f16e400702cb19324379a0f50a03b (diff)
downloadwpa_supplicant_8-749644d1cec1fa75802f8022f0f9a457ba99164e.tar.gz
wpa_supplicant_8: Enable DPP, SAE and OWE options
Enable DPP, SAE and OWE options in wpa_supplicant. Enable DPP and SAE in hostapd. Bug: 114238624 Test: Associate with an Open network and run traffic Test: Associate with a WPA2 network and run traffic Test: Enable SAP with WPA2, associate with another phone and run traffic Change-Id: Ifbb0b7a85b1feefcadce1cd15310d01179d7666f
Diffstat (limited to 'wpa_supplicant')
-rw-r--r--wpa_supplicant/android.config8
1 files changed, 7 insertions, 1 deletions
diff --git a/wpa_supplicant/android.config b/wpa_supplicant/android.config
index 84c33aa3..d269ac7b 100644
--- a/wpa_supplicant/android.config
+++ b/wpa_supplicant/android.config
@@ -543,6 +543,12 @@ CONFIG_WIFI_DISPLAY=y
# Opportunistic Wireless Encryption (OWE)
# Experimental implementation of draft-harkins-owe-07.txt
-#CONFIG_OWE=y
+CONFIG_OWE=y
+
+# Easy Connect (Device Provisioning Protocol - DPP)
+CONFIG_DPP=y
+
+# WPA3-Personal (SAE)
+CONFIG_SAE=y
include $(wildcard $(LOCAL_PATH)/android_config_*.inc)