<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
I never try the wpa_supplciant and hostapd of your version. Maybe you should download the latest version 0.6.3 for both of them<BR>&nbsp;<BR>hostapd.conf&nbsp;<BR>&nbsp;<BR>interface=eth0 <STRONG>// change your interface, should be&nbsp;your wireless interface, not your wired </STRONG>interface<BR>bridge=br0<BR><STRONG>&nbsp;driver=madwifi</STRONG><BR>&nbsp;ssid=joby-wpa<BR>&nbsp;ieee8021x=1<BR>&nbsp;eap_server=0<BR>&nbsp;wpa=1&nbsp;<BR>&nbsp;wpa_pairwise=TKIP<BR>&nbsp;wpa_key_mgmt=WPA-EAP<BR>&nbsp;eap_reauth_period=300<BR>&nbsp;wpa_group_rekey=300<BR>&nbsp;wpa_gmk_rekey=300<BR><STRONG>own_ip_addr= &lt;ip address of AP&gt;</STRONG><BR>&nbsp;aut_server_addr=192.168.0.228<BR>auth_server_port=1812<BR>auth_server_shared_secret=joby1234<BR><BR>wpa_supplicant.conf<BR>&nbsp;<BR>eapol_version=2<BR>ap_scan=1<BR>fast_reauth=1<BR>network={<BR>ssid=joby-wpa<BR>scan_ssid=0<BR><STRONG>proto=WPA<BR></STRONG>pairwise=TKIP CCMP <STRONG>//remove CCMP since you are using WPA </STRONG><BR>group=
 TKIP CCMP <STRONG>//remove CCMP <BR></STRONG>key_mgmt=WPA-EAP<BR>eap=TLS<BR>identity="Joby"<BR>password="joby1234" <STRONG>//remove this line<BR></STRONG>ca_cert="/etc/cert/cacert.pem"<BR>client_cert="/etc/cert/client_cert.pem"<BR>private_key="/etc/cert/client_key.pem"<BR>private_key_password="joby1234"<BR>priority=10<BR>
&nbsp;<BR>
Regards,<BR>
Bryan<BR><br /><hr />Chat online and in real-time with friends and family! <a href='http://get.live.com/messenger/overview' target='_new'>Windows Live Messenger</a></body>
</html>