Home | History | Annotate | Download | only in functional

Lines Matching defs:securityType

41     private enum SecurityType {
62 SecurityType securityType = SecurityType.valueOf(securityTypeStr);
71 WifiConfiguration config = getConfig(ssid, securityType, password);
80 private WifiConfiguration getConfig(String ssid, SecurityType securityType, String password) {
81 logv("Security type is %s", securityType.toString());
84 switch (securityType) {
119 fail("Not a valid security type: " + securityType);