Skip to main content
Homepage
Explore
Search or go to…
/
Sign in
Explore
Primary navigation
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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Collapse sidebar
Snippets
Groups
Projects
Show more breadcrumbs
Multi-AP
map-controller
Commits
7c912f89
Commit
7c912f89
authored
Dec 23, 2021
by
Stanislaw Gruszka
Browse files
Options
Downloads
Patches
Plain Diff
ts: send traffic separation policy for all bands
parent
a45061da
Branches
stan-traffic-separation
No related tags found
1 merge request
!74
ts: send traffic separation policy for all bands
Pipeline
#38563
failed
Dec 23, 2021
Status:
Stage: static_code_analysis
Status:
Stage: checkpatch
Status:
Stage: functional_test
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/cntlr_tlv.c
+2
-0
2 additions, 0 deletions
src/cntlr_tlv.c
with
2 additions
and
0 deletions
src/cntlr_tlv.c
+
2
−
0
View file @
7c912f89
...
@@ -151,8 +151,10 @@ int cntlr_gen_traffic_sep_policy(struct controller *c, struct cmdu_buff *frm,
...
@@ -151,8 +151,10 @@ int cntlr_gen_traffic_sep_policy(struct controller *c, struct cmdu_buff *frm,
list_for_each_entry
(
cred
,
&
c
->
cfg
.
aplist
,
list
)
{
list_for_each_entry
(
cred
,
&
c
->
cfg
.
aplist
,
list
)
{
uint8_t
len
;
uint8_t
len
;
#if 0 /* Send policy for all band's, until we do not set band properly */
if (cred->band != band)
if (cred->band != band)
continue;
continue;
#endif
t
->
len
++
;
/* len */
t
->
len
++
;
/* len */
len
=
strlen
((
char
*
)
cred
->
ssid
);
len
=
strlen
((
char
*
)
cred
->
ssid
);
...
...
...
...
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
sign in
to comment