summaryrefslogtreecommitdiff
path: root/common/networkstackclient/aidl_api
diff options
context:
space:
mode:
authorXiao Ma <xiaom@google.com>2020-04-16 16:20:25 +0900
committerXiao Ma <xiaom@google.com>2020-04-20 22:52:11 +0900
commit43cbcaea68608c3a3af129ad4ec972de8aafd5c4 (patch)
treec3bfbe683973dcd1ff0df81404aad934850d30a9 /common/networkstackclient/aidl_api
parent039d7960521483346382ca244d501fa136935d9e (diff)
Get the l2key and grouphint from the initial provisioning configuration.
The purpose of processing CMD_UPDATE_L2INFO command in the Stopped State is just to update the initial l2key and grouphint which are used when starting DhcpClient (e.g. for INIT-REBOOT). We can get both of l2key and groupHint from the initial prov configuration parcelable instead, then be able to delete CMD_UPDATE_L2INFO from the StoppedState. Bug: 154441742 Test: atest FrameworksNetTests NetworkStackTests Test: atest NetworkStackIntegrationTests Change-Id: I760957017b18975be969a2f519ec09ee4495ebad
Diffstat (limited to 'common/networkstackclient/aidl_api')
-rw-r--r--common/networkstackclient/aidl_api/networkstack-aidl-interfaces/current/android/net/ProvisioningConfigurationParcelable.aidl1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/current/android/net/ProvisioningConfigurationParcelable.aidl b/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/current/android/net/ProvisioningConfigurationParcelable.aidl
index ca8bf6e..b789e5f 100644
--- a/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/current/android/net/ProvisioningConfigurationParcelable.aidl
+++ b/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/current/android/net/ProvisioningConfigurationParcelable.aidl
@@ -31,4 +31,5 @@ parcelable ProvisioningConfigurationParcelable {
String displayName;
boolean enablePreconnection;
android.net.ScanResultInfoParcelable scanResultInfo;
+ android.net.Layer2InformationParcelable layer2Info;
}