From: Beni Lev Date: Wed, 6 Apr 2016 16:42:15 +0000 (+0300) Subject: driver: Add global RRM support flag X-Git-Tag: hostap_2_6~581 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a7f0bb700098820805770cbe7da91e5f681ea8a4;p=thirdparty%2Fhostap.git driver: Add global RRM support flag This flag indicates that RRM can be used in (Re)Association Request frames, without supporting quiet period. Signed-off-by: Beni Lev --- diff --git a/src/drivers/driver.h b/src/drivers/driver.h index a787d7db5..4675be212 100644 --- a/src/drivers/driver.h +++ b/src/drivers/driver.h @@ -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 */