Skip to content
GitLab
Explore
Sign in
Register
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
02f8bcf5
Commit
02f8bcf5
authored
2 weeks ago
by
Anjan Chanda
Browse files
Options
Downloads
Patches
Plain Diff
steer_module.h: pass radio-id in struct steer_sta_target_bss
parent
ca078afb
No related branches found
No related tags found
No related merge requests found
Pipeline
#209717
passed
2 weeks ago
Stage: static_code_analysis
Stage: compile_test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/steer.c
+1
-0
1 addition, 0 deletions
src/steer.c
src/steer_module.h
+1
-0
1 addition, 0 deletions
src/steer_module.h
with
2 additions
and
0 deletions
src/steer.c
+
1
−
0
View file @
02f8bcf5
...
...
@@ -426,6 +426,7 @@ void cntlr_update_sta_steer_data(struct controller *c, struct sta *s)
memcpy
(
t
->
bssid
,
p
->
bss
->
bssid
,
6
);
memcpy
(
t
->
agent
,
n
->
almacaddr
,
6
);
memcpy
(
t
->
ruid
,
r
->
radio_el
->
macaddr
,
6
);
t
->
opclass
=
opclass
;
t
->
channel
=
ctrl_channel
;
ss
->
num_nbr
++
;
...
...
This diff is collapsed.
Click to expand it.
src/steer_module.h
+
1
−
0
View file @
02f8bcf5
...
...
@@ -62,6 +62,7 @@ typedef enum steer_mode steer_mode_t;
/* Represent a fBSS neighbor in the network */
struct
steer_sta_target_bss
{
uint8_t
bssid
[
6
];
uint8_t
ruid
[
6
];
uint8_t
opclass
;
/* operating opclass */
uint8_t
channel
;
/* beacon channel (20MHz) */
uint8_t
agent
[
6
];
/* agent AL-macaddress this bss belongs to */
...
...
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