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 ef22c0d3..eb0dfcc9 100644 --- a/src/wiphy.c +++ b/src/wiphy.c @@ -1037,6 +1037,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; /* * TODO: Support at least Link Measurement if TX_POWER_INSERTION is -- 2.17.1