From: Beni Lev <beni.lev@xxxxxxxxx> This flag indicates that RRM can be used in assoc requests, without supporting quiet Signed-off-by: Beni Lev <beni.lev@xxxxxxxxx> --- 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 _______________________________________________ Hostap mailing list Hostap@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/hostap