Searched refs:PASSPHRASE (Results 1 – 7 of 7) sorted by relevance
34 private static final String PASSPHRASE = "passphrase"; field in JsonDeserializer61 if (jsonObject.has(PASSPHRASE)) { in jsonToWifiP2pConfig()62 builder.setPassphrase(jsonObject.getString(PASSPHRASE)); in jsonToWifiP2pConfig()
32 private static final String PASSPHRASE = "PASSPHRASE"; field in WifiAwareDataPathSecurityConfigTest74 builder.setPskPassphrase(PASSPHRASE); in testBuilderWithSKCipherSuite()77 assertEquals(PASSPHRASE, securityConfig.getPskPassphrase()); in testBuilderWithSKCipherSuite()
48 private static final String PASSPHRASE = "HelloWorld"; field in WifiP2pGroupTest71 group.setPassphrase(PASSPHRASE); in testSetterGetter()90 assertEquals(PASSPHRASE, group.getPassphrase()); in testSetterGetter()
665 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()
855 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()
651 NanDataPathSecurityType.PASSPHRASE, in validateInitiateDataPath()723 NanDataPathSecurityType.PASSPHRASE, in validateRespondToDataPathRequest()
702 NanDataPathSecurityType.PASSPHRASE, in validateInitiateDataPath()776 NanDataPathSecurityType.PASSPHRASE, in validateRespondToDataPathRequest()