From: Johannes Berg Date: Mon, 17 Jan 2011 15:46:03 +0000 (+0100) Subject: add more command names X-Git-Tag: v0.9.22~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dcf570384d2b9ca1cb78c0ab01201cb8927f061e;p=thirdparty%2Fiw.git add more command names --- diff --git a/util.c b/util.c index 7e40457..7ff866f 100644 --- 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];