History log of /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/OsuNetworkConnection.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
10cae9629e422c2c21f6167ef9c59a2c446d0aa3 30-Nov-2017 Sohani Rao <sohanirao@google.com> [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
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/OsuNetworkConnection.java
7df7bb844ac73bb5402fbdbed7f2d603e722aa3f 16-Nov-2017 Sohani Rao <sohanirao@google.com> [Wifi][Passpoint] Establish a connection with OSU Server

Connect to the OSU Server using a Https URL connection and a custom
TrustManager.

Bug: 69009082
Change-Id: I105903ab5d5286d7d92fceb161e53423b8148481
Test: Integration test# Please enter the commit message for your changes. Lines starting
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/OsuNetworkConnection.java
0ddc2baaa85679bd818485ae3177b3d413905b86 09-Oct-2017 Sohani Rao <sohanirao@google.com> [Wifi][Passpoint] Connect to the provisioning AP

Implement connection to the provisioning AP as the first step in the
Passpoint Provisioning flow. Abstract all Wifi state events and network
connection events into a seperate class and initialize Provisioner once
from BOOT_PHASE completion of WifiServiceImpl. Introduce
PasspointProvisioning state machine which will run in WifiServiceThread.

Bug: 67914128
Test: Unit test
Change-Id: Ice8d873f1e0648b2746dd90ce55e3a6ffc120465
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/OsuNetworkConnection.java