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

/freebsd-13-stable/usr.sbin/ctld/
H A Dctld.h56 struct auth_group *a_auth_group;
65 struct auth_group *an_auth_group;
71 struct auth_group *ap_auth_group;
83 struct auth_group { struct
84 TAILQ_ENTRY(auth_group) ag_next;
121 struct auth_group *pg_discovery_auth_group;
151 struct auth_group *p_auth_group;
189 struct auth_group *t_auth_group;
207 TAILQ_HEAD(, auth_group) conf_auth_groups;
317 struct auth_group *auth_group_ne
[all...]
H A Duclparse.c50 static int uclparse_chap(struct auth_group *, const ucl_object_t *);
51 static int uclparse_chap_mutual(struct auth_group *, const ucl_object_t *);
60 uclparse_chap(struct auth_group *auth_group, const ucl_object_t *obj) argument
68 "\"user\" string key", auth_group->ag_name);
75 "\"secret\" string key", auth_group->ag_name);
78 ca = auth_new_chap(auth_group,
89 uclparse_chap_mutual(struct auth_group *auth_group, const ucl_object_t *obj) argument
98 "\"user\" string key", auth_group
141 const ucl_object_t *portal_group, *auth_group; local
394 struct auth_group *auth_group; local
[all...]
H A Dparse.y51 static struct auth_group *auth_group = NULL;
102 auth_group
203 auth_group: AUTH_GROUP auth_group_name label
206 auth_group = NULL;
218 auth_group = auth_group_find(conf, $1);
221 auth_group = auth_group_new(conf, $1);
224 if (auth_group == NULL)
252 error = auth_group_set_type(auth_group, $2);
263 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.c217 const struct auth_group *ag;
H A Dlogin.c280 login_receive_chap_r(struct connection *conn, struct auth_group *ag,
404 login_chap(struct connection *conn, struct auth_group *ag)
840 struct auth_group *ag;
/freebsd-13-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 106 milliseconds