diff options
Diffstat (limited to 'common/networkstackclient/aidl_api')
-rw-r--r-- | common/networkstackclient/aidl_api/networkstack-aidl-interfaces/current/android/net/ProvisioningConfigurationParcelable.aidl | 1 |
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; } |