Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DInformationElementUtil.java211 int oi2Length = (oi12Length >>> 4) & Constants.NIBBLE_MASK; in from() local
212 int oi3Length = ie.bytes.length - 2 - oi1Length - oi2Length; in from()
216 if (oi2Length > 0) { in from()
228 if (oi2Length > 0 && roamingConsortiums.length > 1) { in from()
230 getInteger(data, ByteOrder.BIG_ENDIAN, oi2Length); in from()