]> git.ipfire.org Git - thirdparty/iw.git/log
thirdparty/iw.git
12 years agoupdate version to 3.2 v3.2
Johannes Berg [Fri, 4 Nov 2011 10:48:12 +0000 (11:48 +0100)] 
update version to 3.2

With the merge window closing, and net having been
merged, no more changes are expected in kernel 3.2
that add API, so we can release iw 3.2.

12 years agoprint out AP-side uAPSD support
Johannes Berg [Fri, 4 Nov 2011 10:53:18 +0000 (11:53 +0100)] 
print out AP-side uAPSD support

12 years agoprint PMKSA candidate event
Johannes Berg [Fri, 4 Nov 2011 10:51:05 +0000 (11:51 +0100)] 
print PMKSA candidate event

For now without the data in it.

12 years agoiw: show STA flags in station dump
Helmut Schaa [Tue, 18 Oct 2011 09:18:27 +0000 (11:18 +0200)] 
iw: show STA flags in station dump

Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
12 years agoupdate nl80211.h
Johannes Berg [Thu, 27 Oct 2011 19:37:35 +0000 (21:37 +0200)] 
update nl80211.h

12 years agoprint wiphy idx in iface info
Johannes Berg [Fri, 21 Oct 2011 12:36:20 +0000 (14:36 +0200)] 
print wiphy idx in iface info

12 years agoSSID printing: escape space at beginning end, backslash
Johannes Berg [Sun, 16 Oct 2011 15:04:37 +0000 (17:04 +0200)] 
SSID printing: escape space at beginning end, backslash

To make SSID printing point out spaces at the beginning
and end explicitly escape them with \x20. Also escape
the backslash itself so that it's unambiguous.

12 years agoprint PHY membership selector only for membership rates
Johannes Berg [Thu, 13 Oct 2011 17:50:38 +0000 (19:50 +0200)] 
print PHY membership selector only for membership rates

802.11 states
... each BSS membership selector contained in the
BSSMembershipSelectorSet parameter is encoded as an octet with
the MSB (bit 7) set to 1, and bits 6 through 0 are set to the
encoded value for the selector as found in Table 7-26a (e.g.: an
HT PHY BSS membership selector ...)"

12 years agoiw: fix HT PHY BSS Membership selector value encoding
Christian Lamparter [Tue, 11 Oct 2011 11:15:25 +0000 (13:15 +0200)] 
iw: fix HT PHY BSS Membership selector value encoding

IEEE 802.11n 7.3.2.2 extended the supported rate IE to
support a special encoding for HT rate support.

iw needs to be updated in order to recognize
the magic value and parse it accordingly.

e.g.:

> Extended supported rates: 63.5*

now becomes:

> Extended supported rates: HT*

Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
12 years agoshow supported ciphers
Johannes Berg [Wed, 5 Oct 2011 15:38:39 +0000 (17:38 +0200)] 
show supported ciphers

12 years agoprint roam capability
Johannes Berg [Tue, 4 Oct 2011 12:00:47 +0000 (14:00 +0200)] 
print roam capability

12 years agoupdate nl80211.h
Johannes Berg [Tue, 4 Oct 2011 11:59:42 +0000 (13:59 +0200)] 
update nl80211.h

12 years agoiw: add libnl-3.0 support
Yegor Yefremov [Thu, 21 Jul 2011 15:06:17 +0000 (15:06 +0000)] 
iw: add libnl-3.0 support

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
12 years agosupport for setting RANN interval and mesh gate
Javier Cardona [Wed, 10 Aug 2011 00:03:30 +0000 (17:03 -0700)] 
support for setting RANN interval and mesh gate

12 years agoupdate nl80211.h
Johannes Berg [Sat, 3 Sep 2011 07:14:07 +0000 (09:14 +0200)] 
update nl80211.h

12 years agofix bug in version.sh
Johannes Berg [Wed, 20 Jul 2011 11:32:49 +0000 (13:32 +0200)] 
fix bug in version.sh

12 years agoadd remain-on-channel
Johannes Berg [Fri, 15 Jul 2011 21:13:59 +0000 (23:13 +0200)] 
add remain-on-channel

