Wireless Daemon for Linux
 help / color / mirror / Atom feed
* [PATCH v2 1/4] handshake: add force_default_owe_group flag
@ 2022-08-08 18:22 James Prestwood
  2022-08-08 18:22 ` [PATCH v2 2/4] owe: allow OWE to force group 19 James Prestwood
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: James Prestwood @ 2022-08-08 18:22 UTC (permalink / raw)
  To: iwd; +Cc: James Prestwood

Indicates the OWE SM should only use the default group
---
 src/handshake.h | 1 +
 1 file changed, 1 insertion(+)

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


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-08-08 18:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-08 18:22 [PATCH v2 1/4] handshake: add force_default_owe_group flag James Prestwood
2022-08-08 18:22 ` [PATCH v2 2/4] owe: allow OWE to force group 19 James Prestwood
2022-08-08 18:22 ` [PATCH v2 3/4] network: add setter/getter/flag for forcing default OWE group James Prestwood
2022-08-08 18:22 ` [PATCH v2 4/4] station: re-try OWE if buggy AP is detected James Prestwood
2022-08-08 18:37 ` [PATCH v2 1/4] handshake: add force_default_owe_group flag Denis Kenzior

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox