Home | History | Annotate | Download | only in hostapd

Lines Matching full:eap_server

18 #include "eap_server/eap.h"
26 #ifdef EAP_SERVER
29 #endif /* EAP_SERVER */
212 #ifdef EAP_SERVER
533 #endif /* EAP_SERVER */
2047 #ifdef EAP_SERVER
2049 bss->eap_server = atoi(pos);
2050 wpa_printf(MSG_ERROR, "Line %d: obsolete eap_authenticator used; this has been renamed to eap_server", line);
2051 } else if (os_strcmp(buf, "eap_server") == 0) {
2052 bss->eap_server = atoi(pos);
2141 #endif /* EAP_SERVER */