Home | History | Annotate | Download | only in hostapd

Lines Matching defs:eap

18 #include "eap_server/eap.h"
232 wpa_printf(MSG_ERROR, "EAP user file '%s' not found.", fname);
278 wpa_printf(MSG_ERROR, "Invalid EAP identity (no \" in "
285 wpa_printf(MSG_ERROR, "EAP user allocation failed");
298 wpa_printf(MSG_ERROR, "Invalid EAP identity "
307 "memory for EAP identity");
323 wpa_printf(MSG_ERROR, "No EAP method on line %d in "
373 wpa_printf(MSG_ERROR, "Unsupported EAP type "
388 wpa_printf(MSG_ERROR, "No EAP types configured on "
422 wpa_printf(MSG_ERROR, "Invalid EAP password "
431 "memory for EAP password");
452 "memory for EAP password hash");
476 "memory for EAP password");
663 else if (os_strcmp(start, "WPA-EAP") == 0)
668 else if (os_strcmp(start, "FT-EAP") == 0)
674 else if (os_strcmp(start, "WPA-EAP-SHA256") == 0)
1398 struct hostapd_nai_realm_eap *eap;
1401 wpa_printf(MSG_ERROR, "Too many EAP methods");
1405 eap = &realm->eap_method[realm->eap_method_count];
1412 eap->eap_method = atoi(pos);
1418 if (eap->num_auths >= MAX_NAI_AUTH_TYPES) {
1422 eap->auth_id[eap->num_auths] = atoi(pos);
1427 eap->auth_val[eap->num_auths] = atoi(pos);
1432 eap->num_auths++;