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
8f2be4ee
Commit
8f2be4ee
authored
3 years ago
by
Filip Matusiak
Committed by
Jakob Olsson
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
map-controller: do not query for beacons if steering disabled
parent
34e239d8
No related branches found
No related tags found
1 merge request
!55
map-controller: rebase bk-steer branch to devel
Pipeline
#28567
failed
3 years ago
Stage: static_code_analysis
Stage: checkpatch
Stage: functional_test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/core/cntlr_map.c
+7
-0
7 additions, 0 deletions
src/core/cntlr_map.c
with
7 additions
and
0 deletions
src/core/cntlr_map.c
+
7
−
0
View file @
8f2be4ee
...
@@ -824,6 +824,13 @@ int handle_sta_link_metrics_response(void *cntlr, struct cmdu_buff *cmdu)
...
@@ -824,6 +824,13 @@ int handle_sta_link_metrics_response(void *cntlr, struct cmdu_buff *cmdu)
uint8_t
wildcard
[
6
]
=
{
0xff
,
0xff
,
0xff
,
0xff
,
0xff
,
0xff
};
uint8_t
wildcard
[
6
]
=
{
0xff
,
0xff
,
0xff
,
0xff
,
0xff
,
0xff
};
uint8_t
*
opclasses
,
num_opclasses
;
uint8_t
*
opclasses
,
num_opclasses
;
if
(
!
c
->
cfg
.
enable_sta_steer
)
{
trace
(
"|%s:%d| rcpi below %d, but will not query for beacon \
metrics to steer as 'enable_sta_steer' not set!
\n
"
,
__func__
,
__LINE__
,
c
->
cfg
.
rcpi_threshold
);
return
0
;
}
dbg
(
"%s %d band = %d
\n
"
,
__func__
,
__LINE__
,
s
->
fh
->
band
);
dbg
(
"%s %d band = %d
\n
"
,
__func__
,
__LINE__
,
s
->
fh
->
band
);
if
(
s
->
fh
->
band
==
BAND_5
)
{
if
(
s
->
fh
->
band
==
BAND_5
)
{
num_opclasses
=
4
;
num_opclasses
=
4
;
...
...
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