local-node: obtain channel + op-class
[project/usteer.git] / remote.h
index 9361b252eaab56f24cbdbb63c6f0f90858d1171c..a1486e7fa1491f8d641825559dd3c91c0d691e02 100644 (file)
--- a/remote.h
+++ b/remote.h
@@ -49,6 +49,8 @@ enum {
        APMSG_NODE_RRM_NR,
        APMSG_NODE_NODE_INFO,
        APMSG_NODE_BSSID,
+       APMSG_NODE_CHANNEL,
+       APMSG_NODE_OP_CLASS,
        __APMSG_NODE_MAX
 };
 
@@ -57,6 +59,8 @@ struct apmsg_node {
        const char *ssid;
        const char *bssid;
        int freq;
+       int channel;
+       int op_class;
        int n_assoc;
        int max_assoc;
        int noise;