Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 May 2002 12:39:54 +0930
From:      Greg 'groggy' Lehey <grog@FreeBSD.org>
To:        Jim Binkley <jrb@cs.pdx.edu>
Cc:        freebsd-mobile@freebsd.org
Subject:   Re: ok then stupid question about IBSS mode
Message-ID:  <20020507123954.B63106@wantadilla.lemis.com>
In-Reply-To: <200205061640.JAA11219@sirius.cs.pdx.edu>
References:  <200205061640.JAA11219@sirius.cs.pdx.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
On Monday,  6 May 2002 at  9:40:24 -0700, Jim Binkley wrote:
>
> Aka ad hoc  ...
>
> So we have an IBSS master and IBSS slaves.
>
> To setup a master then
>
> wicontrol -p 1
> wicontrol -c 1
> wicontrol -n "irulethelink"
>
> so non-masters are what then:  ?!

This is the result of the misleading terminology.  On Lucent cards,
you need the following for an IBSS:

 wicontrol -p 1
 wicontrol -n "IBSS"

In addition, *at least one* station (card) must do

 wicontrol -c 1

With the Lucent firmware, this creates a BSSID with the MAC address of
that station, with bit 6 of the first octet set.  For example:

  Current BSSID:                          [ 02:02:2d:28:de:bf ]
  MAC address:                            [ 00:02:2d:28:de:bf ]

This is the only contribution of this station.  Once it has done this,
it can go away and the other stations can still communicate between
each other. 

Greg
--
See complete headers for address and phone numbers

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-mobile" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020507123954.B63106>