Searched refs:hexOrQuotedStringToBytes (Results 1 – 3 of 3) sorted by relevance
226 public static ArrayList<Byte> hexOrQuotedStringToBytes(String str) { in hexOrQuotedStringToBytes() method in NativeUtil276 ArrayList<Byte> ssidBytes = hexOrQuotedStringToBytes(ssidStr); in decodeSsid()
461 NativeUtil.hexOrQuotedStringToBytes(password); in validatePassword()
322 i, NativeUtil.hexOrQuotedStringToBytes(config.wepKeys[i]))) { in saveWifiConfiguration()