Hi James,
On 10/29/19 12:50 PM, James Prestwood wrote:
This tells AP's that we support Passive, Active, and Table
beacon
measurements.
---
src/wiphy.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/wiphy.c b/src/wiphy.c
index 36e6c73d..37d06bc7 100644
--- a/src/wiphy.c
+++ b/src/wiphy.c
@@ -961,6 +961,8 @@ static void wiphy_setup_rm_enabled_capabilities(struct wiphy *wiphy)
wiphy->rm_enabled_capabilities[0] = IE_TYPE_RM_ENABLED_CAPABILITIES;
wiphy->rm_enabled_capabilities[1] = 5;
+ /* Bits: Passive (4), Active (5), and Beacon Table (6) capabilities */
+ wiphy->rm_enabled_capabilities[2] = 0x70;
Do you really mean to add all of these or just the Beacon table one?
/*
* TODO: Support at least Link Measurement if TX_POWER_INSERTION is
Regards,
-Denis