Home
last modified time | relevance | path

Searched refs:layer2Info (Results 1 – 11 of 11) sorted by relevance

/aosp12/packages/modules/NetworkStack/common/networkstackclient/src/android/net/shared/
H A DProvisioningConfiguration.java231 public Builder withLayer2Information(Layer2Information layer2Info) { in withLayer2Information() argument
232 mConfig.mLayer2Info = layer2Info; in withLayer2Information()
497 p.layer2Info = (mLayer2Info == null) ? null : mLayer2Info.toStableParcelable(); in toStableParcelable()
525 config.mLayer2Info = Layer2Information.fromStableParcelable(p.layer2Info); in fromStableParcelable()
/aosp12/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/6/android/net/
H A DProvisioningConfigurationParcelable.aidl34 @nullable android.net.Layer2InformationParcelable layer2Info;
/aosp12/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/7/android/net/
H A DProvisioningConfigurationParcelable.aidl34 @nullable android.net.Layer2InformationParcelable layer2Info;
/aosp12/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/8/android/net/
H A DProvisioningConfigurationParcelable.aidl34 @nullable android.net.Layer2InformationParcelable layer2Info;
/aosp12/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/9/android/net/
H A DProvisioningConfigurationParcelable.aidl35 @nullable android.net.Layer2InformationParcelable layer2Info;
/aosp12/packages/modules/NetworkStack/tests/integration/src/android/net/ip/
H A DIpClientIntegrationTestCommon.java786 final Layer2Information layer2Info) throws Exception {
789 .withLayer2Information(layer2Info == null
792 : layer2Info)
2307 layer2Info);
2916 .withLayer2Information(layer2Info)
3011 private void doInitialBssidSetupTest(final Layer2Information layer2Info,
3015 .withLayer2Information(layer2Info)
3035 doInitialBssidSetupTest(layer2Info, null /* scanResultInfo */);
3050 doInitialBssidSetupTest(layer2Info, scanResultInfo);
3063 doInitialBssidSetupTest(layer2Info, null /* scanResultInfo */);
[all …]
/aosp12/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/current/android/net/
H A DProvisioningConfigurationParcelable.aidl36 @nullable android.net.Layer2InformationParcelable layer2Info;
/aosp12/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/10/android/net/
H A DProvisioningConfigurationParcelable.aidl36 @nullable android.net.Layer2InformationParcelable layer2Info;
/aosp12/packages/modules/NetworkStack/common/networkstackclient/src/android/net/
H A DProvisioningConfigurationParcelable.aidl46 @nullable Layer2InformationParcelable layer2Info;
/aosp12/packages/modules/NetworkStack/tests/unit/src/android/net/shared/
H A DProvisioningConfigurationTest.java234 parcelWithNull.layer2Info.bssid = null; in testParcelableToString()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DClientModeImpl.java6289 final Layer2Information layer2Info = new Layer2Information(l2Key, groupHint,
6305 .withLayer2Information(layer2Info);
6365 .withLayer2Information(layer2Info);
6373 .withLayer2Information(layer2Info);