mirror of https://github.com/aredn/aredn.git
13 lines
246 B
Plaintext
13 lines
246 B
Plaintext
|
config wifi-device wl0
|
||
|
option type broadcom
|
||
|
option channel <wifi_channel>
|
||
|
option disabled 1
|
||
|
|
||
|
config wifi-iface
|
||
|
option device wl0
|
||
|
option network lan
|
||
|
option mode <wifi_mode>
|
||
|
option ssid "<wifi_ssid>"
|
||
|
option encryption none
|
||
|
|