Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c06a96ae authored by Ecco Park's avatar Ecco Park
Browse files

passpoint-r2: add trust anchors for WFA Passpoint Release 2.



It is required to authenticate OSU server with OSU Server certificate
singed with one of WFA trust anchors.

Bug: 112052266
Test: live test with Passpoint r2 AP
Change-Id: I01f498c875b067edd03a8bc008644281cb4ab1ff
Signed-off-by: default avatarEcco Park <eccopark@google.com>
parent 2caf5b7d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@
    <uses-permission android:name="android.permission.INTERNET" />

    <application
        android:networkSecurityConfig="@xml/network_security_config"
        android:enabled="true"
        android:label="@string/app_name"
        android:configChanges="keyboardHidden|orientation|screenSize"
+9 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<network-security-config>
<base-config cleartextTrafficPermitted="true">
    <trust-anchors>
        <certificates src="system" />
        <certificates src="wfa" />
    </trust-anchors>
</base-config>
</network-security-config>