Searched defs:tlmi_pwd_setting (Results 1 – 1 of 1) sorted by relevance
71 struct tlmi_pwd_setting { struct72 struct kobject kobj;73 bool pwd_enabled;74 char password[TLMI_PWD_BUFSIZE];75 const char *pwd_type;76 const char *role;77 int minlen;78 int maxlen;79 enum encoding_option encoding;80 char kbdlang[TLMI_LANG_MAXLEN];[all …]