]> git.ipfire.org Git - thirdparty/iw.git/commitdiff
util: update command list
authorJohannes Berg <johannes.berg@intel.com>
Thu, 4 Jan 2018 15:19:46 +0000 (16:19 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 4 Jan 2018 15:19:46 +0000 (16:19 +0100)
util.c

diff --git a/util.c b/util.c
index f60d49bf75802ca30c6170fefc62e6ce1858f277..6e0ddffe15969d417dd10fff392e933585ce155f 100644 (file)
--- a/util.c
+++ b/util.c
@@ -273,6 +273,10 @@ static const char *commands[NL80211_CMD_MAX + 1] = {
        [NL80211_CMD_NAN_MATCH] = "nan_match",
        [NL80211_CMD_SET_MULTICAST_TO_UNICAST] = "set_multicast_to_unicast",
        [NL80211_CMD_UPDATE_CONNECT_PARAMS] = "update_connect_params",
+       [NL80211_CMD_SET_PMK] = "set_pmk",
+       [NL80211_CMD_DEL_PMK] = "del_pmk",
+       [NL80211_CMD_PORT_AUTHORIZED] = "port_authorized",
+       [NL80211_CMD_RELOAD_REGDB] = "reload_regdb",
 };
 
 static char cmdbuf[100];