summaryrefslogtreecommitdiffstats
path: root/service/Android.mk
diff options
context:
space:
mode:
authorSohani Rao <sohanirao@google.com>2017-11-29 15:46:00 -0800
committerEcco Park <eccopark@google.com>2018-02-09 00:34:03 +0000
commit10cae9629e422c2c21f6167ef9c59a2c446d0aa3 (patch)
treec7ab8ec914c39682e29b5c73166eb6c1fa34efd5 /service/Android.mk
parent9313a7c2e5445c6b86ed13f84287abde68db311b (diff)
downloadandroid_frameworks_opt_net_wifi-10cae9629e422c2c21f6167ef9c59a2c446d0aa3.tar.gz
android_frameworks_opt_net_wifi-10cae9629e422c2c21f6167ef9c59a2c446d0aa3.tar.bz2
android_frameworks_opt_net_wifi-10cae9629e422c2c21f6167ef9c59a2c446d0aa3.zip
[Wifi][Passpoint] WFA KeyStore and cert validation
Create a WFA KeyStore containing root CA certs and verify the OSU server certificates against it. Also get the OSU certificate matching the FQDN of the Passpoint network provider for verfiying the provider. Bug: 70692526 Test: Integration test and existing Unit tests Change-Id: Icf9382a7ded0f0b3049a8fa8bb8461dd382cc520
Diffstat (limited to 'service/Android.mk')
-rw-r--r--service/Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/service/Android.mk b/service/Android.mk
index 4bcc3ac4a..a80193b2c 100644
--- a/service/Android.mk
+++ b/service/Android.mk
@@ -70,7 +70,8 @@ LOCAL_STATIC_JAVA_LIBRARIES := \
android.hardware.wifi.supplicant-V1.1-java
LOCAL_REQUIRED_MODULES := \
services \
- libwifi-service
+ libwifi-service \
+ cacerts_wfa
LOCAL_MODULE_TAGS :=
LOCAL_MODULE := wifi-service
LOCAL_INIT_RC := wifi-events.rc