Searched refs:eap (Results 76 - 96 of 96) sorted by relevance

1234

/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dpreauth_test.c20 #include "eap_peer/eap.h"
338 if (rsn_preauth_init(wpa_s.wpa, bssid, &wpa_s.conf->ssid->eap))
H A Dwpas_glue.c13 #include "eap_peer/eap.h"
917 ssid->eap.pending_ext_cert_check = PENDING_CHECK;
928 wpas_notify_eap_status(wpa_s, "eap parameter needed", field_name);
966 eap_methods = ssid->eap.eap_methods;
1269 conf.eap_conf_ctx = &ssid->eap;
H A Devents.c23 #include "eap_peer/eap.h"
424 if ((ssid != NULL && ssid->eap.pcsc == NULL) ||
428 if (ssid == NULL || ssid->eap.eap_methods == NULL) {
432 struct eap_method_type *eap = ssid->eap.eap_methods; local
433 while (eap->vendor != EAP_VENDOR_IETF ||
434 eap->method != EAP_TYPE_NONE) {
435 if (eap->vendor == EAP_VENDOR_IETF) {
436 if (eap->method == EAP_TYPE_SIM)
438 else if (eap
[all...]
H A Dnmake.mak86 $(OBJDIR)\eap.obj \
H A Dbss.c15 #include "eap_peer/eap.h"
341 ret = eap_is_wps_pbc_enrollee(&ssid->eap);
343 ret = eap_is_wps_pin_enrollee(&ssid->eap);
H A Dconfig_file.c25 #include "eap_peer/eap.h"
645 value = wpa_config_get(ssid, "eap");
748 #define INTe(t) write_int(f, #t, ssid->eap.t, 0)
750 #define INT_DEFe(t, def) write_int(f, #t, ssid->eap.t, def)
H A Dap.c556 if (ssid->eap.fragment_size != DEFAULT_FRAGMENT_SIZE)
557 bss->fragment_size = ssid->eap.fragment_size;
H A Dscan.c62 if (ssid->eap.phase1 && os_strstr(ssid->eap.phase1, "pbc=1"))
H A DAndroid.mk842 OBJS += src/eap_peer/eap.c src/eap_peer/eap_methods.c
H A Dsme.c717 eapol_sm_get_erp_info(wpa_s->eapol, &ssid->eap,
H A Dctrl_iface.c28 #include "eap_peer/eap.h"
839 if (rsn_preauth_init(wpa_s->wpa, bssid, ssid ? &ssid->eap : NULL))
4389 if (os_strcmp(field, "eap") == 0) {
/freebsd-11-stable/usr.sbin/wpa/wpa_supplicant/
H A DMakefile82 eap.c \
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dgas_serv.c415 struct hostapd_nai_realm_eap *eap = &realm->eap_method[i]; local
416 wpabuf_put_u8(buf, 2 + (3 * eap->num_auths));
417 wpabuf_put_u8(buf, eap->eap_method);
418 wpabuf_put_u8(buf, eap->num_auths);
419 for (j = 0; j < eap->num_auths; j++) {
420 wpabuf_put_u8(buf, eap->auth_id[j]);
422 wpabuf_put_u8(buf, eap->auth_val[j]);
H A Dwps_hostapd.c1572 return eapol_auth_eap_pending_cb(sta->eapol_sm, sta->eapol_sm->eap);
/freebsd-11-stable/contrib/wpa/src/radius/
H A Dradius.c764 struct wpabuf *eap; local
782 eap = wpabuf_alloc(len);
783 if (eap == NULL)
791 wpabuf_put_data(eap, attr + 1, flen);
795 return eap;
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dconfig_file.c20 #include "eap_server/eap.h"
1608 struct hostapd_nai_realm_eap *eap; local
1615 eap = &realm->eap_method[realm->eap_method_count];
1622 eap->eap_method = atoi(pos);
1628 if (eap->num_auths >= MAX_NAI_AUTH_TYPES) {
1632 eap->auth_id[eap->num_auths] = atoi(pos);
1637 eap->auth_val[eap->num_auths] = atoi(pos);
1642 eap
[all...]
/freebsd-11-stable/contrib/wpa/src/eap_server/
H A Deap_server_tls_common.c57 data->eap = sm;
H A Deap_server.c2032 void eap_erp_update_identity(struct eap_sm *sm, const u8 *eap, size_t len) argument
2041 hdr = (const struct eap_hdr *) eap;
2042 end = eap + len;
/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap_tls_common.c308 data->eap = sm;
655 !tls_connection_established(data->eap->ssl_ctx, data->conn)) {
/freebsd-11-stable/sys/ufs/ffs/
H A Dffs_vnops.c1108 ffs_findextattr(u_char *ptr, u_int length, int nspace, const char *name, u_char **eap, u_char **eac) argument
1141 if (eap != NULL)
1142 *eap = p0;
/freebsd-11-stable/contrib/tcpdump/
H A DMakefile.in123 print-eap.c \

Completed in 200 milliseconds

1234