Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DNativeUtil.java226 public static ArrayList<Byte> hexOrQuotedStringToBytes(String str) { in hexOrQuotedStringToBytes() method in NativeUtil
276 ArrayList<Byte> ssidBytes = hexOrQuotedStringToBytes(ssidStr); in decodeSsid()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiConfigurationUtil.java461 NativeUtil.hexOrQuotedStringToBytes(password); in validatePassword()
DSupplicantStaNetworkHal.java322 i, NativeUtil.hexOrQuotedStringToBytes(config.wepKeys[i]))) { in saveWifiConfiguration()