From: Johannes Berg Date: Fri, 17 May 2024 09:18:05 +0000 (+0200) Subject: wowlan: add a wake event X-Git-Tag: v6.9~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=769eb9f7a56895a746559fcff92a4a458e7f15c3;p=thirdparty%2Fiw.git wowlan: add a wake event Print the wake event unprotected deauth/disassoc info. Signed-off-by: Johannes Berg --- diff --git a/event.c b/event.c index fa2e125..a91fc7c 100644 --- a/event.c +++ b/event.c @@ -295,6 +295,8 @@ static void parse_wowlan_wake_event(struct nlattr **attrs) printf("\t* TCP connection lost\n"); if (tb[NL80211_WOWLAN_TRIG_WAKEUP_TCP_NOMORETOKENS]) printf("\t* TCP connection ran out of tokens\n"); + if (tb[NL80211_WOWLAN_TRIG_UNPROTECTED_DEAUTH_DISASSOC]) + printf("\t* unprotected deauth\n"); } extern struct vendor_event *__start_vendor_event[];