al177 / esp8089

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

How to configure AP mode? #33

Closed congcongge closed 5 years ago

congcongge commented 5 years ago

Hello, I have completely bulid this driver and successfully use it in my board, but i don't know how to configure AP mode, can you give some direction? Eagerly wait for your reply, thx.

congcongge commented 5 years ago

Is anyone here? Ask for help....

al177 commented 5 years ago

Sorry for the delay, busy with work at the moment.

The driver supports AP mode, but you will need something like hostapd running to service the AP.

The hostapd section of this guide is directly applicable to working with this driver.

congcongge commented 5 years ago

Sorry for the delay, busy with work at the moment.

The driver supports AP mode, but you will need something like hostapd running to service the AP.

The hostapd section of this guide is directly applicable to working with this driver.

谢谢大神指点!万分感谢。