FF-Wizard: Fixed default WiFi configuration
This commit is contained in:
parent
1665418366
commit
d688dad611
1 changed files with 5 additions and 4 deletions
|
@ -52,15 +52,16 @@ config defaults wifi_device
|
||||||
option txant 1
|
option txant 1
|
||||||
option rxant 1
|
option rxant 1
|
||||||
option diversity 0
|
option diversity 0
|
||||||
|
option disabled 0
|
||||||
|
|
||||||
|
|
||||||
config defaults wifi_iface
|
config defaults wifi_iface
|
||||||
option type adhoc
|
option mode adhoc
|
||||||
option essid halle.freifunk.net
|
option ssid halle.freifunk.net
|
||||||
option bssid 02:CA:FF:EE:BA:BE
|
option bssid 02:CA:FF:EE:BA:BE
|
||||||
option txpower 10
|
option txpower 10
|
||||||
option rts 0
|
option rts 2347
|
||||||
option frag 0
|
option frag 512
|
||||||
|
|
||||||
|
|
||||||
config defaults interface
|
config defaults interface
|
||||||
|
|
Loading…
Reference in a new issue