Skip to content
Snippets Groups Projects

map-controller: Optimize sta steering

Merged Filip Matusiak requested to merge optimize-sta-steer into devel
6 files
+ 273
0
Compare changes
  • Side-by-side
  • Inline
Files
6
+ 9
0
@@ -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