I'm trying to make an AP out of my Raspberry Pi and I have a strange problem.
I have installed hostadp and dnsmasq
When I set an open network everything works but when I try to add a passphrase, only one client connects (Huawei android phone). Other clients keep associating and dissociating and on the client side I get authentication error.
hostapd.conf looks like this:
ssid=Network
wpa=1
auth_algs=1
wpa_pairwise=TKIP
rsn_pairwise=CCMP
wpa_key_mgmt=WPA-PSK
wpa_passphrase=* some * passphrase *
I tried different values for wpa key and nothing works. dnsmasq is working, and for one client that can connect everything works fine.
Any ideas?
Thanks in advance!