Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
map-controller
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Multi-AP
map-controller
Commits
febeae7b
Commit
febeae7b
authored
2 years ago
by
Jakob Olsson
Browse files
Options
Downloads
Patches
Plain Diff
remove deprecated controller.conf
parent
2d65cc6d
No related branches found
No related tags found
1 merge request
!246
Jo fixme
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/controller.conf
+0
-133
0 additions, 133 deletions
src/controller.conf
with
0 additions
and
133 deletions
src/controller.conf
deleted
100644 → 0
+
0
−
133
View file @
2d65cc6d
config
controller
controller
option
enabled
'1'
option
registrar
'5 2'
#bands on which wps registrar supported
option
debug
'6'
option
pvid
'100'
# primary vlan id
option
pcp_default
'5'
# default vlan pcp
config
ap
option
band
'5'
option
encryption
'psk2'
option
key
'1234567890'
option
ssid
'map-net5'
option
vid
'2'
option
type
'fronthaul'
config
interface
'lan'
option
proto
'dhcp'
config
interface
'guest'
option
proto
'static'
option
ipaddr
'10.0.1.1'
config
ap
option
band
'5'
option
encryption
'psk2'
option
key
'1234567890'
option
ssid
'map-net5'
option
vid
'1'
option
type
'fronthaul'
option
network
'lan'
config
ap
option
band
'5'
option
encryption
'psk2'
option
key
'5555555555'
option
ssid
'map-bkhaul-5'
option
vid
'1'
option
type
'backhaul'
option
network
'lan'
config
ap
option
band
'2'
option
encryption
'psk2'
option
key
'5555555555'
option
ssid
'map-backhaul-2'
option
vid
'2'
option
type
'fronthaul'
option
network
'lan'
config
ap
option
band
'5'
option
encryption
'psk2'
option
key
'5555555555'
option
ssid
'map-bkhaul-5'
option
type
'backhaul'
# 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
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'
option
encryption
'psk2'
option
key
'2222222222'
option
ssid
'map-bkhaul-2'
option
type
'fronthaul'
# 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
'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'
list
steer_exclude_btm
'00:aa:bb:cc:dd:ee'
option
steer_policy
'2'
# 0, 1, 2 - see MultiAP spec
option
util_threshold
'200'
# channel-util as in BSS load
option
rcpi_threshold
'30'
# 0 - 220 valid range
option
report_scan
'0'
# 0 or 1 for independent scans
option
report_sta_assocfails
'1'
# 0 or 1 - stas assoc failure
option
report_sta_assocfails_rate
'2'
# reporting rate for STA assoc fails (attempts per minute)
option
report_metric_periodic
'0'
# 0, or 1 - 255 in secs
option
report_rcpi_threshold
'0'
# 0, or 1 - 220
option
report_util_threshold
'0'
# 0, or channel-util value
option
rcpi_hysteresis_margin
'0'
# 0, or > 0 - hysteresis margin
option
include_sta_stats
'0'
# sta stats in AP metric resp
option
include_sta_metric
'0'
# sta metric in AP metric resp
option
disallow_bsta_p1
'0'
# 0 or 1 profile-1 bSTA
option
disallow_bsta_p2
'0'
# 0 or 1 profile-2 bSTA
config
policy
list
agent_id
'02:20:40:aa:bb:cc'
# 1905al macaddress of agent
list
steer_exclude
'00:11:22:33:44:55'
list
steer_exclude_btm
'00:aa:bb:cc:dd:ee'
option
steer_policy
'2'
# 0, 1, 2 - see MultiAP spec
option
util_threshold
'200'
# channel-util as in BSS load
option
rcpi_threshold
'30'
# 0 - 220 valid range
option
report_scan
'0'
# 0 or 1 for independent scans
option
report_sta_assocfails
'1'
# 0 or 1 - stas assoc failure
option
report_sta_assocfails_rate
'2'
# reporting rate for STA assoc fails (attempts per minute)
option
report_metric_periodic
'0'
# 0, or 1 - 255 in secs
option
report_rcpi_threshold
'0'
# 0, or 1 - 220
option
report_util_threshold
'0'
# 0, or channel-util value
option
rcpi_hysteresis_margin
'0'
# 0, or > 0 - hysteresis margin
option
include_sta_stats
'0'
# sta stats in AP metric resp
option
include_sta_metric
'0'
# sta metric in AP metric resp
option
disallow_bsta_p1
'0'
# 0 or 1 profile-1 bSTA
option
disallow_bsta_p2
'0'
# 0 or 1 profile-2 bSTA
### do not parse following now ###
config
steer
-
param
'rssi'
option
rssi_threshold
'-68'
option
hysteresis
'5'
option
margin
'3'
option
diffsnr
'8'
config
steer
-
param
'bssload'
option
priority
'0'
option
bssload_threshold
'80'
config
rule
-
custom
option
action
steer
option
sta
'd8:32:e3:4d:35:d2'
option
bss
'00:22:07:11:22:33'
config
rule
-
custom
option
action
restrict
option
sta
'd8:32:e3:4d:35:d2'
option
bss
'00:22:07:11:22:33'
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment