handshake: add force_default_owe_group flag

Indicates the OWE SM should only use the default group
This commit is contained in:
James Prestwood 2022-08-08 11:22:56 -07:00 committed by Denis Kenzior
parent d6b3d6d730
commit 38ed5e5039
1 changed files with 1 additions and 0 deletions

View File

@ -137,6 +137,7 @@ struct handshake_state {
bool authenticator_ocvc : 1;
bool supplicant_ocvc : 1;
bool ext_key_id_capable : 1;
bool force_default_owe_group : 1;
uint8_t ssid[32];
size_t ssid_len;
char *passphrase;