From: Johannes Berg Date: Tue, 18 Oct 2016 05:41:22 +0000 (+0200) Subject: add new commands X-Git-Tag: v4.9~3 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=2781d641f37602469b21a00f0850a7117a3879c3;p=thirdparty%2Fiw.git add new commands Signed-off-by: Johannes Berg --- diff --git a/util.c b/util.c index 96a8b27..9083e45 100644 --- a/util.c +++ b/util.c @@ -264,6 +264,12 @@ static const char *commands[NL80211_CMD_MAX + 1] = { [NL80211_CMD_TDLS_CANCEL_CHANNEL_SWITCH] = "tdls_cancel_channel_switch", [NL80211_CMD_WIPHY_REG_CHANGE] = "wiphy_reg_change", [NL80211_CMD_ABORT_SCAN] = "abort_scan", + [NL80211_CMD_START_NAN] = "start_nan", + [NL80211_CMD_STOP_NAN] = "stop_nan", + [NL80211_CMD_ADD_NAN_FUNCTION] = "add_nan_function", + [NL80211_CMD_DEL_NAN_FUNCTION] = "del_nan_function", + [NL80211_CMD_CHANGE_NAN_CONFIG] = "change_nan_config", + [NL80211_CMD_NAN_MATCH] = "nan_match", }; static char cmdbuf[100];