mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-31 09:14:03 -05:00
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 <beni.lev@intel.com>
This commit is contained in:
parent
864b95225c
commit
a7f0bb7000
@ -1372,6 +1372,12 @@ struct wpa_driver_capa {
|
|||||||
* offset, namely the 6th byte in the Action frame body.
|
* offset, namely the 6th byte in the Action frame body.
|
||||||
*/
|
*/
|
||||||
#define WPA_DRIVER_FLAGS_TX_POWER_INSERTION 0x00000008
|
#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;
|
u32 rrm_flags;
|
||||||
|
|
||||||
/* Driver concurrency capabilities */
|
/* Driver concurrency capabilities */
|
||||||
|
Loading…
Reference in New Issue
Block a user