HomeSort by relevance Sort by last modified time
    Searched defs:DEFAULT_GROUP (Results 1 - 2 of 2) sorted by null

  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/
UserAccount.java 59 public static final String DEFAULT_GROUP = "users";
167 * groups set, then this method returns the <code>DEFAULT_GROUP</code>. Otherwise, this method
173 return (groups == null || groups.isEmpty()) ? DEFAULT_GROUP : (String) groups.get(0);
  /external/wpa_supplicant_8/wpa_supplicant/
config_ssid.h 23 #define DEFAULT_GROUP (WPA_CIPHER_CCMP | WPA_CIPHER_TKIP)

Completed in 263 milliseconds