I have an access point running on a linux server.
I'm using hostapd 2.4 on ubuntu 16.04.
wifi adapter: Intel® Centrino® Advanced-N 6235
android, iphone, linux computers, and windows 7(don't have a windows 8 box to test with) and earlier windows can connect just fine. But Windows 10 systems can't. I Think it may be related to this https://support.microsoft.com/en-us/kb/3121002 (there was a eap error in the windows event log), Is there some additional configuration options to hostapd I can set to make this work. I didn't think a radius server would be necessary for wpa-psk.
The windows 10 clients won't connect if I set hostapd as an open connection as well.
Here's my hostapd.conf
interface=wlan0
driver=nl80211
ssid=hostname
channel=6
wpa=3
wpa_passphrase=password
wpa_key_mgmt=WPA-PSK
wpa_pairwise=TKIP
rsn_pairwise=CCMP
Any help would be greatly appreciated.