mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 23:09:34 +01:00
handshake: add offload flag
If true, this flag indicates the handshake is being offloaded to the kernel/hardware.
This commit is contained in:
parent
997c54f185
commit
edad26b4be
@ -116,6 +116,7 @@ struct handshake_state {
|
|||||||
bool wait_for_gtk : 1;
|
bool wait_for_gtk : 1;
|
||||||
bool no_rekey : 1;
|
bool no_rekey : 1;
|
||||||
bool support_fils : 1;
|
bool support_fils : 1;
|
||||||
|
bool offload : 1;
|
||||||
uint8_t ssid[32];
|
uint8_t ssid[32];
|
||||||
size_t ssid_len;
|
size_t ssid_len;
|
||||||
char *passphrase;
|
char *passphrase;
|
||||||
|
Loading…
Reference in New Issue
Block a user