12 years agonew wowlan triggers/info
Johannes Berg [Tue, 12 Jul 2011 11:08:37 +0000 (13:08 +0200)] 
new wowlan triggers/info

12 years agoadd set_rekey_offload cmd
Johannes Berg [Tue, 12 Jul 2011 11:03:23 +0000 (13:03 +0200)] 
add set_rekey_offload cmd

12 years agoupdate nl80211.h
Johannes Berg [Fri, 15 Jul 2011 21:07:46 +0000 (23:07 +0200)] 
update nl80211.h

12 years agomore verbose output for interface combinations
Johannes Berg [Wed, 29 Jun 2011 11:20:31 +0000 (13:20 +0200)] 
more verbose output for interface combinations

12 years agoa little bit of P2P parsing
Johannes Berg [Thu, 9 Jun 2011 18:55:44 +0000 (20:55 +0200)] 
a little bit of P2P parsing

12 years agoscan: print MS OUI as what it is
Johannes Berg [Thu, 9 Jun 2011 18:36:59 +0000 (20:36 +0200)] 
scan: print MS OUI as what it is

12 years agoscan: print WPS UUID
Johannes Berg [Thu, 9 Jun 2011 18:34:59 +0000 (20:34 +0200)] 
scan: print WPS UUID

12 years agoiw: Fix calculation of fractional multicast rates
Jo-Philipp Wich [Sun, 22 May 2011 13:09:51 +0000 (15:09 +0200)] 
iw: Fix calculation of fractional multicast rates

Due to missing brackets around the "(int) rate * 10" expression
the float value of "rate" is converted to an integer first and
then multiplied which results for example in "50" instead of the
expected "55" for a give rate of 5.5 Mbps, resulting in an invalid
argument error from iw.

This patch simply puts the multiplication expression in brackets,
so that the type cast is performed on the result and not the
first operand.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
12 years agoshow interface combinations
Johannes Berg [Fri, 13 May 2011 14:53:51 +0000 (16:53 +0200)] 
show interface combinations

12 years agoupdate nl80211.h
Johannes Berg [Tue, 24 May 2011 15:48:54 +0000 (08:48 -0700)] 
update nl80211.h

There was a merge timing issue with some
patches so the WoWLAN attributes were
renumbered.

12 years agowowlan support
Johannes Berg [Tue, 12 Apr 2011 11:04:50 +0000 (13:04 +0200)] 
wowlan support

12 years agoupdate nl80211.h
Johannes Berg [Mon, 9 May 2011 15:08:26 +0000 (17:08 +0200)] 
update nl80211.h

13 years agovalidate tx power argument is a number
Johannes Berg [Thu, 28 Apr 2011 17:41:04 +0000 (19:41 +0200)] 
validate tx power argument is a number

13 years agoAdd station BSS params to iw output
Paul Stewart [Thu, 28 Apr 2011 16:38:41 +0000 (18:38 +0200)] 
Add station BSS params to iw output

Signed-off-by: Paul Stewart <pstew@google.com>
13 years agoupdate nl80211.h
Johannes Berg [Thu, 28 Apr 2011 16:35:00 +0000 (18:35 +0200)] 
update nl80211.h

13 years agoiw: Clarify bitrate mask documentation
Sujith Manoharan [Wed, 27 Apr 2011 04:10:30 +0000 (09:40 +0530)] 
iw: Clarify bitrate mask documentation

Signed-off-by: Sujith Manoharan <Sujith.Manoharan@atheros.com>
13 years agoprint frame TX status event
Johannes Berg [Wed, 20 Apr 2011 13:41:54 +0000 (15:41 +0200)] 
print frame TX status event

13 years agoAdd send callbacks with optional debug handler
Sean Robinson [Thu, 17 Mar 2011 14:58:41 +0000 (07:58 -0700)] 
Add send callbacks with optional debug handler

libnl supports callbacks for send and recv.  This patch enables callbacks
for sent messages and uses the debug callback for the --debug option, as
the recv callbacks do.

Signed-off-by: Sean Robinson <seankrobinson@gmail.com>
13 years agofix frequency parsing
Johannes Berg [Wed, 2 Mar 2011 13:45:32 +0000 (14:45 +0100)] 
fix frequency parsing

