WPA - AP Association Issue

Mr. Maloomnahi maloomnahi
Thu Nov 22 19:37:57 PST 2007


Dear Jouni,

I have mentioned below the CONF file for the SAKE and PAX as phase 2 with TTLS. Can you suggest what are the possible settings required or mistakes I have made on the same?

As phase 1 what are the settings we can make for the same EAP methods?
==========================
TTLS SAKE - Below
==========================
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0

eapol_version=1
ap_scan=2
fast_reauth=1

network={
        ssid="SEMCO_AP"
        auth_alg=OPEN
        pairwise=TKIP
        key_mgmt=WPA-EAP IEEE8021X
        group=TKIP
	proto=WPA
        eap=TTLS
        ca_cert="/etc/hostapd.server.pem"
        client_cert="/etc/hostapd.ca.pem"
        private_key="/etc/hostapd.server.prv"
	identity="semco"
        private_key_passwd="XXXX"       
        psk="XXXX"
 
        phase2="autheap=SAKE"
        eappsk=0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef
	nai="sake.user at example.com"  
        identity="semco"
        password="XXXX"
        pin="1234"
        pcsc=""
}
==========================
TTLS PAX - Below
==========================
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0

eapol_version=1
ap_scan=2
fast_reauth=1

network={
        ssid="SEMCO_AP"
        auth_alg=OPEN
        pairwise=TKIP
        key_mgmt=WPA-EAP IEEE8021X
        group=TKIP
	proto=WPA
        eap=TTLS
        ca_cert="/etc/hostapd.server.pem"
        client_cert="/etc/hostapd.ca.pem"
        private_key="/etc/hostapd.server.prv"
        identity="ttls"
        psk="XXXX"
        private_key_passwd="XXXX"

        phase2="autheap=PAX"
        eappsk=0123456789abcdef0123456789abcdef
        nai="pax.user at example.com"
        identity="semco"
        pin="1234"
        pcsc=""
}
======================
hostpad.eap_user has new identities as "semco" and same password as XXXX
Looking forward to your inputs on the same.

Thanks
PPN

--
My life has changed. What about yours?
Log on to the new Indiatimes Mail and Live out of the Inbox!



More information about the Hostap mailing list