Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DUtils.java23 private static final int EUI48Length = 6; field in Utils
69 int len = (mac & ~EUI48Mask) != 0 ? EUI64Length : EUI48Length; in macToString()