Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DInformationElementUtil.java680 int oi12Length = data.get() & Constants.BYTE_MASK; in from() local
681 int oi1Length = oi12Length & Constants.NIBBLE_MASK; in from()
682 int oi2Length = (oi12Length >>> 4) & Constants.NIBBLE_MASK; in from()