Merge "passpoint-r2: add the status for starting third soap exchange"
This commit is contained in:
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user