AP mode

Edit the AP configuration file/config/wifi/hostapd. Conf, set the hot information such as name and password:

# vi /config/wifi/hostapd.conf

Enable AP mode:

# /config/wifi/hostapd -B /config/wifi/hostapd.conf
# ifconfig wlan0 192.168.1.1
# /config/wifi/dnsmasq -i p2p0 --no-daemon -C /config/wifi/dnsmasq.conf &

文档更新时间: 2021-03-18 10:41   作者:Aeeditor