Home
last modified time | relevance | path

Searched refs:preSharedKey (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/wifi/tests/src/android/net/wifi/
DSoftApConfToXmlMigrationUtilTest.java76 out.writeUTF(config.preSharedKey); in createLegacyApConfFile()
86 String ssid, String preSharedKey, int keyManagement, int band, int channel, in setupApConfig() argument
90 configBuilder.setPassphrase(preSharedKey, SoftApConfiguration.SECURITY_TYPE_WPA2_PSK); in setupApConfig()
104 String ssid, String preSharedKey, int keyManagement, int band, int channel, in setupWifiConfigurationApConfig() argument
108 config.preSharedKey = preSharedKey; in setupWifiConfigurationApConfig()
129 assertEquals(backup.preSharedKey, restore.getPassphrase()); in assertWifiConfigurationEqualSoftApConfiguration()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/dpp/
DWifiDppIntentHelper.java66 String preSharedKey = removeFirstAndLastDoubleQuotes(getPresharedKey(wifiManager, in setConfiguratorIntentExtra() local
75 if (!TextUtils.isEmpty(preSharedKey)) { in setConfiguratorIntentExtra()
76 intent.putExtra(EXTRA_WIFI_PRE_SHARED_KEY, preSharedKey); in setConfiguratorIntentExtra()
126 return privilegedWifiConfiguration.preSharedKey; in getPresharedKey()
130 return wifiConfiguration.preSharedKey; in getPresharedKey()
/frameworks/base/services/companion/java/com/android/server/companion/transport/
DCryptoManager.java51 public CryptoManager(byte[] preSharedKey) { in CryptoManager() argument
52 if (preSharedKey == null) { in CryptoManager()
55 mPreSharedKey = Arrays.copyOf(preSharedKey, SECRET_KEY_LENGTH); in CryptoManager()
DSecureTransport.java45 byte[] preSharedKey, AttestationVerifier verifier) { in SecureTransport() argument
47 mSecureChannel = new SecureChannel(mRemoteIn, mRemoteOut, this, preSharedKey, verifier); in SecureTransport()
DCompanionTransportManager.java204 byte[] preSharedKey) { in initializeTransport() argument
216 } else if (preSharedKey != null) { in initializeTransport()
219 transport = new SecureTransport(associationId, fd, mContext, preSharedKey, null); in initializeTransport()
/frameworks/base/services/companion/java/com/android/server/companion/securechannel/
DSecureChannel.java90 @NonNull byte[] preSharedKey in SecureChannel() argument
92 this(in, out, callback, preSharedKey, null); in SecureChannel()
117 byte[] preSharedKey, in SecureChannel() argument
123 this.mPreSharedKey = preSharedKey; in SecureChannel()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/wifi/dpp/
DWifiDppIntentHelperTest.java57 wifiConfiguration.preSharedKey = EXTRA_WIFI_PRE_SHARED_KEY; in setConfiguratorIntentExtra_returnsCorrectValues()
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
DWifiConfigurationHelper.java98 config.preSharedKey = password; in createPskConfig()
100 config.preSharedKey = quotedString(password); in createPskConfig()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt17913 field public java.lang.String preSharedKey;