HomeSort by relevance Sort by last modified time
    Searched defs:tnc (Results 1 - 8 of 8) 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 238 * tnc - Trusted Network Connect (TNC)
240 * This controls whether TNC is enabled and will be required before the
243 * allowed to connect without TNC.
245 int tnc; member in struct:radius_server_data
692 eap_conf.tnc = data->tnc;
    [all...]
  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm.h 39 int tnc; member in struct:eapol_auth_config
  /external/wpa_supplicant_8/hostapd/
main.c 416 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) {
  /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
  /external/wpa_supplicant_8/src/ap/
ap_config.h 377 int tnc; member in struct:hostapd_bss_config
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/frv/
allinsn.s 1505 .global tnc
1506 tnc: label
1507 tnc icc0,sp,sp

Completed in 144 milliseconds