Searched defs:tlmi_pwd_setting (Results 1 – 1 of 1) sorted by relevance
35 struct tlmi_pwd_setting { struct36 struct kobject kobj;37 bool valid;38 char password[TLMI_PWD_BUFSIZE];39 const char *pwd_type;40 const char *role;41 int minlen;42 int maxlen;43 enum encoding_option encoding;44 char kbdlang[TLMI_LANG_MAXLEN];