remote: include node BSSID into messages
[project/usteer.git] / remote.h
index 1c0123396738deb2101efcb6ede20ba5309a0218..e821de947030d46750522527291258647812774b 100644 (file)
--- a/remote.h
+++ b/remote.h
@@ -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;