Searched refs:BYTES_IN_EUI48 (Results 1 – 2 of 2) sorted by relevance
24 public static final int BYTES_IN_EUI48 = 6; field in Constants
3 import static com.android.server.wifi.hotspot2.anqp.Constants.BYTES_IN_EUI48;536 for (int n = BYTES_IN_EUI48 - 1; n >= 0; n--) { in toMACString()