H A D | WifiConfigurationTestUtil.java | 407 public static WifiConfiguration createEapNetwork() { in createEapNetwork() method in WifiConfigurationTestUtil 408 return createEapNetwork(createNewSSID()); in createEapNetwork() 411 public static WifiConfiguration createEapNetwork(String ssid) { in createEapNetwork() method in WifiConfigurationTestUtil 412 return createEapNetwork(ssid, in createEapNetwork() 418 public static WifiConfiguration createEapNetwork(int eapMethod, int phase2Method) { in createEapNetwork() method in WifiConfigurationTestUtil 419 return createEapNetwork(createNewSSID(), eapMethod, phase2Method); in createEapNetwork() 422 public static WifiConfiguration createEapNetwork(String ssid, int eapMethod, int phase2Method) { in createEapNetwork() method in WifiConfigurationTestUtil
|