al177 / esp8089

Linux kernel module driver for the ESP8089 WiFi chip
GNU General Public License v2.0
180 stars 114 forks source link

AP mode not working #37

Closed mintu19 closed 1 year ago

mintu19 commented 5 years ago

I try

pi@raspberry:~$ sudo hostapd /etc/hostapd/hostapd.conf
Configuration file: /etc/hostapd/hostapd.conf
nl80211: Could not configure driver mode
nl80211: deinit ifname=wlan0 disabled_11b_rates=0
nl80211 driver initialization failed.
wlan0: interface state UNINITIALIZED->DISABLED
wlan0: AP-DISABLED
hostapd_free_hapd_data: Interface wlan0 wasn't started

Note that i tried this while connected to wifi and while disconnected as well (but wifi was up).

If i remove wpa suppliment hook from dhchcd conf file then access point works but not directly. I need to switch between AP mode and client mode.

al177 commented 1 year ago

Probably way too late, but a recent commit may have fixed your issue. Closing for now with the assumption that it's a dupe of #52. If that's not the case, feel free to reopen.