From: Johannes Berg Date: Fri, 18 Sep 2015 08:52:26 +0000 (+0200) Subject: add a few new commands/events X-Git-Tag: v4.3~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8823f67ba5a4169ff41cbfe6987107abf4ef0298;p=thirdparty%2Fiw.git add a few new commands/events Signed-off-by: Johannes Berg --- diff --git a/util.c b/util.c index 411fea1..0bae9ef 100644 --- a/util.c +++ b/util.c @@ -260,6 +260,9 @@ static const char *commands[NL80211_CMD_MAX + 1] = { [NL80211_CMD_JOIN_OCB] = "join_ocb", [NL80211_CMD_LEAVE_OCB] = "leave_ocb", [NL80211_CMD_CH_SWITCH_STARTED_NOTIFY] = "ch_switch_started_notify", + [NL80211_CMD_TDLS_CHANNEL_SWITCH] = "tdls_channel_switch", + [NL80211_CMD_TDLS_CANCEL_CHANNEL_SWITCH] = "tdls_cancel_channel_switch", + [NL80211_CMD_WIPHY_REG_CHANGE] = "wiphy_reg_change", }; static char cmdbuf[100];