Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/anqp/
DRoamingConsortiumElement.java29 public static final int MINIMUM_OI_LENGTH = Byte.BYTES; field in RoamingConsortiumElement
55 if (length < MINIMUM_OI_LENGTH || length > MAXIMUM_OI_LENGTH) { in parse()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/anqp/
DRoamingConsortiumElementTest.java154 buffer.put((byte) (RoamingConsortiumElement.MINIMUM_OI_LENGTH - 1)); in parseBufferWithOILengthLessThanMinimum()