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

Commit 41f4d9c5 authored by Ecco Park's avatar Ecco Park
Browse files

passpoint-r2: add the status for starting second soap exchange



Bug: 74244324
Test: ./frameworks/base/wifi/tests/runtests.sh
Test: live test with Passpoint R2 service provider AP
Change-Id: I5153f8ac8fd2685e843c2f28f5c4892b4c5906db
Signed-off-by: default avatarEcco Park <eccopark@google.com>
parent 22f9af73
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -127,7 +127,7 @@ public abstract class ProvisioningCallback {
    public static final int OSU_STATUS_SERVICE_PROVIDER_VERIFIED = 5;

    /**
     * The status code for provisioning flow to indicate starting the SOAP exchange.
     * The status code for provisioning flow to indicate starting the first SOAP exchange.
     */
    public static final int OSU_STATUS_INIT_SOAP_EXCHANGE = 6;

@@ -141,6 +141,11 @@ public abstract class ProvisioningCallback {
     */
    public static final int OSU_STATUS_REDIRECT_RESPONSE_RECEIVED = 8;

    /**
     * The status code for provisioning flow to indicate starting the second SOAP exchange.
     */
    public static final int OSU_STATUS_SECOND_SOAP_EXCHANGE = 9;

    /**
     * Provisioning status for OSU failure
     *