ubus/datastorage: don't repeatedly ask devices for beacon reports if they don't support it

This commit is contained in:
twy_2000 2020-06-01 20:37:49 +08:00 committed by Polynomialdivision
parent 71536468ff
commit 5ce4c978c8
3 changed files with 42 additions and 1 deletions

View file

@ -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 {