mirror of https://github.com/aredn/aredn.git
16 lines
345 B
Plaintext
16 lines
345 B
Plaintext
config wifi-device wl0
|
|
option type broadcom
|
|
option channel <wifi_channel>
|
|
option rxant <wifi_rxant>
|
|
option txant <wifi_txant>
|
|
option distance <wifi_distance>
|
|
|
|
config wifi-iface
|
|
option device wl0
|
|
option network lan
|
|
option mode <wifi_mode>
|
|
option ssid "<wifi_ssid>"
|
|
option hidden <wifi_hidden>
|
|
option encryption none
|
|
|