]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
driver: Add global RRM support flag
authorBeni Lev <beni.lev@intel.com>
Wed, 6 Apr 2016 16:42:15 +0000 (19:42 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 17 Apr 2016 09:37:08 +0000 (12:37 +0300)
This flag indicates that RRM can be used in (Re)Association Request
frames, without supporting quiet period.

Signed-off-by: Beni Lev <beni.lev@intel.com>
src/drivers/driver.h

index a787d7db58086c9c34a36a53f120d0d13f79e154..4675be212d0375f94224d9cb2fd4c5d8b120a590 100644 (file)
@@ -1372,6 +1372,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
+ * (Re)Association Request frames, without supporting quiet period.
+ */
+#define WPA_DRIVER_FLAGS_SUPPORT_RRM                   0x00000010
+
        u32 rrm_flags;
 
        /* Driver concurrency capabilities */