Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DInformationElementUtil.java2256 WifiNl80211Manager.OemSecurityType oemSecurityType = in from() local
2259 if (oemSecurityType != null in from()
2260 && oemSecurityType.protocol != ScanResult.PROTOCOL_NONE) { in from()
2261 protocol.add(oemSecurityType.protocol); in from()
2262 keyManagement.add(oemSecurityType.keyManagement); in from()
2263 pairwiseCipher.add(oemSecurityType.pairwiseCipher); in from()
2264 groupCipher.add(oemSecurityType.groupCipher); in from()