13 years agoreport IBSS RSN
Johannes Berg [Thu, 24 Feb 2011 14:11:57 +0000 (15:11 +0100)] 
report IBSS RSN

13 years agouse nla_type
Johannes Berg [Mon, 21 Feb 2011 21:12:54 +0000 (22:12 +0100)] 
use nla_type

13 years agoversion 0.9.22 v0.9.22
Johannes Berg [Fri, 4 Feb 2011 12:29:39 +0000 (13:29 +0100)] 
version 0.9.22

 * bugfixes
 * P2P information
 * 4addr support
 * WDS support
 * IBSS improvements
 * mesh improvements, support for mesh join/leave
 * parse MMIC failure event

13 years agoiw: parse michael MIC failure event
Jouni Malinen [Fri, 4 Feb 2011 12:28:23 +0000 (13:28 +0100)] 
iw: parse michael MIC failure event

Add code to iw to parse the MMIC failure
event and print out the cause and key
information.

13 years agoadd more command names
Johannes Berg [Mon, 17 Jan 2011 15:46:03 +0000 (16:46 +0100)] 
add more command names

13 years agoiw: Add signal average to station dump information
Bruno Randolf [Tue, 11 Jan 2011 00:51:23 +0000 (09:51 +0900)] 
iw: Add signal average to station dump information

Print station signal average in station dump.

Signed-off-by: Bruno Randolf <br1@einfach.org>
13 years agoiw: add multicast rates to IBSS join
Felix Fietkau [Tue, 11 Jan 2011 00:51:18 +0000 (09:51 +0900)] 
iw: add multicast rates to IBSS join

Add multicast rates to IBSS join command.

This patch comes from OpenWRT.

Cc: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: Bruno Randolf <br1@einfach.org>
13 years agoiw: Add channel busy time to survey
Felix Fietkau [Tue, 11 Jan 2011 00:51:12 +0000 (09:51 +0900)] 
iw: Add channel busy time to survey

Print channel busy time in survey dump.

This patch comes from OpenWRT.
Fixed up for unsigned values.

[Johannes: fixed up for compiler warnings]

Cc: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: Bruno Randolf <br1@einfach.org>
13 years agoiw: survey: Mark frequency in use
Felix Fietkau [Tue, 11 Jan 2011 00:51:07 +0000 (09:51 +0900)] 
iw: survey: Mark frequency in use

Survey: Mark frequency in use according to NL80211_SURVEY_INFO_IN_USE.

This patch comes from OpenWRT.

Cc: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: Bruno Randolf <br1@einfach.org>
13 years agoadd unprot events
Johannes Berg [Thu, 6 Jan 2011 15:00:49 +0000 (16:00 +0100)] 
add unprot events

13 years agoparse NL80211_ATTR_CQM_PKT_LOSS_EVENT
Johannes Berg [Thu, 6 Jan 2011 14:58:58 +0000 (15:58 +0100)] 
parse NL80211_ATTR_CQM_PKT_LOSS_EVENT

13 years agoiw: Add antenna configuration
Bruno Randolf [Wed, 22 Dec 2010 01:54:39 +0000 (10:54 +0900)] 
iw: Add antenna configuration

Add command to set the antenna configuration (iw phyX set antenna ...) and
include available antennas and antenna setting in wiphy information.

iw phyX info:
        Available Antennas: TX 0x3 RX 0x3
        Configured Antennas: TX 0x1 RX 0x1

iw phyX set antenna <bitmap> | all | <tx bitmap> <rx bitmap>

Signed-off-by: Bruno Randolf <br1@einfach.org>
13 years agoupdate nl80211.h
Johannes Berg [Tue, 4 Jan 2011 11:13:59 +0000 (12:13 +0100)] 
update nl80211.h

13 years agoiw: fix country print
Luis R. Rodriguez [Mon, 20 Dec 2010 17:02:33 +0000 (12:02 -0500)] 
iw: fix country print

Using a %s to pring the alpha2 may give us some extra
data which will spew out when printing. Fix it by only
printing the two characters we know we will get.

Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
13 years agomesh: add support for NL80211_MESHCONF_ELEMENT_TTL
Johannes Berg [Fri, 3 Dec 2010 08:18:42 +0000 (09:18 +0100)] 
mesh: add support for NL80211_MESHCONF_ELEMENT_TTL

