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 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
511 eap_conf.tnc = data->tnc;
1280 data->tnc = conf->tnc;
    [all...]
  /external/wpa_supplicant_8/hostapd/
main.c 440 int tnc = 0; local
443 for (i = 0; !tnc && i < ifaces->count; i++) {
445 if (ifaces->iface[i]->bss[0]->conf->tnc) {
446 tnc++;
452 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 99 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 306 int tnc; member in struct:hostapd_bss_config

Completed in 183 milliseconds