]> git.ipfire.org Git - thirdparty/iw.git/commitdiff
update command list
authorJohannes Berg <johannes.berg@intel.com>
Tue, 6 Nov 2012 10:31:00 +0000 (11:31 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 6 Nov 2012 10:31:00 +0000 (11:31 +0100)
util.c

diff --git a/util.c b/util.c
index 2983e32eb97268de1fa3858e80a25ba9a992de49..39a533e64819eca6ae3434e375119f0625cd14ca 100644 (file)
--- a/util.c
+++ b/util.c
@@ -237,6 +237,9 @@ static const char *commands[NL80211_CMD_MAX + 1] = {
        [NL80211_CMD_UNEXPECTED_4ADDR_FRAME] = "unexpected_4addr_frame",
        [NL80211_CMD_SET_NOACK_MAP] = "set_noack_map",
        [NL80211_CMD_CH_SWITCH_NOTIFY] = "ch_switch_notify",
+       [NL80211_CMD_START_P2P_DEVICE] = "start_p2p_device",
+       [NL80211_CMD_STOP_P2P_DEVICE] = "stop_p2p_device",
+       [NL80211_CMD_CONN_FAILED] = "conn_failed",
 };
 
 static char cmdbuf[100];