D | WifiConfigurationTestUtil.java | 421 public static WifiConfiguration createEapNetwork() { in createEapNetwork() method in WifiConfigurationTestUtil 422 return createEapNetwork(createNewSSID()); in createEapNetwork() 425 public static WifiConfiguration createEapNetwork(String ssid) { in createEapNetwork() method in WifiConfigurationTestUtil 426 return createEapNetwork(ssid, in createEapNetwork() 432 public static WifiConfiguration createEapNetwork(int eapMethod, int phase2Method) { in createEapNetwork() method in WifiConfigurationTestUtil 433 return createEapNetwork(createNewSSID(), eapMethod, phase2Method); in createEapNetwork() 436 public static WifiConfiguration createEapNetwork(String ssid, int eapMethod, int phase2Method) { in createEapNetwork() method in WifiConfigurationTestUtil
|