Kim-man "Punky" TSE wrote:

>Hi all,
>
>I have uploaded hostapd-0.5.2 deb package to:
>
>http://www.voyage.hk/dists/unstable/hostapd/hostapd_0.5.2-1_i386.deb
>
>I also set EAP_VERSION to 1 so that my iBook can be associated.
>
>Anyone has some pointers for proper setup for WPA Enterprise (i.e.
>WPA-EAP) ? Especially it is workable for my iBook 2001.
>

Punky, Keith

I use EAP-TLS. This works for me with wrap and kernel-2.6.12,
hostap/wpa_supplicant-0.5.2 (without any changes!!)
with madwifi-ng-1457 and freeradius-1.0.3.
If you use madwifi-ng I recommend to use 0.5.2 of hostapd. I used also
madwifi-ng-1314 with hostapd/wpa_supplicant-0.4.6 but had to patch some
files.
Please let me know if it works.

Here my configuration setup so I can use EAP-TLS or WPA-PSK with the same
config file.

interface=ath0
driver=madwifi
logger_syslog=-1
logger_syslog_level=0
logger_stdout=-1
logger_stdout_level=0
debug=4
dump_file=/tmp/hostapd.dump
ctrl_interface=/var/run/hostapd
ctrl_interface_group=0
ssid=PutYourESSID
macaddr_acl=0
auth_algs=3
ieee8021x=1
eap_message=hello
eapol_key_index_workaround=0
own_ip_addr=127.0.0.1
auth_server_addr=PutYourServerAdress
auth_server_port=1812
auth_server_shared_secret=x78khuv6d7
acct_server_addr=PutYourServerAdress
acct_server_port=1813
acct_server_shared_secret=x78khuv6d7
radius_retry_primary_interval=600
wpa=3
wpa_psk=PutYourKey
wpa_key_mgmt=WPA-EAP WPA-PSK
wpa_pairwise=CCMP


Greetings

Beat

-- 
Bis zu 70% Ihrer Onlinekosten sparen: GMX SmartSurfer!
Kostenlos downloaden: http://www.gmx.net/de/go/smartsurfer

_______________________________________________
Voyage-linux mailing list
Voyage-linux@list.voyage.hk
http://list.voyage.hk/mailman/listinfo/voyage-linux

Reply via email to