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
Merge requests
!56
map-controller: Optimize sta steering
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
map-controller: Optimize sta steering
optimize-sta-steer
into
devel
Overview
4
Commits
6
Pipelines
29
Changes
6
Merged
Filip Matusiak
requested to merge
optimize-sta-steer
into
devel
3 years ago
Overview
4
Commits
6
Pipelines
29
Changes
6
Expand
0
0
Merge request reports
Viewing commit
0e0eda2f
Show latest version
6 files
+
273
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
0e0eda2f
map-controller: unassociated STA link metrics UBUS query
· 0e0eda2f
Filip Matusiak
authored
3 years ago
src/core/cntlr.h
+
9
−
0
Options
@@ -215,6 +215,15 @@ struct sta_channel_report {
uint8_t
channel
[
128
];
};
#define MAX_UNASSOC_STAMACS 10
struct
unassoc_sta_metric
{
uint8_t
channel
;
uint8_t
num_sta
;
struct
{
uint8_t
macaddr
[
6
];
}
sta
[
MAX_UNASSOC_STAMACS
];
};
struct
sta_error_response
{
uint8_t
sta_mac
[
6
];
uint8_t
response
;
Loading