mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
ubus/datastorage: don't repeatedly ask devices for beacon reports if they don't support it
This commit is contained in:
parent
71536468ff
commit
5ce4c978c8
3 changed files with 42 additions and 1 deletions
|
@ -205,6 +205,7 @@ typedef struct client_s {
|
|||
time_t time;
|
||||
uint32_t aid;
|
||||
uint32_t kick_count;
|
||||
uint8_t rrm_enabled_capa; //the first byte is enough
|
||||
} client;
|
||||
|
||||
typedef struct ap_s {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue