update flora-uplink, add flora-cafe
This commit is contained in:
parent
5a6a0e44fd
commit
ca62780147
4 changed files with 233 additions and 19 deletions
|
@ -14,6 +14,7 @@ config wifi-device 'radio1'
|
|||
option htmode 'HT20'
|
||||
option channel '5'
|
||||
option country 'DE'
|
||||
option txpower '14'
|
||||
list supported_rates '6000'
|
||||
list supported_rates '9000'
|
||||
list supported_rates '12000'
|
||||
|
@ -27,29 +28,28 @@ config wifi-device 'radio1'
|
|||
list basic_rate '18000'
|
||||
list basic_rate '36000'
|
||||
list basic_rate '54000'
|
||||
option txpower '14'
|
||||
|
||||
config wifi-iface 'ibss_radio0'
|
||||
option ifname 'ibss0'
|
||||
option network 'ibss_radio0'
|
||||
config wifi-iface 'mesh_radio0'
|
||||
option ifname 'mesh0'
|
||||
option network 'mesh_radio0'
|
||||
option device 'radio0'
|
||||
option bssid 'f8:d1:11:87:52:2e'
|
||||
option disabled '1'
|
||||
option mesh_fwding '0'
|
||||
option mesh_id '6668682D77657374'
|
||||
option mcast_rate '12000'
|
||||
option mode 'adhoc'
|
||||
option macaddr '5e:aa:00:a5:99:72'
|
||||
option ssid 'f8:d1:11:87:52:2e'
|
||||
option mode 'mesh'
|
||||
option disabled '1'
|
||||
option macaddr '5e:aa:00:a5:99:71'
|
||||
|
||||
config wifi-iface 'ibss_radio1'
|
||||
option ifname 'ibss1'
|
||||
option network 'ibss_radio1'
|
||||
config wifi-iface 'mesh_radio1'
|
||||
option ifname 'mesh1'
|
||||
option network 'mesh_radio1'
|
||||
option device 'radio1'
|
||||
option bssid 'f8:d1:11:87:52:2e'
|
||||
option disabled '1'
|
||||
option mesh_fwding '0'
|
||||
option mesh_id '6668682D77657374'
|
||||
option mcast_rate '12000'
|
||||
option mode 'adhoc'
|
||||
option macaddr '5e:aa:00:a5:99:76'
|
||||
option ssid 'f8:d1:11:87:52:2e'
|
||||
option mode 'mesh'
|
||||
option disabled '1'
|
||||
option macaddr '5e:aa:00:a5:99:75'
|
||||
|
||||
config wifi-iface 'client_radio0'
|
||||
option ifname 'client0'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue