Hi, Configured for an AP to authenticate STA(tions) via RADIUS: # 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* Results in errors: # hostapd /etc/hostapd.conf -dd random: Trying to read entropy from /dev/random Configuration file: /etc/hostapd.conf ctrl_interface_group=0 eapol_version=2 ioctl[PRISM2_IOCTL_PRISM2_PARAM]: Invalid argument Could not enable hostapd mode for interface eth0 hostap driver initialization failed. hostapd_interface_deinit_free(0xd7b90) hostapd_interface_deinit_free: num_bss=1 conf->num_bss=1 hostapd_interface_deinit(0xd7b90) eth0: interface state UNINITIALIZED->DISABLED hostapd_bss_deinit: deinit bss eth0 eth0: AP-DISABLED hostapd_cleanup(hapd=0xdb220 (eth0)) eth0: CTRL-EVENT-TERMINATING hostapd_free_hapd_data: Interface eth0 wasn't started hostapd_interface_deinit_free: driver=(nil) drv_priv=(nil) -> hapd_deinit hostapd_interface_free(0xd7b90) hostapd_interface_free: free hapd 0xdb220 hostapd_cleanup_iface(0xd7b90) hostapd_cleanup_iface_partial(0xd7b90) hostapd_cleanup_iface: free iface=0xd7b90 Why is 'PRISM2_IOCTL_PRISM2_PARAM' used athough wired interface is configured? How to solve this? Thanks, Erwin _______________________________________________ Hostap mailing list Hostap@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/hostap