]> git.ipfire.org Git - thirdparty/iw.git/blobdiff - ibss.c
add ability to document commands, document event/help
[thirdparty/iw.git] / ibss.c
diff --git a/ibss.c b/ibss.c
index e3bbdeb899eaa2c77336a60d86cdbd449cf7c27d..65016d12a15947b706e50a7c8fe8dc07f27dd3e0 100644 (file)
--- a/ibss.c
+++ b/ibss.c
@@ -63,6 +63,6 @@ static int leave_ibss(struct nl80211_state *state,
        return 0;
 }
 COMMAND(ibss, leave, NULL,
-       NL80211_CMD_LEAVE_IBSS, 0, CIB_NETDEV, leave_ibss);
+       NL80211_CMD_LEAVE_IBSS, 0, CIB_NETDEV, leave_ibss, NULL);
 COMMAND(ibss, join, "<SSID> <freq in MHz> [fixed-freq] [<fixed bssid>]",
-       NL80211_CMD_JOIN_IBSS, 0, CIB_NETDEV, join_ibss);
+       NL80211_CMD_JOIN_IBSS, 0, CIB_NETDEV, join_ibss, NULL);