public inbox for iwd@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH v3 0/9] DPP PKEX Changes
@ 2023-10-31 18:47 James Prestwood
  2023-10-31 18:47 ` [PATCH v3 1/9] dpp: remove scan_periodic_stop calls James Prestwood
                   ` (8 more replies)
  0 siblings, 9 replies; 16+ messages in thread
From: James Prestwood @ 2023-10-31 18:47 UTC (permalink / raw)
  To: iwd; +Cc: James Prestwood

v3:
 * Corrected the config header check patch

 * Kept the scan/connect logic in DPP but instead changed
   __station_connect_network to be more flexible to this
   use case. I don't think there was many great ways to
   do this, I'm open to suggestions on alternatives.

   Also, I didn't forget about the need to filter the by
   SSID in the DPP scan path, I just left that out for now
   until the station <-> DPP interaction is nailed down. In
   addition to your comments I relalized that the scan notify
   callback should call __station_connect_network (or
   whatever) rather than enabling autoconnect. I'll send
   follow-up patches for this.

 * Documented SharedCodeAgent interface

 * Better documented the DPP SharedCode interface methods

James Prestwood (9):
  dpp: remove scan_periodic_stop calls
  dpp: fix config request header check
  dpp: allow enrollee to be authentication initiator
  dbus: add net.connman.iwd.SharedCodeAgent DBus interface
  station: provide new state in __station_connect_network
  doc: PKEX support for DPP
  dpp: SharedCode interface, {Register,Unregister}SharedCodeAgent
  dpp: initial version of PKEX enrollee support
  dpp: initial version of PKEX configurator support

 doc/device-provisioning-api.txt |  149 +++
 src/dbus.h                      |    1 +
 src/dpp.c                       | 1681 +++++++++++++++++++++++++++++--
 src/network.c                   |    3 +-
 src/station.c                   |   23 +-
 src/station.h                   |    2 +-
 6 files changed, 1754 insertions(+), 105 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2023-11-03 11:27 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-31 18:47 [PATCH v3 0/9] DPP PKEX Changes James Prestwood
2023-10-31 18:47 ` [PATCH v3 1/9] dpp: remove scan_periodic_stop calls James Prestwood
2023-11-03  1:40   ` Denis Kenzior
2023-10-31 18:47 ` [PATCH v3 2/9] dpp: fix config request header check James Prestwood
2023-10-31 18:47 ` [PATCH v3 3/9] dpp: allow enrollee to be authentication initiator James Prestwood
2023-10-31 18:47 ` [PATCH v3 4/9] dbus: add net.connman.iwd.SharedCodeAgent DBus interface James Prestwood
2023-10-31 18:47 ` [PATCH v3 5/9] station: provide new state in __station_connect_network James Prestwood
2023-10-31 18:47 ` [PATCH v3 6/9] doc: PKEX support for DPP James Prestwood
2023-11-03  2:07   ` Denis Kenzior
2023-11-03 11:24     ` James Prestwood
2023-10-31 18:47 ` [PATCH v3 7/9] dpp: SharedCode interface, {Register,Unregister}SharedCodeAgent James Prestwood
2023-11-03  2:09   ` Denis Kenzior
2023-10-31 18:47 ` [PATCH v3 8/9] dpp: initial version of PKEX enrollee support James Prestwood
2023-11-03  2:12   ` Denis Kenzior
2023-11-03 11:27     ` James Prestwood
2023-10-31 18:47 ` [PATCH v3 9/9] dpp: initial version of PKEX configurator 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