On Wed, Oct 12, 2011 at 11:20:31AM -0400, Antoine Beaupré wrote: > On Wed, 12 Oct 2011 14:08:32 +0100, Ben Hutchings <b...@decadent.org.uk> > wrote: > > Can you create an ad-hoc interface like this: > > > > iw dev wlan0 interface add wlan1 type adhoc > > > > (you'll need the iw package). > > Interesting - this works. Didn't know of the iw tool. But this creates a > separate interface, kind of odd! > > The adhoc mode works like that. I am not sure I understand why it > doesn't work with iwconfig, can you enlighten me?
iwconfig uses the original WEXT (wireless extensions) configuration interface. This interface was never very well specified and was implemented in inconsistent ways by different drivers. The newer configuration interface used by iw, Network Manager and other tools is nl80211 (netlink for IEEE 802.11). http://linuxwireless.org/en/developers/Documentation/Wireless-Extensions http://linuxwireless.org/en/developers/Documentation/nl80211 Ben. -- Ben Hutchings We get into the habit of living before acquiring the habit of thinking. - Albert Camus -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org