3 @@ -83,6 +83,20 @@ static int join_ibss(struct nl80211_stat
8 + if (argc > 1 && strcmp(argv[0], "mcast-rate") == 0) {
12 + rate = strtod(argv[0], &end);
16 + NLA_PUT_U32(msg, NL80211_ATTR_MCAST_RATE, (int) rate * 10);
24 @@ -109,7 +123,7 @@ COMMAND(ibss, leave, NULL,
25 "Leave the current IBSS cell.");
27 "<SSID> <freq in MHz> [fixed-freq] [<fixed bssid>] "
28 - "[basic-rates <rate in Mbps,rate2,...>] [key d:0:abcde]",
29 + "[basic-rates <rate in Mbps,rate2,...>] [mcast-rate <rate in Mbps>] [key d:0:abcde]",
30 NL80211_CMD_JOIN_IBSS, 0, CIB_NETDEV, join_ibss,
31 "Join the IBSS cell with the given SSID, if it doesn't exist create\n"
32 "it on the given frequency. When fixed frequency is requested, don't\n"