Searched defs:EUI48Length (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/Osu/src/com/android/hotspot2/
H A DUtils.java20 private static final int EUI48Length = 6; field in class:Utils
60 int len = (mac & ~EUI48Mask) != 0 ? EUI64Length : EUI48Length;
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DUtils.java20 private static final int EUI48Length = 6; field in class:Utils
64 int len = (mac & ~EUI48Mask) != 0 ? EUI64Length : EUI48Length;

Completed in 93 milliseconds