Home
last modified time | relevance | path

Searched refs:PASSPHRASE (Results 1 – 12 of 12) sorted by relevance

/packages/modules/Wifi/tests/hostsidetests/multidevices/test/direct/snippet/
DJsonDeserializer.java34 private static final String PASSPHRASE = "passphrase"; field in JsonDeserializer
61 if (jsonObject.has(PASSPHRASE)) { in jsonToWifiP2pConfig()
62 builder.setPassphrase(jsonObject.getString(PASSPHRASE)); in jsonToWifiP2pConfig()
/packages/modules/Wifi/tests/hostsidetests/multidevices/com.google.snippet.wifi/direct/
DJsonDeserializer.java34 private static final String PASSPHRASE = "passphrase"; field in JsonDeserializer
76 if (jsonObject.has(PASSPHRASE)) { in jsonToWifiP2pConfig()
77 builder.setPassphrase(jsonObject.getString(PASSPHRASE)); in jsonToWifiP2pConfig()
/packages/modules/Wifi/framework/tests/src/android/net/wifi/aware/
DWifiAwareDataPathSecurityConfigTest.java32 private static final String PASSPHRASE = "PASSPHRASE"; field in WifiAwareDataPathSecurityConfigTest
74 builder.setPskPassphrase(PASSPHRASE); in testBuilderWithSKCipherSuite()
77 assertEquals(PASSPHRASE, securityConfig.getPskPassphrase()); in testBuilderWithSKCipherSuite()
/packages/modules/Wifi/framework/tests/src/android/net/wifi/p2p/
DWifiP2pGroupTest.java51 private static final String PASSPHRASE = "HelloWorld"; field in WifiP2pGroupTest
76 group.setPassphrase(PASSPHRASE); in testSetterGetter()
98 assertEquals(PASSPHRASE, group.getPassphrase()); in testSetterGetter()
/packages/modules/Wifi/tests/hostsidetests/multidevices/test/softap/
Dconstants.py41 PASSPHRASE = 'passphrase' variable in LocalOnlyOnStartedDataKey
Dwifi_softap_test.py191 constants.LocalOnlyOnStartedDataKey.PASSPHRASE
/packages/modules/Wifi/tests/hostsidetests/multidevices/test/aware/integration/
Dwifi_aware_datapath_test.py98 PASSPHRASE = "This is some random passphrase - very very secure!!" variable in WifiAwareDatapathTest
490 passphrase = (self.PASSPHRASE
783 passphrase = self.PASSPHRASE
1018 init_passphrase = self.PASSPHRASE
1172 passphrase = None if same_request else self.PASSPHRASE
2843 self.run_multiple_ndi([None, self.PASSPHRASE])
2858 self.run_multiple_ndi([self.PASSPHRASE, self.PASSPHRASE2])
2876 self.run_multiple_ndi([None, self.PASSPHRASE], flip_init_resp=True)
2894 [self.PASSPHRASE, self.PASSPHRASE2], flip_init_resp=True)
2926 self.run_multiple_ndi([self.PASSPHRASE, self.PMK])
[all …]
/packages/modules/Wifi/service/java/com/android/server/wifi/hal/
DWifiNanIfaceHidlImpl.java665 NanDataPathSecurityType.PASSPHRASE; in publishInternal()
718 NanDataPathSecurityType.PASSPHRASE; in publishInternal()
884 req.securityConfig.securityType = NanDataPathSecurityType.PASSPHRASE; in initiateDataPathInternal()
921 req.securityConfig.securityType = NanDataPathSecurityType.PASSPHRASE; in initiateDataPathInternal()
972 req.securityConfig.securityType = NanDataPathSecurityType.PASSPHRASE; in respondToDataPathRequestInternal()
1009 req.securityConfig.securityType = NanDataPathSecurityType.PASSPHRASE; in respondToDataPathRequestInternal()
DWifiNanIfaceAidlImpl.java858 req.baseConfigs.securityConfig.securityType = NanDataPathSecurityType.PASSPHRASE; in createNanPublishRequest()
1033 req.securityConfig.securityType = NanDataPathSecurityType.PASSPHRASE; in createNanInitiateDataPathRequest()
1070 request.securityConfig.securityType = NanPairingSecurityType.PASSPHRASE; in createNanPairingRequest()
1102 request.securityConfig.securityType = NanPairingSecurityType.PASSPHRASE; in createRespondToPairingIndicationRequest()
1134 req.securityConfig.securityType = NanDataPathSecurityType.PASSPHRASE; in createNanRespondToDataPathIndicationRequest()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hal/
DWifiNanIfaceAidlImplTest.java548 assertEquals(NanPairingSecurityType.PASSPHRASE, request.securityConfig.securityType); in testInitiateNanPairingRequest()
717 NanDataPathSecurityType.PASSPHRASE, in validateInitiateDataPath()
791 NanDataPathSecurityType.PASSPHRASE, in validateRespondToDataPathRequest()
DWifiNanIfaceHidlImplTest.java651 NanDataPathSecurityType.PASSPHRASE, in validateInitiateDataPath()
723 NanDataPathSecurityType.PASSPHRASE, in validateRespondToDataPathRequest()
/packages/modules/Wifi/tests/hostsidetests/multidevices/test/direct/integration/
Dwifi_p2p_lib.py719 PASSPHRASE = 'passphrase' variable in WifiP2PEnums.WifiP2pConfig