Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/anqp/
DConstants.java24 public static final int BYTES_IN_EUI48 = 6; field in Constants
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DNetworkDetail.java3 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()