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

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

passpoint-r2: change the status for server connection



Connection status for server is not well-defined.
So, change the status to be meaningful.
Bug: 117728536
Test: ./frameworks/base/wifi/tests/runtests.sh
Test: live test with Passpoint R2 service provider AP
Signed-off-by: default avatarEcco Park <eccopark@google.com>

Change-Id: Ie4dfb3b46926efb26d156bc41bff3709fa60d01e
parent f0ca3fec
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -160,9 +160,9 @@ public abstract class ProvisioningCallback {
    public static final int OSU_STATUS_AP_CONNECTED = 2;

    /**
     * The status code for provisioning flow to indicate the server connection is completed.
     * The status code for provisioning flow to indicate connecting to the server.
     */
    public static final int OSU_STATUS_SERVER_CONNECTED = 3;
    public static final int OSU_STATUS_SERVER_CONNECTING = 3;

    /**
     * The status code for provisioning flow to indicate the server certificate is validated.
@@ -170,9 +170,9 @@ public abstract class ProvisioningCallback {
    public static final int OSU_STATUS_SERVER_VALIDATED = 4;

    /**
     * The status code for provisioning flow to indicate the service provider is verified.
     * The status code for provisioning flow to indicate the server is connected
     */
    public static final int OSU_STATUS_SERVICE_PROVIDER_VERIFIED = 5;
    public static final int OSU_STATUS_SERVER_CONNECTED = 5;

    /**
     * The status code for provisioning flow to indicate starting the first SOAP exchange.