I get RaspberryPi 0 W, and wanted to set it up as headless.
Installed Raspbian and added conf and wpa_supplicant with name and pass of my network ( changed premade file ).
I cannot connect my Rpi on WiFi, they dont show on dhcp server. There is message in log:
"B8:27:EB:A4:63:F4@wlan1: connected, signal strength -53" and 5 seconds later "B8:27:EB:A4:63:F4@wlan1: disconnected, unicast key exchange timeout"
wpa_supplicant file:
In Security Profiles next is checked for pass: WPA PSK, WPA2 PSK. Unicast and Group chiper booth is aes ccm.ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=US
network={
ssid="Mikrotik_Mikrotik"
psk="PASSWORD"
key_mgmt=WPA-PSK
}
Wifi analyser on android says Im using: WPA2-PSK-CCMP
Is my wpa supplicant config wrong?