3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-04 02:18:49 +02:00

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

View File

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