From: James Prestwood <prestwoj@gmail.com>
To: iwd@lists.linux.dev
Cc: James Prestwood <prestwoj@gmail.com>
Subject: [PATCH v4 0/4] DPP PKEX Changes
Date: Tue, 7 Nov 2023 09:06:25 -0800 [thread overview]
Message-ID: <20231107170629.1831655-1-prestwoj@gmail.com> (raw)
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
next reply other threads:[~2023-11-07 17:06 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-07 17:06 James Prestwood [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20231107170629.1831655-1-prestwoj@gmail.com \
--to=prestwoj@gmail.com \
--cc=iwd@lists.linux.dev \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox