wpa_supplicant@wlan0.service works normally quite well to establish the connection, but I've noticed that it needs restarting if say I restart my wireless AP.
$this->bbcode_second_pass_code('', '[hendry@alarmpi ~]$ systemctl status wpa_supplicant@wlan0.service
* wpa_supplicant@wlan0.service - WPA supplicant daemon (interface-specific version)
Loaded: loaded (/usr/lib/systemd/system/wpa_supplicant@.service; enabled)
Active: active (running) since Thu 1970-01-01 21:32:29 SGT; 44 years 3 months ago
Main PID: 17013 (wpa_supplicant)
CGroup: /system.slice/system-wpa_supplicant.slice/wpa_supplicant@wlan0.service
`-17013 /usr/bin/wpa_supplicant -c/etc/wpa_supplicant/wpa_supplicant-wlan0.conf -iwlan0
Jan 01 21:32:29 alarmpi systemd[1]: Started WPA supplicant daemon (interface-specific version).')
Are you can see from `systemctl status wpa_supplicant@wlan0.service`, it gives me no usable logs as to what it's doing.
Right now i'm having to `systemctl restart wpa_supplicant@wlan0.service` and look at `ip link` or `iw wlan0 link` to see re-establish the connection.
Am I missing something? Why doesn't it just keep re-trying to establish the connection by default?