[PATCH 1/3] nl80211cmd: add NL80211_CMD_ASSOC_COMEBACK

James Prestwood <[email protected]> Thu, 22 May 2025 11:41:50 -0700
Newsgroups dev.linux.lists.iwd
Message-ID <[email protected]>
---
 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