13 years agomesh: support join/leave
Johannes Berg [Thu, 2 Dec 2010 07:58:57 +0000 (08:58 +0100)] 
mesh: support join/leave

13 years agoupdate nl80211.h
Johannes Berg [Tue, 14 Dec 2010 12:06:54 +0000 (13:06 +0100)] 
update nl80211.h

13 years agomesh: allow setting multiple parameters at once
Johannes Berg [Thu, 2 Dec 2010 07:53:04 +0000 (08:53 +0100)] 
mesh: allow setting multiple parameters at once

13 years agomesh: allow getting all parameters at once
Johannes Berg [Thu, 2 Dec 2010 07:44:07 +0000 (08:44 +0100)] 
mesh: allow getting all parameters at once

13 years agoRevert "iw: Add antenna configuration commands"
Johannes Berg [Wed, 24 Nov 2010 16:08:52 +0000 (17:08 +0100)] 
Revert "iw: Add antenna configuration commands"

This reverts commit 024630b2c03054d0f48ffdf13fc3b05cb505cc98.

Depended on fucked up stuff.

13 years agoRevert "update nl80211.h"
Johannes Berg [Wed, 24 Nov 2010 16:08:36 +0000 (17:08 +0100)] 
Revert "update nl80211.h"

This reverts commit 73e5583c5c9ae8cfc466773cfda8431c268b41e8.

Fucked up stuff there.

13 years agoallow sub-command selection
Johannes Berg [Wed, 24 Nov 2010 07:16:47 +0000 (08:16 +0100)] 
allow sub-command selection

fixes the plink_action vs. vlan bug

13 years agoiw: Add antenna configuration commands
Bruno Randolf [Wed, 17 Nov 2010 09:32:36 +0000 (18:32 +0900)] 
iw: Add antenna configuration commands

Add command to set the antenna configuration (iw phyX set antenna ...) and
include antenna setting in wiphy information (iw phyX info).

iw phyX set antenna all | <bitmap> | <tx bitmap> <rx bitmap>

Signed-off-by: Bruno Randolf <br1@einfach.org>
13 years agoupdate nl80211.h
Johannes Berg [Tue, 23 Nov 2010 08:43:03 +0000 (09:43 +0100)] 
update nl80211.h

13 years agoiw: Add ibss join parameter for beacon interval
Bruno Randolf [Wed, 27 Oct 2010 06:02:37 +0000 (15:02 +0900)] 
iw: Add ibss join parameter for beacon interval

NL80211_ATTR_BEACON_INTERVAL already exists, we just have to use it.

Signed-off-by: Bruno Randolf <br1@einfach.org>
13 years agogenl: include genetlink.h explicitly
Johannes Berg [Tue, 26 Oct 2010 11:50:10 +0000 (13:50 +0200)] 
genl: include genetlink.h explicitly

13 years agoiw: print out eirp for triplets on scan
Luis R. Rodriguez [Mon, 18 Oct 2010 18:37:56 +0000 (11:37 -0700)] 
iw: print out eirp for triplets on scan

When debugging country IE parsing when scanning you will not see this:

Channels [1 - 1] @ 14 dBm
Channels [2 - 10] @ 21 dBm
Channels [11 - 11] @ 14 dBm

Instead of this:

