Half way done. Few steps to go. I´ve done a few things… and AP-is working. But no bridge or no password gets accepted. What i´ve done…(i started fresh again)
Deactivate connman: sudo systemctl disable connman.service
Install iw and unblock wlan: sudo apt-get install rfkill; sudo rfkill unblock wlan
Turn off wpa.supplicant: sudo systemctl --force stop wpa_supplicant.service
If i have this hostapd.conf Hostap - complete wi-fi AP configuration - Niwi web I can connect to the AP.
But if iam set bridge=br0. It is no possible to connect to the AP! I recieve the following errors.
wlan0: AP-ENABLED
wlan0: STA bc:54:36:2c:e9:ba IEEE 802.11: authenticated
wlan0: STA bc:54:36:2c:e9:ba IEEE 802.11: associated (aid 1)
WPA: wpa_sm_step() called recursively
And ideas?