Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
H A DCapabilities.java41 public int supportedCipherSuites; field in Capabilities
55 toPublicCipherSuites(supportedCipherSuites)); in toPublicCharacteristics()
86 + ", supportedCipherSuites=" + supportedCipherSuites in toString()
H A DWifiAwareNativeApi.java1070 capabilities.supportedCipherSuites); in initiateDataPath()
1076 capabilities.supportedCipherSuites); in initiateDataPath()
1147 capabilities.supportedCipherSuites); in respondToDataPathRequest()
1153 capabilities.supportedCipherSuites); in respondToDataPathRequest()
1282 private int getStrongestCipherSuiteType(int supportedCipherSuites) { in getStrongestCipherSuiteType() argument
1283 if ((supportedCipherSuites & NanCipherSuiteType.SHARED_KEY_256_MASK) != 0) { in getStrongestCipherSuiteType()
1286 if ((supportedCipherSuites & NanCipherSuiteType.SHARED_KEY_128_MASK) != 0) { in getStrongestCipherSuiteType()
H A DWifiAwareNativeCallback.java235 frameworkCapabilities.supportedCipherSuites = capabilities.supportedCipherSuites; in toFrameworkCapability10()
H A DWifiAwareStateManager.java335 j.put("supportedCipherSuites", mCapabilities.supportedCipherSuites); in onCommand()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/
H A DWifiAwareNativeApiTest.java657 boolean isOutOfBand, int supportedCipherSuites, int expectedCipherSuite) in validateInitiateDataPath() argument
671 cap.supportedCipherSuites = supportedCipherSuites; in validateInitiateDataPath()
725 boolean accept, boolean isOutOfBand, int supportedCipherSuites, int expectedCipherSuite) in validateRespondToDataPathRequest() argument
735 cap.supportedCipherSuites = supportedCipherSuites; in validateRespondToDataPathRequest()
H A DWifiAwareServiceImplTest.java670 cap.supportedCipherSuites = NanCipherSuiteType.SHARED_KEY_256_MASK; in testCapabilityTranslation()
762 cap.supportedCipherSuites = NanCipherSuiteType.SHARED_KEY_256_MASK; in getCharacteristics()
/aosp12/hardware/interfaces/wifi/1.0/vts/functional/
H A Dwifi_nan_iface_hidl_test.cpp520 EXPECT_NE(capabilities.supportedCipherSuites, (unsigned int)0); in TEST_P()
/aosp12/hardware/interfaces/wifi/1.5/vts/functional/
H A Dwifi_nan_iface_hidl_test.cpp618 EXPECT_NE(capabilities_1_5.V1_0.supportedCipherSuites, (unsigned int)0); in TEST_P()
/aosp12/packages/apps/Car/DebuggingRestrictionController/libs/
H A Dhttpclient-4.5.12.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dokhttp-3.12.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/proguard/ okhttp3/ ...
/aosp12/hardware/interfaces/wifi/1.5/default/
H A Dhidl_struct_util.cpp2306 hidl_response->V1_0.supportedCipherSuites = in convertLegacyNanCapabilitiesResponseToHidl()
/aosp12/hardware/interfaces/wifi/1.0/
H A Dtypes.hal1377 bitfield<NanCipherSuiteType> supportedCipherSuites;