HomeSort by relevance Sort by last modified time
    Searched refs:tnc (Results 1 - 18 of 18) sorted by null

  /external/wpa_supplicant_8/src/radius/
radius_server.h 140 * tnc - Trusted Network Connect (TNC)
142 * This controls whether TNC is enabled and will be required before the
145 * allowed to connect without TNC.
147 int tnc; member in struct:radius_server_conf
radius_server.c 233 * tnc - Trusted Network Connect (TNC)
235 * This controls whether TNC is enabled and will be required before the
238 * allowed to connect without TNC.
240 int tnc; member in struct:radius_server_data
687 eap_conf.tnc = data->tnc;
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap.h 122 int tnc; member in struct:eap_config
eap_i.h 192 int tnc; member in struct:eap_sm
eap_server.c     [all...]
eap_server_fast.c 1003 "TNC negotiation");
1077 if (sm->tnc && !data->tnc_started) {
1078 wpa_printf(MSG_DEBUG, "EAP-FAST: Initialize TNC");
    [all...]
eap_server_peap.c 789 "Extensions Method header - skip TNC");
1019 if (data->state != PHASE2_SOH && sm->tnc &&
1023 "TNC (NAP SOH)");
    [all...]
eap_server_ttls.c 1072 wpa_printf(MSG_DEBUG, "EAP-TTLS: TNC started but no EAP "
1114 if (!sm->tnc || data->state != SUCCESS || data->tnc_started)
1117 wpa_printf(MSG_DEBUG, "EAP-TTLS: Initialize TNC");
1119 wpa_printf(MSG_DEBUG, "EAP-TTLS: Failed to initialize TNC");
    [all...]
  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm.h 39 int tnc; member in struct:eapol_auth_config
eapol_auth_sm.c 839 eap_conf.tnc = eapol->conf.tnc;
1237 dst->tnc = src->tnc;
    [all...]
  /external/wpa_supplicant_8/src/ap/
authsrv.c 117 srv.tnc = conf->tnc;
ap_config.h 363 int tnc; member in struct:hostapd_bss_config
ieee802_1x.c     [all...]
hostapd.c 897 if (conf->tnc && tncs_global_init() < 0) {
    [all...]
  /external/wpa_supplicant_8/hostapd/
main.c 394 int tnc = 0; local
397 for (i = 0; !tnc && i < ifaces->count; i++) {
399 if (ifaces->iface[i]->bss[0]->conf->tnc) {
400 tnc++;
406 if (tnc && tncs_global_init() < 0) {
config_file.c     [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/frv/
allinsn.s 1505 .global tnc
1506 tnc: label
1507 tnc icc0,sp,sp
allinsn.d 1131 000005d8 <tnc>:
1132 5d8: c8 10 10 01 tnc icc0,sp,sp

Completed in 729 milliseconds