Searched refs:SSID_UTF8_BIT (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
H A DInformationElementUtil.java273 private static final long SSID_UTF8_BIT = 0x0001000000000000L; field in class:InformationElementUtil.ExtendedCapabilities
287 return extendedCapabilities != null && (extendedCapabilities & SSID_UTF8_BIT) != 0;

Completed in 76 milliseconds