Searched refs:auth_group (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/usr.sbin/ctld/
H A Dctld.h59 struct auth_group *a_auth_group;
68 struct auth_group *an_auth_group;
74 struct auth_group *ap_auth_group;
86 struct auth_group { struct
87 TAILQ_ENTRY(auth_group) ag_next;
124 struct auth_group *pg_discovery_auth_group;
152 struct auth_group *p_auth_group;
187 struct auth_group *t_auth_group;
205 TAILQ_HEAD(, auth_group) conf_auth_groups;
311 struct auth_group *auth_group_ne
[all...]
H A Duclparse.c48 static int uclparse_chap(struct auth_group *, const ucl_object_t *);
49 static int uclparse_chap_mutual(struct auth_group *, const ucl_object_t *);
58 uclparse_chap(struct auth_group *auth_group, const ucl_object_t *obj) argument
66 "\"user\" string key", auth_group->ag_name);
73 "\"secret\" string key", auth_group->ag_name);
76 ca = auth_new_chap(auth_group,
87 uclparse_chap_mutual(struct auth_group *auth_group, const ucl_object_t *obj) argument
96 "\"user\" string key", auth_group
139 const ucl_object_t *portal_group, *auth_group; local
392 struct auth_group *auth_group; local
[all...]
H A Dparse.y50 static struct auth_group *auth_group = NULL;
100 auth_group
201 auth_group: AUTH_GROUP auth_group_name label
204 auth_group = NULL;
216 auth_group = auth_group_find(conf, $1);
219 auth_group = auth_group_new(conf, $1);
222 if (auth_group == NULL)
250 error = auth_group_set_type(auth_group, $2);
261 ca = auth_new_chap(auth_group,
[all...]
H A Dctld.c116 struct auth_group *ag, *cagtmp;
141 auth_new(struct auth_group *ag)
166 auth_find(const struct auth_group *ag, const char *user)
240 auth_new_chap(struct auth_group *ag, const char *user,
268 auth_new_chap_mutual(struct auth_group *ag, const char *user,
299 auth_name_new(struct auth_group *ag, const char *name)
322 auth_name_defined(const struct auth_group *ag)
330 auth_name_find(const struct auth_group *ag, const char *name)
343 auth_name_check(const struct auth_group *ag, const char *initiator_name)
355 auth_portal_new(struct auth_group *a
[all...]
H A Ddiscovery.c218 const struct auth_group *ag;
H A Dlogin.c281 login_receive_chap_r(struct connection *conn, struct auth_group *ag,
405 login_chap(struct connection *conn, struct auth_group *ag)
785 struct auth_group *ag;
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dibss_rsn.h48 struct wpa_authenticator *auth_group; member in struct:ibss_rsn
H A Dibss_rsn.c440 ibss_rsn->auth_group = wpa_init(own_addr, &conf, &cb, ibss_rsn);
441 if (ibss_rsn->auth_group == NULL) {
446 wpa_init_keys(ibss_rsn->auth_group);
455 peer->auth = wpa_auth_sta_init(ibss_rsn->auth_group, peer->addr, NULL);
462 if (wpa_validate_wpa_ie(ibss_rsn->auth_group, peer->auth, 0,
476 if (wpa_auth_sta_associated(ibss_rsn->auth_group, peer->auth))
708 if (ibss_rsn->auth_group)
709 wpa_deinit(ibss_rsn->auth_group);
788 wpa_receive(ibss_rsn->auth_group, peer->auth, tmp, len);

Completed in 265 milliseconds