Skip to content
Snippets Groups Projects
Commit ddc86b27 authored by Jakob Olsson's avatar Jakob Olsson
Browse files

update QUICK_START

parent cd313b89
Branches
No related tags found
1 merge request!171update README
...@@ -89,6 +89,10 @@ config agent 'agent' ...@@ -89,6 +89,10 @@ config agent 'agent'
option brcm_setup '1' option brcm_setup '1'
option al_bridge 'br-lan' option al_bridge 'br-lan'
option netdev 'wl' option netdev 'wl'
option island_prevention '0'
config dynamic_backhaul
option missing_bh_timer '60'
config controller_select config controller_select
option local '1' option local '1'
...@@ -97,22 +101,22 @@ config controller_select ...@@ -97,22 +101,22 @@ config controller_select
option retry_int '15' option retry_int '15'
option autostart '1' option autostart '1'
config fh-iface config ap
option ifname 'wl0' option ifname 'wl0'
option band '5' option band '5'
option device 'wl0' option device 'wl0'
config fh-iface config ap
option ifname 'wl1' option ifname 'wl1'
option band '2' option band '2'
option device 'wl1' option device 'wl1'
``` ```
#### Notes #### Notes
* `multi_ap` should be set on map-agent managed interfaces * `multi_ap` should be set in wireless config on map-agent managed interfaces
* `brcm_setup` must be used for broadcom platform * `brcm_setup` must be used for broadcom platform
* This default config will not support backhaul connections * This default config will not support backhaul connections
* `wifi-radio` sections will be generated automatically if absent * `radio` sections will be generated automatically by map-agent if absent
### Setting up Mapcontroller ### Setting up Mapcontroller
...@@ -127,10 +131,7 @@ config controller 'controller' ...@@ -127,10 +131,7 @@ config controller 'controller'
option registrar '5 2' #bands on which wps registrar supported option registrar '5 2' #bands on which wps registrar supported
option debug '0' option debug '0'
option primary_vid '1' option primary_vid '1'
option primary_pcp '2' option primary_pcp '0'
config interface 'lan'
option proto 'dhcp'
config ap config ap
option type 'fronthaul' option type 'fronthaul'
...@@ -139,7 +140,6 @@ config ap ...@@ -139,7 +140,6 @@ config ap
option encryption 'psk2' option encryption 'psk2'
option key '1234567890' option key '1234567890'
option vid '1' option vid '1'
option network 'lan'
config ap config ap
option type 'fronthaul' option type 'fronthaul'
...@@ -148,7 +148,6 @@ config ap ...@@ -148,7 +148,6 @@ config ap
option encryption 'psk2' option encryption 'psk2'
option key '1234567890' option key '1234567890'
option vid '1' option vid '1'
option network 'lan'
config ap config ap
option type 'backhaul' option type 'backhaul'
...@@ -157,7 +156,6 @@ config ap ...@@ -157,7 +156,6 @@ config ap
option encryption 'psk2' option encryption 'psk2'
option key '1234567890' option key '1234567890'
option vid '1' option vid '1'
option network 'lan'
config ap config ap
option type 'backhaul' option type 'backhaul'
...@@ -166,7 +164,6 @@ config ap ...@@ -166,7 +164,6 @@ config ap
option encryption 'psk2' option encryption 'psk2'
option key '1234567890' option key '1234567890'
option vid '1' option vid '1'
option network 'lan'
``` ```
### AP-Autoconfiguration ### AP-Autoconfiguration
...@@ -200,6 +197,9 @@ config agent 'agent' ...@@ -200,6 +197,9 @@ config agent 'agent'
option netdev 'wl' option netdev 'wl'
option controller_mac 'ee:6c:9a:52:b0:27' option controller_mac 'ee:6c:9a:52:b0:27'
config dynamic_backhaul
option missing_bh_timer '60'
config controller_select config controller_select
option local '1' option local '1'
option id 'auto' option id 'auto'
...@@ -207,53 +207,53 @@ config controller_select ...@@ -207,53 +207,53 @@ config controller_select
option retry_int '3' option retry_int '3'
option autostart '1' option autostart '1'
config wifi-radio config radio
option device 'wl0' option device 'wl0'
option band '5' option band '5'
config wifi-radio config radio
option device 'wl1' option device 'wl1'
option band '2' option band '2'
config fh-iface config ap
option ifname 'wl0' option ifname 'wl0'
option band '5' option band '5'
option device 'wl0' option device 'wl0'
option ssid 'MAP-TEST-5GHz' option ssid 'MAP-TEST-5GHz'
option key '1234567890' option key '1234567890'
option encryption 'psk2+aes' option encryption 'psk2+aes'
option multi_ap '2' option type 'fronthaul'
option vid '1' option vid '1'
config fh-iface config ap
option ifname 'wl0.1' option ifname 'wl0.1'
option band '5' option band '5'
option device 'wl0' option device 'wl0'
option ssid 'MAP-TEST-BH-5GHz' option ssid 'MAP-TEST-BH-5GHz'
option key '1234567890' option key '1234567890'
option encryption 'psk2+aes' option encryption 'psk2+aes'
option multi_ap '1' option type 'backhaul'
option disallow_bsta '0' option disallow_bsta '0'
option vid '1' option vid '1'
config fh-iface config ap
option ifname 'wl1' option ifname 'wl1'
option band '2' option band '2'
option device 'wl1' option device 'wl1'
option ssid 'MAP-TEST-2.4GHz' option ssid 'MAP-TEST-2.4GHz'
option key '1234567890' option key '1234567890'
option encryption 'psk2+aes' option encryption 'psk2+aes'
option multi_ap '2' option type 'fronthaul'
option vid '1' option vid '1'
config fh-iface config ap
option ifname 'wl1.1' option ifname 'wl1.1'
option band '2' option band '2'
option device 'wl1' option device 'wl1'
option ssid 'MAP-TEST-BH-2.4GHz' option ssid 'MAP-TEST-BH-2.4GHz'
option key '1234567890' option key '1234567890'
option encryption 'psk2+aes' option encryption 'psk2+aes'
option multi_ap '1' option type 'backhaul'
option disallow_bsta '0' option disallow_bsta '0'
option vid '1' option vid '1'
...@@ -465,6 +465,9 @@ config agent 'agent' ...@@ -465,6 +465,9 @@ config agent 'agent'
option al_bridge 'br-lan' option al_bridge 'br-lan'
option netdev 'wl' option netdev 'wl'
config dynamic_backhaul
option missing_bh_timer '60'
config controller_select config controller_select
option local '0' option local '0'
option id 'auto' option id 'auto'
...@@ -472,22 +475,22 @@ config controller_select ...@@ -472,22 +475,22 @@ config controller_select
option retry_int '15' option retry_int '15'
option autostart '0' option autostart '0'
config fh-iface config ap
option ifname 'wl0' option ifname 'wl0'
option band '5' option band '5'
option device 'wl0' option device 'wl0'
config fh-iface config ap
option ifname 'wl1' option ifname 'wl1'
option band '2' option band '2'
option device 'wl1' option device 'wl1'
config wifi-radio config radio
option device 'wl2' option device 'wl2'
option band '5' option band '5'
option dedicated_backhaul '1' option dedicated_backhaul '1'
config bk-iface config bsta
option ifname 'wl2' option ifname 'wl2'
option band '5' option band '5'
option device 'wl2' option device 'wl2'
...@@ -510,7 +513,7 @@ On the repeater (disc), WPS must be started on the bsta interface, with the ...@@ -510,7 +513,7 @@ On the repeater (disc), WPS must be started on the bsta interface, with the
enrollee role, as well as providing the multiap IE, this is done by using the enrollee role, as well as providing the multiap IE, this is done by using the
`bsta role`. `bsta role`.
* `ubus call wifi.wps start '{"ifname":"wl2"}'` * `ubus call wifi.wps start '{"ifname":"wl2", "role":"bsta"}'`
Once the credential exchange is complete you will see a ubus event published Once the credential exchange is complete you will see a ubus event published
on the repeater side: on the repeater side:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment