Home
last modified time | relevance | path

Searched refs:PASSPHRASE (Results 1 – 7 of 7) 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/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.java48 private static final String PASSPHRASE = "HelloWorld"; field in WifiP2pGroupTest
71 group.setPassphrase(PASSPHRASE); in testSetterGetter()
90 assertEquals(PASSPHRASE, group.getPassphrase()); in testSetterGetter()
/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.java855 req.baseConfigs.securityConfig.securityType = NanDataPathSecurityType.PASSPHRASE; in createNanPublishRequest()
1006 req.securityConfig.securityType = NanDataPathSecurityType.PASSPHRASE; in createNanInitiateDataPathRequest()
1043 request.securityConfig.securityType = NanPairingSecurityType.PASSPHRASE; in createNanPairingRequest()
1075 request.securityConfig.securityType = NanPairingSecurityType.PASSPHRASE; in createNanPairingResponse()
1107 req.securityConfig.securityType = NanDataPathSecurityType.PASSPHRASE; in createNanRespondToDataPathIndicationRequest()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hal/
DWifiNanIfaceHidlImplTest.java651 NanDataPathSecurityType.PASSPHRASE, in validateInitiateDataPath()
723 NanDataPathSecurityType.PASSPHRASE, in validateRespondToDataPathRequest()
DWifiNanIfaceAidlImplTest.java702 NanDataPathSecurityType.PASSPHRASE, in validateInitiateDataPath()
776 NanDataPathSecurityType.PASSPHRASE, in validateRespondToDataPathRequest()