Home
last modified time | relevance | path

Searched refs:supportedDataPathCipherSuites (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DCapabilities.java45 public int supportedDataPathCipherSuites; field in Capabilities
66 supportedDataPathCipherSuites); in toPublicCharacteristics()
95 j.put("supportedCipherSuites", supportedDataPathCipherSuites); in toJSON()
132 + supportedDataPathCipherSuites in toString()
DWifiAwareDataPathStateManager.java1568 || (mgr.getCapabilities().supportedDataPathCipherSuites in processNetworkSpecifier()
DWifiAwareStateManager.java4803 mCapabilities.supportedDataPathCipherSuites, in onPullAtom()
/packages/modules/Wifi/service/java/com/android/server/wifi/hal/
DWifiNanIfaceCallbackHidlImpl.java534 frameworkCapabilities.supportedDataPathCipherSuites = toPublicCipherSuites( in toFrameworkCapability10()
560 frameworkCapabilities.supportedDataPathCipherSuites = toPublicCipherSuites( in toFrameworkCapability1_6()
DWifiNanIfaceCallbackAidlImpl.java725 frameworkCapabilities.supportedDataPathCipherSuites = toPublicDataPathCipherSuites( in toFrameworkCapability()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/
DWifiAwareServiceImplTest.java844 cap.supportedDataPathCipherSuites = Characteristics.WIFI_AWARE_CIPHER_SUITE_NCS_SK_256; in testCapabilityTranslation()
1123 cap.supportedDataPathCipherSuites = Characteristics.WIFI_AWARE_CIPHER_SUITE_NCS_SK_256; in getCharacteristics()
DWifiAwareDataPathStateManagerTest.java259 capabilities.supportedDataPathCipherSuites = WIFI_AWARE_CIPHER_SUITE_NCS_SK_128; in testCreateDeleteAllInterfaces()
2222 capabilities.supportedDataPathCipherSuites = WIFI_AWARE_CIPHER_SUITE_NCS_SK_128; in initOobDataPathEndPoint()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hal/
DWifiNanIfaceHidlImplTest.java109 CAP.supportedDataPathCipherSuites = WIFI_AWARE_CIPHER_SUITE_NCS_SK_128 in setup()
DWifiNanIfaceAidlImplTest.java86 TEST_CAPABILITIES.supportedDataPathCipherSuites = WIFI_AWARE_CIPHER_SUITE_NCS_SK_128 in setup()