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

  /external/wpa_supplicant_8/src/radius/
radius_server.h 130 * tnc - Trusted Network Connect (TNC)
132 * This controls whether TNC is enabled and will be required before the
135 * allowed to connect without TNC.
137 int tnc; member in struct:radius_server_conf
radius_server.c 209 * tnc - Trusted Network Connect (TNC)
211 * This controls whether TNC is enabled and will be required before the
214 * allowed to connect without TNC.
216 int tnc; member in struct:radius_server_data
516 eap_conf.tnc = data->tnc;
1287 data->tnc = conf->tnc;
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap.h 99 int tnc; member in struct:eap_config
eap_i.h 177 int tnc; member in struct:eap_sm
eap_server.c 1270 sm->tnc = conf->tnc;
    [all...]
eap_server_ttls.c 1006 wpa_printf(MSG_DEBUG, "EAP-TTLS: TNC started but no EAP "
1048 if (!sm->tnc || data->state != SUCCESS || data->tnc_started)
1051 wpa_printf(MSG_DEBUG, "EAP-TTLS: Initialize TNC");
1053 wpa_printf(MSG_DEBUG, "EAP-TTLS: Failed to initialize TNC");
eap_server_fast.c 993 "TNC negotiation");
1067 if (sm->tnc && !data->tnc_started) {
1068 wpa_printf(MSG_DEBUG, "EAP-FAST: Initialize TNC");
    [all...]
eap_server_peap.c 777 "Extensions Method header - skip TNC");
996 if (data->state != PHASE2_SOH && sm->tnc &&
1000 "TNC (NAP SOH)");
    [all...]
  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm.h 35 int tnc; member in struct:eapol_auth_config