diff --git a/src/handshake.h b/src/handshake.h index b738efd9..e667fccd 100644 --- a/src/handshake.h +++ b/src/handshake.h @@ -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;