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

/freebsd-current/usr.sbin/ctld/
H A Dctld.h55 struct auth_group *a_auth_group;
64 struct auth_group *an_auth_group;
70 struct auth_group *ap_auth_group;
82 struct auth_group { struct
83 TAILQ_ENTRY(auth_group) ag_next;
120 struct auth_group *pg_discovery_auth_group;
150 struct auth_group *p_auth_group;
188 struct auth_group *t_auth_group;
206 TAILQ_HEAD(, auth_group) conf_auth_groups;
258 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
63 assert(auth_group != NULL);
67 "\"user\" string key", auth_group->ag_name);
74 "\"secret\" string key", auth_group->ag_name);
77 ca = auth_new_chap(auth_group,
88 uclparse_chap_mutual(struct auth_group *auth_group, cons argument
141 const ucl_object_t *portal_group, *auth_group; local
394 struct auth_group *auth_group; local
[all...]
H A Dparse.y49 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.c118 struct auth_group *ag, *cagtmp;
143 auth_new(struct auth_group *ag)
168 auth_find(const struct auth_group *ag, const char *user)
242 auth_new_chap(struct auth_group *ag, const char *user,
270 auth_new_chap_mutual(struct auth_group *ag, const char *user,
301 auth_name_new(struct auth_group *ag, const char *name)
324 auth_name_defined(const struct auth_group *ag)
332 auth_name_find(const struct auth_group *ag, const char *name)
345 auth_name_check(const struct auth_group *ag, const char *initiator_name)
357 auth_portal_new(struct auth_group *a
[all...]
H A Ddiscovery.c152 const struct auth_group *ag;
H A Dlogin.c278 login_receive_chap_r(struct connection *conn, struct auth_group *ag,
402 login_chap(struct ctld_connection *conn, struct auth_group *ag)
841 struct auth_group *ag;
/freebsd-current/contrib/wpa/wpa_supplicant/
H A Dibss_rsn.h48 struct wpa_authenticator *auth_group; member in struct:ibss_rsn
H A Dibss_rsn.c459 ibss_rsn->auth_group = wpa_init(own_addr, &conf, &cb, ibss_rsn);
460 if (ibss_rsn->auth_group == NULL) {
465 wpa_init_keys(ibss_rsn->auth_group);
474 peer->auth = wpa_auth_sta_init(ibss_rsn->auth_group, peer->addr, NULL);
481 if (wpa_validate_wpa_ie(ibss_rsn->auth_group, peer->auth, 0,
495 if (wpa_auth_sta_associated(ibss_rsn->auth_group, peer->auth))
723 if (ibss_rsn->auth_group)
724 wpa_deinit(ibss_rsn->auth_group);
803 wpa_receive(ibss_rsn->auth_group, peer->auth, tmp, len);

Completed in 106 milliseconds