HomeSort by relevance Sort by last modified time
    Searched defs:tnc (Results 1 - 7 of 7) 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
671 eap_conf.tnc = data->tnc;
    [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) {
  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm.h 35 int tnc; member in struct:eapol_auth_config
  /external/wpa_supplicant_8/src/eap_server/
eap.h 103 int tnc; member in struct:eap_config
eap_i.h 177 int tnc; member in struct:eap_sm
  /external/wpa_supplicant_8/src/ap/
ap_config.h 313 int tnc; member in struct:hostapd_bss_config

Completed in 87 milliseconds