driver: Add second driver capability flags bitmap
All 64 bits of the capability flags bitmap are used, so add a new variable to hold future capability bits. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
52ed13b78d
commit
bb9e3935dd
9 changed files with 80 additions and 0 deletions
|
@ -475,6 +475,7 @@ struct hostapd_iface {
|
|||
struct ap_info *ap_hash[STA_HASH_SIZE];
|
||||
|
||||
u64 drv_flags;
|
||||
u64 drv_flags2;
|
||||
|
||||
/*
|
||||
* A bitmap of supported protocols for probe response offload. See
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue