summaryrefslogtreecommitdiff
path: root/common/networkstackclient/src
diff options
context:
space:
mode:
Diffstat (limited to 'common/networkstackclient/src')
-rw-r--r--common/networkstackclient/src/android/net/DhcpResultsParcelable.aidl1
-rw-r--r--common/networkstackclient/src/android/net/INetworkMonitorCallbacks.aidl2
2 files changed, 3 insertions, 0 deletions
diff --git a/common/networkstackclient/src/android/net/DhcpResultsParcelable.aidl b/common/networkstackclient/src/android/net/DhcpResultsParcelable.aidl
index c98d9c2..3151565 100644
--- a/common/networkstackclient/src/android/net/DhcpResultsParcelable.aidl
+++ b/common/networkstackclient/src/android/net/DhcpResultsParcelable.aidl
@@ -25,4 +25,5 @@ parcelable DhcpResultsParcelable {
String serverAddress;
String vendorInfo;
String serverHostName;
+ String captivePortalApiUrl;
}
diff --git a/common/networkstackclient/src/android/net/INetworkMonitorCallbacks.aidl b/common/networkstackclient/src/android/net/INetworkMonitorCallbacks.aidl
index e2901dd..f57a8f7 100644
--- a/common/networkstackclient/src/android/net/INetworkMonitorCallbacks.aidl
+++ b/common/networkstackclient/src/android/net/INetworkMonitorCallbacks.aidl
@@ -16,6 +16,7 @@
package android.net;
+import android.net.CaptivePortalData;
import android.net.INetworkMonitor;
import android.net.PrivateDnsConfigParcel;
@@ -33,4 +34,5 @@ oneway interface INetworkMonitorCallbacks {
long timestampMillis, in PersistableBundle extras);
void notifyDataStallSuspected(long timestampMillis, int detectionMethod,
in PersistableBundle extras);
+ void notifyCaptivePortalDataChanged(in CaptivePortalData data);
} \ No newline at end of file