WPA2-PSK and WPA-EAP together?

Conrad Kostecki ck
Mon Sep 8 04:10:35 PDT 2014


Hi!
I am running currently hostapd with only enabled WPA2-PSK.
My goal is to keep WPA2-PSK for clients without support for WPA-EAP and enable for all other clients WPA-EAP.

In order to activate WPA-EAP, I've added to my config:

# wpa_key_mgmt=WPA-PSK WPA-PSK-SHA256
wpa_key_mgmt=WPA-PSK WPA-PSK-SHA256 WPA-EAP WPA-EAP-SHA256
ieee8021x=1
eapol_version=2
eap_server=1
eap_user_file=/etc/hostapd/hostapd.eap_user
ca_cert=/etc/ssl/hostapd/ca.crt
server_cert=/etc/ssl/hostapd/server.crt
private_key=/etc/ssl/hostapd/server.key
dh_file=/etc/ssl/hostapd/dh.param
check_crl=0    
eap_fast_prov=3

-> http://pastebin.com/782ZLKqf

With this settings, I am able to connect with using WPA-EAP fine. But now, my WPA2-PSK clients can't connect anymore, there are reporting only failed while connecting. Can't be WPA2-PSK and WPA-EAP used together?

Conrad



More information about the Hostap mailing list