handshake: add offload flag

If true, this flag indicates the handshake is being offloaded to
the kernel/hardware.
This commit is contained in:
James Prestwood 2021-03-22 09:01:54 -07:00 committed by Denis Kenzior
parent 997c54f185
commit edad26b4be
1 changed files with 1 additions and 0 deletions

View File

@ -116,6 +116,7 @@ struct handshake_state {
bool wait_for_gtk : 1;
bool no_rekey : 1;
bool support_fils : 1;
bool offload : 1;
uint8_t ssid[32];
size_t ssid_len;
char *passphrase;