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

controller.conf update

parent f1a57511
No related branches found
No related tags found
No related merge requests found
Pipeline #30534 failed
......@@ -14,15 +14,10 @@ config ap
option type 'fronthaul'
config vlan 'lan'
option network 'lan'
option id '1'
option proto 'static'
option ipaddr '192.168.1.1'
config interface 'lan'
option proto 'dhcp'
config vlan 'guest'
option network 'guest'
option id '2'
config interface 'guest'
option proto 'static'
option ipaddr '10.0.1.1'
......@@ -33,6 +28,7 @@ config ap
option ssid 'map-net5'
option vid '1'
option type 'fronthaul'
option network 'lan'
config ap
option band '5'
......@@ -41,6 +37,7 @@ config ap
option ssid 'map-bkhaul-5'
option vid '1'
option type 'backhaul'
option network 'lan'
config ap
option band '2'
......@@ -49,6 +46,7 @@ config ap
option ssid 'map-backhaul-2'
option vid '2'
option type 'fronthaul'
option network 'lan'
config ap
option band '5'
......@@ -59,8 +57,9 @@ config ap
# option multi_ap_backhaul_sta '1' # possible future TODO
# option multi_ap_backhaul_key 'multiap_key123' # possible future TODO
# option multi_ap_backhaul_ssid 'MultiAP-0022077E9CD6' # possible future TODO
option disallow_bsta '1' # bitmap, 1 for disallow p1, 2 to disallow p2, 3 to disallow both (probably never applicable)
list disallow_bsta '1' # bitmap, 1 for disallow p1, 2 to disallow p2, 3 to disallow both (probably never applicable)
option vid '1'
option network 'lan'
config ap
option band '2'
......@@ -73,6 +72,7 @@ config ap
# option multi_ap_backhaul_ssid 'MultiAP-0022077E9CD6' # possible future TODO
option disallow_bsta '0' # 0 or 1 profile-1 bSTA
option vid '1'
option network 'lan'
config policy 'policy'
list steer_exclude '00:11:22:33:44:55'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment