Searched refs:oemSecurityType (Results 1 – 1 of 1) sorted by relevance
2256 WifiNl80211Manager.OemSecurityType oemSecurityType = in from() local2259 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()