remote: include node BSSID into messages

Add the node BSSID to messages exchanged between usteer hosts. This way,
a foreign node can determine the node reported by a STA using beacon
reports.

Signed-off-by: David Bauer <mail@david-bauer.net>
This commit is contained in:
David Bauer
2021-09-21 16:41:23 +02:00
parent 8af7b6cb06
commit 30f9ba7617
3 changed files with 10 additions and 0 deletions

View File

@@ -48,12 +48,14 @@ enum {
APMSG_NODE_MAX_ASSOC,
APMSG_NODE_RRM_NR,
APMSG_NODE_NODE_INFO,
APMSG_NODE_BSSID,
__APMSG_NODE_MAX
};
struct apmsg_node {
const char *name;
const char *ssid;
const char *bssid;
int freq;
int n_assoc;
int max_assoc;