Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
DCapabilities.java40 public int supportedCipherSuites; field in Capabilities
67 + ", supportedCipherSuites=" + supportedCipherSuites in toString()
DWifiAwareNativeApi.java929 capabilities.supportedCipherSuites); in initiateDataPath()
935 capabilities.supportedCipherSuites); in initiateDataPath()
1006 capabilities.supportedCipherSuites); in respondToDataPathRequest()
1012 capabilities.supportedCipherSuites); in respondToDataPathRequest()
1112 private int getStrongestCipherSuiteType(int supportedCipherSuites) { in getStrongestCipherSuiteType() argument
1113 if ((supportedCipherSuites & NanCipherSuiteType.SHARED_KEY_256_MASK) != 0) { in getStrongestCipherSuiteType()
1116 if ((supportedCipherSuites & NanCipherSuiteType.SHARED_KEY_128_MASK) != 0) { in getStrongestCipherSuiteType()
DWifiAwareNativeCallback.java172 frameworkCapabilities.supportedCipherSuites = capabilities.supportedCipherSuites; in notifyCapabilitiesResponse()
DWifiAwareStateManager.java318 j.put("supportedCipherSuites", mCapabilities.supportedCipherSuites); in onCommand()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/
DWifiAwareNativeApiTest.java640 boolean isOutOfBand, int supportedCipherSuites, int expectedCipherSuite) in validateInitiateDataPath() argument
654 cap.supportedCipherSuites = supportedCipherSuites; in validateInitiateDataPath()
708 boolean accept, boolean isOutOfBand, int supportedCipherSuites, int expectedCipherSuite) in validateRespondToDataPathRequest() argument
718 cap.supportedCipherSuites = supportedCipherSuites; in validateRespondToDataPathRequest()