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

Commit 8bdec9e8 authored by Ecco Park's avatar Ecco Park
Browse files

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



Bug: 74244324
Test: ./frameworks/base/wifi/tests/runtests.sh
Test: live test with Passpoint R2 service provider AP
Change-Id: I526c23681f79967cfa644d18d59166e9c7682f33
Signed-off-by: default avatarEcco Park <eccopark@google.com>
parent 01b46f8f
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -101,6 +101,12 @@ public abstract class ProvisioningCallback {
     */
    public static final int OSU_FAILURE_NO_OSU_ACTIVITY_FOUND = 14;

    /**
     * The reason code for provisioning failure when the status of a SOAP message is not the
     * expected message status.
     */
    public static final int OSU_FAILURE_UNEXPECTED_SOAP_MESSAGE_STATUS = 15;

    /**
     * The status code for provisioning flow to indicate connecting to OSU AP
     */
@@ -146,6 +152,11 @@ public abstract class ProvisioningCallback {
     */
    public static final int OSU_STATUS_SECOND_SOAP_EXCHANGE = 9;

    /**
     * The status code for provisioning flow to indicate starting the third SOAP exchange.
     */
    public static final int OSU_STATUS_THIRD_SOAP_EXCHANGE = 10;

    /**
     * Provisioning status for OSU failure
     *