Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DInformationElementUtil.java465 protocol.add(ScanResult.PROTOCOL_RSN); in parseRsnElement()
710 protocol.add(ScanResult.PROTOCOL_RSN); in from()
740 case ScanResult.PROTOCOL_RSN: in protocolToString()
/frameworks/base/wifi/java/android/net/wifi/
DScanResult.java94 public static final int PROTOCOL_RSN = 2; field in ScanResult