add comments
This commit is contained in:
parent
47c708093c
commit
66e0c45709
|
@ -1,3 +1,5 @@
|
||||||
interface wlan0
|
interface wlan0
|
||||||
|
# Setup static ip for AP mode
|
||||||
static ip_address=192.168.0.10/24
|
static ip_address=192.168.0.10/24
|
||||||
|
# Deactivate wpa supplicant for AP mode
|
||||||
nohook wpa_supplicant
|
nohook wpa_supplicant
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
interface=wlan0
|
interface=wlan0
|
||||||
|
# Specify dhcp range for AP mode
|
||||||
dhcp-range=192.168.0.11,192.168.0.30,255.255.255.0,24h
|
dhcp-range=192.168.0.11,192.168.0.30,255.255.255.0,24h
|
||||||
|
|
Loading…
Reference in New Issue
Block a user