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

This commit is contained in:
Ecco Park
2018-10-15 13:15:58 +00:00
committed by Android (Google) Code Review

View File

@@ -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
*