]> git.ipfire.org Git - thirdparty/iw.git/commitdiff
add more command names
authorJohannes Berg <johannes.berg@intel.com>
Mon, 17 Jan 2011 15:46:03 +0000 (16:46 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 17 Jan 2011 15:46:03 +0000 (16:46 +0100)
util.c

diff --git a/util.c b/util.c
index 7e4045713f730b7d0260fe03d43d2e523c597a42..7ff866f9037eb7a44d0f31c86bba913eecad2cc6 100644 (file)
--- a/util.c
+++ b/util.c
@@ -168,6 +168,10 @@ static const char *commands[NL80211_CMD_MAX + 1] = {
        [NL80211_CMD_REGISTER_ACTION] = "register_action",
        [NL80211_CMD_ACTION] = "action",
        [NL80211_CMD_SET_CHANNEL] = "set_channel",
+       [NL80211_CMD_SET_WDS_PEER] = "set_wds_peer",
+       [NL80211_CMD_FRAME_WAIT_CANCEL] = "frame_wait_cancel",
+       [NL80211_CMD_JOIN_MESH] = "join_mesh",
+       [NL80211_CMD_LEAVE_MESH] = "leave_mesh",
 };
 
 static char cmdbuf[100];