Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
DWifiAwareNativeApi.java928 req.securityConfig.cipherType = getStrongestCipherSuiteType( in initiateDataPath()
934 req.securityConfig.cipherType = getStrongestCipherSuiteType( in initiateDataPath()
1005 req.securityConfig.cipherType = getStrongestCipherSuiteType( in respondToDataPathRequest()
1011 req.securityConfig.cipherType = getStrongestCipherSuiteType( in respondToDataPathRequest()
1112 private int getStrongestCipherSuiteType(int supportedCipherSuites) { in getStrongestCipherSuiteType() method in WifiAwareNativeApi