Channels [1 - 1]
Channels [2 - 10]
Channels [11 - 11

Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
13 years agoevents: allow relative timestamps
Johannes Berg [Wed, 13 Oct 2010 15:52:15 +0000 (17:52 +0200)] 
events: allow relative timestamps

13 years agoclean up some messages
Johannes Berg [Fri, 8 Oct 2010 14:44:54 +0000 (16:44 +0200)] 
clean up some messages

13 years agoiw: new command to set the wds peer
Bill Jordan [Fri, 8 Oct 2010 14:37:39 +0000 (10:37 -0400)] 
iw: new command to set the wds peer

Add command to set the wds peer bssid using the newly
implemented NL80211_CMD_SET_WDS_PEER.

Signed-off-by: Bill Jordan <bjordan@rajant.com>
13 years agoiw: print station retry counters
Bruno Randolf [Wed, 6 Oct 2010 09:35:50 +0000 (18:35 +0900)] 
iw: print station retry counters

Signed-off-by: Bruno Randolf <br1@einfach.org>
13 years agoupdate nl80211.h
Johannes Berg [Thu, 7 Oct 2010 08:55:37 +0000 (10:55 +0200)] 
update nl80211.h

13 years agoiw: Implement set 4addr.
Jochen Friedrich [Sat, 2 Oct 2010 17:40:39 +0000 (19:40 +0200)] 
iw: Implement set 4addr.

Signed-off-by: Jochen Friedrich <jochen@scram.de>
13 years agoevent parsing: remove PARSE_BEACON_CHAN
Johannes Berg [Wed, 29 Sep 2010 20:32:17 +0000 (22:32 +0200)] 
event parsing: remove PARSE_BEACON_CHAN

This makes us fall through the function
thus invoking the fflush(), and gets rid
of the pointless macro.

13 years agofix some indentation
Johannes Berg [Wed, 29 Sep 2010 12:48:26 +0000 (14:48 +0200)] 
fix some indentation

pointed out by Ben Greear

13 years agoadd p2p interface types
Johannes Berg [Wed, 29 Sep 2010 12:45:28 +0000 (14:45 +0200)] 
add p2p interface types

13 years agoupdate nl80211.h
Johannes Berg [Wed, 29 Sep 2010 12:43:31 +0000 (14:43 +0200)] 
update nl80211.h

13 years agoparse RSN IE information on PMKIDs and mgmt cipher suite
Johannes Berg [Wed, 29 Sep 2010 10:45:06 +0000 (12:45 +0200)] 
parse RSN IE information on PMKIDs and mgmt cipher suite

13 years agoflush stdout after each event
Johannes Berg [Wed, 29 Sep 2010 07:00:14 +0000 (09:00 +0200)] 
flush stdout after each event

This enables you to pipe output to a
file and follow the file instead of
reading iw output on a terminal.

13 years agofix NL80211_ATTR_MAX_SCAN_IE_LEN attribute size
Johannes Berg [Sun, 26 Sep 2010 07:12:07 +0000 (09:12 +0200)] 
fix NL80211_ATTR_MAX_SCAN_IE_LEN attribute size

The kernel provides this as a u16, not a u32,
but unfortunately the problem only shows up
on big endian machines.

13 years agoversion 0.9.21 v0.9.21
Johannes Berg [Fri, 24 Sep 2010 15:44:07 +0000 (17:44 +0200)] 
version 0.9.21

 * transmit power support
 * TX bitrate mask support
 * more informative scan output
 * make it build on old systems

13 years agouse strtod() instead of strtof()
Johannes Berg [Fri, 24 Sep 2010 09:34:35 +0000 (11:34 +0200)] 
use strtod() instead of strtof()

Reportedly helps building on FC8.

13 years agoremove _ISOC99_SOURCE again
Johannes Berg [Fri, 24 Sep 2010 09:30:48 +0000 (11:30 +0200)] 
remove _ISOC99_SOURCE again

It didn't help FC8, and I never had complaints
about other systems, so let's just leave it as
it was before to not break something else ...

13 years agodefine _ISOC99_SOURCE
Johannes Berg [Wed, 22 Sep 2010 09:34:34 +0000 (11:34 +0200)] 
define _ISOC99_SOURCE

unfortunately netlink/object.h has a bug that leads
to many warnings ("extern inline") so we can't use
-std=c99 fully.

13 years agoibss: define _POSIX_SOURCE and include string.h
Johannes Berg [Wed, 22 Sep 2010 09:33:51 +0000 (11:33 +0200)] 
ibss: define _POSIX_SOURCE and include string.h

for strtok_r

13 years agophy: include string.h
Johannes Berg [Wed, 22 Sep 2010 09:33:28 +0000 (11:33 +0200)] 
phy: include string.h

13 years agoscan: don't define only an unnamed union in a struct
Johannes Berg [Wed, 22 Sep 2010 09:32:54 +0000 (11:32 +0200)] 
scan: don't define only an unnamed union in a struct

13 years agoRevert "make iw build on FC8"
Johannes Berg [Tue, 21 Sep 2010 20:11:26 +0000 (22:11 +0200)] 
Revert "make iw build on FC8"

This reverts commit bd284384a435a4cfa31f1946174aa195a746fb1f.

Andreas Schab said:

This is wrong.  You must never define internal glibc macros.

Andreas.

13 years agomake iw build on FC8
Johannes Berg [Tue, 21 Sep 2010 17:27:22 +0000 (19:27 +0200)] 
make iw build on FC8

Signed-off-by: Ben Greear <greearb@candelatech.com>
[modified to not break build elsewhere]
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
13 years agoanalyse HT operation IE
Johannes Berg [Wed, 1 Sep 2010 17:43:54 +0000 (19:43 +0200)] 
analyse HT operation IE

13 years agouse generic length checking
Johannes Berg [Wed, 1 Sep 2010 17:28:22 +0000 (19:28 +0200)] 
use generic length checking

13 years agomake AP message more informative
Johannes Berg [Fri, 27 Aug 2010 10:32:29 +0000 (12:32 +0200)] 
make AP message more informative

13 years agoparse supported TX/RX frame types
Johannes Berg [Tue, 24 Aug 2010 10:26:56 +0000 (12:26 +0200)] 
parse supported TX/RX frame types

13 years agoupdate nl80211.h
Johannes Berg [Tue, 24 Aug 2010 10:26:46 +0000 (12:26 +0200)] 
update nl80211.h

13 years agoimplement setting bitrate mask
Johannes Berg [Thu, 25 Mar 2010 21:52:35 +0000 (16:52 -0500)] 
implement setting bitrate mask

vaguely based on a patch from Rakesh Kumar.

13 years agoiw: Add support for setting transmit power level
Juuso Oikarinen [Wed, 23 Jun 2010 09:12:57 +0000 (12:12 +0300)] 
iw: Add support for setting transmit power level

Add a "set txpower" option to specify the current transmit power level. Modes
supported are automatic, fixed and limited, and the limit may be specified
in signed mBm units.

Signed-off-by: Juuso Oikarinen <juuso.oikarinen@nokia.com>
[Johannes: improve command line error checking, error reporting]
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
13 years agoupdate nl80211.h
Johannes Berg [Wed, 21 Jul 2010 08:10:33 +0000 (10:10 +0200)] 
update nl80211.h

13 years agoversion 0.9.20 v0.9.20
Johannes Berg [Wed, 14 Jul 2010 17:02:21 +0000 (19:02 +0200)] 
version 0.9.20

Lots of minor improvements:
 * show beacon IEs/TIM IE
 * off-channel command
 * coverage class
 * country IE parsing
 * power save support
 * WPS display improvements
 * CQM support
 * IBSS basic rate support

As well as internal code improvements and some bug fixes.

13 years agoiw: fix ampdu spacing & max amsdu length reporting
Christian Lamparter [Sat, 26 Jun 2010 22:51:23 +0000 (00:51 +0200)] 
iw: fix ampdu spacing & max amsdu length reporting

Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
13 years agoiw: Configure basic rates when joining ibss network
Teemu Paasikivi [Wed, 16 Jun 2010 06:22:16 +0000 (09:22 +0300)] 
iw: Configure basic rates when joining ibss network

This patch adds option to configure basic rates when joining ibss network.

Signed-off-by: Teemu Paasikivi <ext-teemu.3.paasikivi@nokia.com>
13 years agoupdate nl80211.h
Johannes Berg [Tue, 15 Jun 2010 10:03:44 +0000 (12:03 +0200)] 
update nl80211.h

13 years agoimprove connect vs. notification race behaviour
Johannes Berg [Wed, 9 Jun 2010 09:59:56 +0000 (11:59 +0200)] 
improve connect vs. notification race behaviour

This doesn't fully fix it, but should fix it
in the case there's only one application (iw)
trying to connect.

13 years agosplit out multicast group adding
Johannes Berg [Wed, 9 Jun 2010 09:50:07 +0000 (11:50 +0200)] 
split out multicast group adding

13 years agoallow "link" command to print something for ibss
Johannes Berg [Tue, 8 Jun 2010 10:40:31 +0000 (12:40 +0200)] 
allow "link" command to print something for ibss