mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 14:49:24 +01:00
handshake: add force_default_owe_group flag
Indicates the OWE SM should only use the default group
This commit is contained in:
parent
d6b3d6d730
commit
38ed5e5039
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user