Searched refs:createFromHex (Results 1 – 3 of 3) sorted by relevance
58 public static WifiSsid createFromHex(String hexStr) { in createFromHex() method in WifiSsid
265 config.SSID = "\"" + WifiSsid.createFromHex(value).toString() + "\""; in readNetworkVariables()
1792 WifiSsid wifiSsid = WifiSsid.createFromHex(ssidHexString); in createWifiSsid()