public inbox for iwd@lists.linux.dev
 help / color / mirror / Atom feed
From: James Prestwood <prestwoj@gmail.com>
To: iwd@lists.linux.dev
Cc: James Prestwood <prestwoj@gmail.com>
Subject: [PATCH 2/3] nl80211util: support parsing NL80211_ATTR_TIMEOUT
Date: Thu, 22 May 2025 11:41:51 -0700	[thread overview]
Message-ID: <20250522184152.29950-2-prestwoj@gmail.com> (raw)
In-Reply-To: <20250522184152.29950-1-prestwoj@gmail.com>

---
 src/nl80211util.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/nl80211util.c b/src/nl80211util.c
index 0fdefddf..60cab7ec 100644
--- a/src/nl80211util.c
+++ b/src/nl80211util.c
@@ -190,6 +190,7 @@ static attr_handler handler_for_nl80211(int type)
 	case NL80211_ATTR_CENTER_FREQ2:
 	case NL80211_ATTR_AKM_SUITES:
 	case NL80211_ATTR_EXTERNAL_AUTH_ACTION:
+	case NL80211_ATTR_TIMEOUT:
 		return extract_uint32;
 	case NL80211_ATTR_FRAME:
 		return extract_iovec;
-- 
2.34.1


  reply	other threads:[~2025-05-22 18:41 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-22 18:41 [PATCH 1/3] nl80211cmd: add NL80211_CMD_ASSOC_COMEBACK James Prestwood
2025-05-22 18:41 ` James Prestwood [this message]
2025-05-22 18:41 ` [PATCH 3/3] netdev: support handling NL80211_CMD_ASSOC_COMEBACK James Prestwood
2025-05-28 17:08 ` [PATCH 1/3] nl80211cmd: add NL80211_CMD_ASSOC_COMEBACK Denis Kenzior

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=20250522184152.29950-2-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