public inbox for iwd@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH 1/3] nl80211cmd: add NL80211_CMD_ASSOC_COMEBACK
@ 2025-05-22 18:41 James Prestwood
  2025-05-22 18:41 ` [PATCH 2/3] nl80211util: support parsing NL80211_ATTR_TIMEOUT James Prestwood
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: James Prestwood @ 2025-05-22 18:41 UTC (permalink / raw)
  To: iwd; +Cc: James Prestwood

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

diff --git a/src/nl80211cmd.c b/src/nl80211cmd.c
index 065d52af..65a948c5 100644
--- a/src/nl80211cmd.c
+++ b/src/nl80211cmd.c
@@ -177,6 +177,7 @@ static const struct {
 	{ NL80211_CMD_UNPROT_BEACON,		"Unprotected Beacon"	},
 	{ NL80211_CMD_CONTROL_PORT_FRAME_TX_STATUS,
 						"Control Port TX Status" },
+	{ NL80211_CMD_ASSOC_COMEBACK,		"Association comeback delay" },
 	{ }
 };
 
-- 
2.34.1


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

end of thread, other threads:[~2025-05-28 17:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-22 18:41 [PATCH 1/3] nl80211cmd: add NL80211_CMD_ASSOC_COMEBACK James Prestwood
2025-05-22 18:41 ` [PATCH 2/3] nl80211util: support parsing NL80211_ATTR_TIMEOUT James Prestwood
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

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