Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/anqp/
DRoamingConsortiumElement.java32 public static final int MAXIMUM_OI_LENGTH = Long.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.java168 buffer.put((byte) (RoamingConsortiumElement.MAXIMUM_OI_LENGTH + 1)); in parseBufferWithOILengthMoreThanMaximum()