[PATCH v3 15/19] driver: Add global RRM support flag

Ilan Peer ilan.peer at intel.com
Wed Apr 6 09:42:15 PDT 2016


From: Beni Lev <beni.lev at intel.com>

This flag indicates that RRM can be used in assoc requests,
without supporting quiet

Signed-off-by: Beni Lev <beni.lev at intel.com>
---
 src/drivers/driver.h | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/drivers/driver.h b/src/drivers/driver.h
index b7e0d16..0ca5abb 100644
--- a/src/drivers/driver.h
+++ b/src/drivers/driver.h
@@ -1365,6 +1365,12 @@ struct wpa_driver_capa {
  * offset, namely the 6th byte in the Action frame body.
  */
 #define WPA_DRIVER_FLAGS_TX_POWER_INSERTION		0x00000008
+/**
+ * Driver supports RRM. With this support, the driver will accept to use
+ * RRM in assoc requests, without supporting Quiet.
+ */
+#define WPA_DRIVER_FLAGS_SUPPORT_RRM			0x00000010
+
 	u32 rrm_flags;
 
 	/* Driver concurrency capabilities */
-- 
1.9.1




More information about the Hostap mailing list