diff --git a/docs/QUICK_START.md b/docs/QUICK_START.md index 04f2805cf0760f155164f32991baf30f6accb57b..19f06f234e80964093e6308930f7c91b53bab72c 100644 --- a/docs/QUICK_START.md +++ b/docs/QUICK_START.md @@ -89,6 +89,10 @@ config agent 'agent' option brcm_setup '1' option al_bridge 'br-lan' option netdev 'wl' + option island_prevention '0' + +config dynamic_backhaul + option missing_bh_timer '60' config controller_select option local '1' @@ -97,22 +101,22 @@ config controller_select option retry_int '15' option autostart '1' -config fh-iface +config ap option ifname 'wl0' option band '5' option device 'wl0' -config fh-iface +config ap option ifname 'wl1' option band '2' option device 'wl1' ``` #### 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 * 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 @@ -127,10 +131,7 @@ config controller 'controller' option registrar '5 2' #bands on which wps registrar supported option debug '0' option primary_vid '1' - option primary_pcp '2' - -config interface 'lan' - option proto 'dhcp' + option primary_pcp '0' config ap option type 'fronthaul' @@ -139,7 +140,6 @@ config ap option encryption 'psk2' option key '1234567890' option vid '1' - option network 'lan' config ap option type 'fronthaul' @@ -148,7 +148,6 @@ config ap option encryption 'psk2' option key '1234567890' option vid '1' - option network 'lan' config ap option type 'backhaul' @@ -157,7 +156,6 @@ config ap option encryption 'psk2' option key '1234567890' option vid '1' - option network 'lan' config ap option type 'backhaul' @@ -166,7 +164,6 @@ config ap option encryption 'psk2' option key '1234567890' option vid '1' - option network 'lan' ``` ### AP-Autoconfiguration @@ -200,6 +197,9 @@ config agent 'agent' option netdev 'wl' option controller_mac 'ee:6c:9a:52:b0:27' +config dynamic_backhaul + option missing_bh_timer '60' + config controller_select option local '1' option id 'auto' @@ -207,53 +207,53 @@ config controller_select option retry_int '3' option autostart '1' -config wifi-radio +config radio option device 'wl0' option band '5' -config wifi-radio +config radio option device 'wl1' option band '2' -config fh-iface +config ap option ifname 'wl0' option band '5' option device 'wl0' option ssid 'MAP-TEST-5GHz' option key '1234567890' option encryption 'psk2+aes' - option multi_ap '2' + option type 'fronthaul' option vid '1' -config fh-iface +config ap option ifname 'wl0.1' option band '5' option device 'wl0' option ssid 'MAP-TEST-BH-5GHz' option key '1234567890' option encryption 'psk2+aes' - option multi_ap '1' + option type 'backhaul' option disallow_bsta '0' option vid '1' -config fh-iface +config ap option ifname 'wl1' option band '2' option device 'wl1' option ssid 'MAP-TEST-2.4GHz' option key '1234567890' option encryption 'psk2+aes' - option multi_ap '2' + option type 'fronthaul' option vid '1' -config fh-iface +config ap option ifname 'wl1.1' option band '2' option device 'wl1' option ssid 'MAP-TEST-BH-2.4GHz' option key '1234567890' option encryption 'psk2+aes' - option multi_ap '1' + option type 'backhaul' option disallow_bsta '0' option vid '1' @@ -465,6 +465,9 @@ config agent 'agent' option al_bridge 'br-lan' option netdev 'wl' +config dynamic_backhaul + option missing_bh_timer '60' + config controller_select option local '0' option id 'auto' @@ -472,22 +475,22 @@ config controller_select option retry_int '15' option autostart '0' -config fh-iface +config ap option ifname 'wl0' option band '5' option device 'wl0' -config fh-iface +config ap option ifname 'wl1' option band '2' option device 'wl1' -config wifi-radio +config radio option device 'wl2' option band '5' option dedicated_backhaul '1' -config bk-iface +config bsta option ifname 'wl2' option band '5' option device 'wl2' @@ -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 `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 on the repeater side: