/packages/modules/Wifi/tests/hostsidetests/multidevices/test/direct/snippet/ |
D | JsonDeserializer.java | 34 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/ |
D | JsonDeserializer.java | 34 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/ |
D | WifiAwareDataPathSecurityConfigTest.java | 32 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/ |
D | WifiP2pGroupTest.java | 51 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/ |
D | constants.py | 41 PASSPHRASE = 'passphrase' variable in LocalOnlyOnStartedDataKey
|
D | wifi_softap_test.py | 191 constants.LocalOnlyOnStartedDataKey.PASSPHRASE
|
/packages/modules/Wifi/tests/hostsidetests/multidevices/test/aware/integration/ |
D | wifi_aware_datapath_test.py | 98 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/ |
D | WifiNanIfaceHidlImpl.java | 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()
|
D | WifiNanIfaceAidlImpl.java | 858 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/ |
D | WifiNanIfaceAidlImplTest.java | 548 assertEquals(NanPairingSecurityType.PASSPHRASE, request.securityConfig.securityType); in testInitiateNanPairingRequest() 717 NanDataPathSecurityType.PASSPHRASE, in validateInitiateDataPath() 791 NanDataPathSecurityType.PASSPHRASE, in validateRespondToDataPathRequest()
|
D | WifiNanIfaceHidlImplTest.java | 651 NanDataPathSecurityType.PASSPHRASE, in validateInitiateDataPath() 723 NanDataPathSecurityType.PASSPHRASE, in validateRespondToDataPathRequest()
|
/packages/modules/Wifi/tests/hostsidetests/multidevices/test/direct/integration/ |
D | wifi_p2p_lib.py | 719 PASSPHRASE = 'passphrase' variable in WifiP2PEnums.WifiP2pConfig
|