From e269beadba6a42be8807ecb5b0abeef5ca9f3beb Mon Sep 17 00:00:00 2001 From: James Prestwood Date: Thu, 22 May 2025 11:41:50 -0700 Subject: [PATCH] nl80211cmd: add NL80211_CMD_ASSOC_COMEBACK --- 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" }, { } };