Searched defs:auth_group (Results 1 – 4 of 4) sorted by relevance
59 uclparse_chap(struct auth_group *auth_group, const ucl_object_t *obj) in uclparse_chap()89 uclparse_chap_mutual(struct auth_group *auth_group, const ucl_object_t *obj) in uclparse_chap_mutual()142 const ucl_object_t *portal_group, *auth_group; in uclparse_target_portal_group() local395 struct auth_group *auth_group; in uclparse_auth_group() local
82 struct auth_group { struct84 struct conf *ag_conf;85 char *ag_name;86 struct target *ag_target;87 int ag_type;
50 static struct auth_group *auth_group = NULL; variable
48 struct wpa_authenticator *auth_group; member