Hi, I want to configure hostapd as an AP to authenticate via wired interface STA(tions) against a freeradius server. This is my config # cat /etc/hostapd.conf | grep ^[^#] interface=eth0 logger_syslog=-1 logger_syslog_level=2 logger_stdout=-1 logger_stdout_level=2 ctrl_interface=/var/run/hostapd ctrl_interface_group=0 ieee8021x=1 eapol_version=2 eapol_key_index_workaround=0 eap_reauth_period=3600 own_ip_addr=192.168.200.236 auth_server_addr=192.168.200.120 auth_server_port=1812 auth_server_shared_secret=*secret* Which results in errors # hostapd /etc/hostapd.conf Configuration file: /etc/hostapd.conf Line 1057: unknown configuration item 'auth_server_addr' Line 1058: unknown configuration item 'auth_server_port' Line 1059: unknown configuration item 'auth_server_shared_secret' Invalid IEEE 802.1X configuration (no EAP authenticator configured). 4 errors found in configuration file '/etc/hostapd.conf' Failed to set up interface with /etc/hostapd.conf Failed to initialize interface Why? How and where in the config can I set the right EAP authenticator? Thanks, Erwin _______________________________________________ Hostap mailing list Hostap@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/hostap