public inbox for iwd@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH v4 0/4] DPP PKEX Changes
@ 2023-11-07 17:06 James Prestwood
  2023-11-07 17:06 ` [PATCH v4 1/4] doc: PKEX support for DPP James Prestwood
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: James Prestwood @ 2023-11-07 17:06 UTC (permalink / raw)
  To: iwd; +Cc: James Prestwood

v4:
 * Fixed minor documentation issues
 * Documented Stop()
 * Removed Register/Unregister agent APIs, StartConfigurator
   will now take the path directly and unregister upon PKEX/DPP
   finishing.
 * Reworked patches to be more sequential:
       1. StartEnrollee()
       2. ConfigureEnrollee()
       3. StartConfigurator() (agent support)

James Prestwood (4):
  doc: PKEX support for DPP
  dpp: initial version of PKEX enrollee support
  dpp: initial version of PKEX configurator support
  dpp: Add StartConfigurator, PKEX agent support

 doc/device-provisioning-api.txt |  142 +++
 src/dpp.c                       | 1658 +++++++++++++++++++++++++++++--
 2 files changed, 1726 insertions(+), 74 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2023-11-08 15:14 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-07 17:06 [PATCH v4 0/4] DPP PKEX Changes James Prestwood
2023-11-07 17:06 ` [PATCH v4 1/4] doc: PKEX support for DPP James Prestwood
2023-11-08  2:28   ` Denis Kenzior
2023-11-07 17:06 ` [PATCH v4 2/4] dpp: initial version of PKEX enrollee support James Prestwood
2023-11-08  3:11   ` Denis Kenzior
2023-11-08 12:42     ` James Prestwood
2023-11-08 15:07       ` Denis Kenzior
2023-11-08 15:14         ` James Prestwood
2023-11-07 17:06 ` [PATCH v4 3/4] dpp: initial version of PKEX configurator support James Prestwood
2023-11-07 17:06 ` [PATCH v4 4/4] dpp: Add StartConfigurator, PKEX agent support James Prestwood

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