All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/5] handshake: add HANDSHAKE_EVENT_EAP_COMPLETE
@ 2021-04-08 15:46 James Prestwood
  2021-04-08 15:46 ` [PATCH 2/5] eapol: notify with EAP complete handshake event James Prestwood
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: James Prestwood @ 2021-04-08 15:46 UTC (permalink / raw)
  To: iwd

[-- Attachment #1: Type: text/plain, Size: 591 bytes --]

This is being added in order to support 8021x
offloading since there is no event available to
station which indicates that EAP has finished.
---
 src/handshake.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/handshake.h b/src/handshake.h
index b738efd9..3740d7f0 100644
--- a/src/handshake.h
+++ b/src/handshake.h
@@ -54,6 +54,7 @@ enum handshake_event {
 	HANDSHAKE_EVENT_FAILED,
 	HANDSHAKE_EVENT_REKEY_FAILED,
 	HANDSHAKE_EVENT_EAP_NOTIFY,
+	HANDSHAKE_EVENT_EAP_COMPLETE,
 };
 
 typedef void (*handshake_event_func_t)(struct handshake_state *hs,
-- 
2.26.2

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

end of thread, other threads:[~2021-04-09 16:29 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-08 15:46 [PATCH 1/5] handshake: add HANDSHAKE_EVENT_EAP_COMPLETE James Prestwood
2021-04-08 15:46 ` [PATCH 2/5] eapol: notify with EAP complete handshake event James Prestwood
2021-04-08 15:46 ` [PATCH 3/5] netdev: implement netdev_handshake_state_set_pmk James Prestwood
2021-04-08 20:14   ` Denis Kenzior
2021-04-09 16:09     ` James Prestwood
2021-04-09 16:29       ` Denis Kenzior
2021-04-08 15:46 ` [PATCH 4/5] netdev: add CONNECTION_TYPE_8021X_OFFLOAD James Prestwood
2021-04-08 15:46 ` [PATCH 5/5] station: handle EAP_COMPLETE event James Prestwood
2021-04-08 20:12   ` Denis Kenzior

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.