mbox series

[RFC,0/1] iw: add support for retrieving keys

Message ID 20220822074318.291949-1-raphael.melotte@mind.be
Headers show
Series iw: add support for retrieving keys | expand

Message

Raphaël Mélotte Aug. 22, 2022, 7:43 a.m. UTC
Hello,

I couldn't find a way to retrieve keys and key sequences using iw, so
the following patch adds support for it.

I wasn't sure whether I should include the (new?) nested NL80211_KEY_*
attributes, or only the global ones. In my simple case any of them
would do, so I included the global ones only.

Kind regards,
Raphael

Raphaël Mélotte (1):
  iw: add support for retrieving keys

 Makefile |  2 +-
 keys.c   | 77 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 78 insertions(+), 1 deletion(-)
 create mode 100644 keys.c