Searched refs:tnc (Results 1 - 17 of 17) sorted by relevance

/freebsd-9.3-release/contrib/wpa/src/radius/
H A Dradius_server.h136 * tnc - Trusted Network Connect (TNC)
143 int tnc; member in struct:radius_server_conf
H A Dradius_server.c215 * tnc - Trusted Network Connect (TNC)
222 int tnc; member in struct:radius_server_data
506 eap_conf.tnc = data->tnc;
1260 data->tnc = conf->tnc;
/freebsd-9.3-release/contrib/wpa/src/eap_server/
H A Deap.h106 int tnc; member in struct:eap_config
H A Deap_i.h183 int tnc; member in struct:eap_sm
H A Deap_server.c1254 sm->tnc = conf->tnc;
H A Deap_server_fast.c1072 if (sm->tnc && !data->tnc_started) {
H A Deap_server_peap.c997 if (data->state != PHASE2_SOH && sm->tnc &&
H A Deap_server_ttls.c1221 if (!sm->tnc || data->state != SUCCESS || data->tnc_started)
/freebsd-9.3-release/contrib/wpa/src/eapol_auth/
H A Deapol_auth_sm.h41 int tnc; member in struct:eapol_auth_config
H A Deapol_auth_sm.c829 eap_conf.tnc = eapol->conf.tnc;
1078 dst->tnc = src->tnc;
/freebsd-9.3-release/contrib/wpa/hostapd/
H A Dmain.c416 int tnc = 0; local
419 for (i = 0; !tnc && i < ifaces->count; i++) {
421 if (ifaces->iface[i]->bss[0]->conf->tnc) {
422 tnc++;
428 if (tnc && tncs_global_init() < 0) {
H A Dconfig_file.c1367 } else if (os_strcmp(buf, "tnc") == 0) {
1368 bss->tnc = atoi(pos);
/freebsd-9.3-release/contrib/wpa/src/ap/
H A Dauthsrv.c116 srv.tnc = conf->tnc;
H A Dap_config.h256 int tnc; member in struct:hostapd_bss_config
H A Dieee802_1x.c1652 conf.tnc = hapd->conf->tnc;
/freebsd-9.3-release/sys/rpc/
H A Dsvc.c490 struct netconfig tnc; local
492 tnc = *nconf;
495 dummy = rpcb_set(prog, vers, &tnc, &nb);
/freebsd-9.3-release/crypto/heimdal/lib/hx509/
H A Dcert.c1564 NameConstraints tnc; local
1567 ret = find_extension_name_constraints(c, &tnc);
1586 ret = copy_NameConstraints(&tnc, &nc->val[nc->len]);
1594 free_NameConstraints(&tnc);

Completed in 207 milliseconds