From: Dan Williams <dcbw@redhat.com>
To: Ian Brown <ianbrn@gmail.com>
Cc: netdev@vger.kernel.org
Subject: Re: Scanning in ieee80211 softmac layer and setting essid (newbie)
Date: Tue, 09 May 2006 11:26:53 -0400 [thread overview]
Message-ID: <1147188413.4979.3.camel@localhost.localdomain> (raw)
In-Reply-To: <d0383f90605090638u3ca7a5c0je1a4ce8bc3dc696e@mail.gmail.com>
On Tue, 2006-05-09 at 16:38 +0300, Ian Brown wrote:
> Hello,
> I see that setting the essid of a wireless card
> (by iwconfig eth1 essid homenet)
> triggers scanning;
> My question is : why is this scanning needed when set essid is called?
> and why is the repeatition?
Because the wireless card needs to know information about the access
point before it can associate, like channel, BSSID, supported rates,
etc. None of these things are indicated by the SSID you've just set on
the card. Normally, when you set an SSID and the card knows nothing
about that SSID, the card will scan all channels looking for access
points that happen to match the SSID you've just set. It can then get
all the necessary information that it needs to connect to the access
point, but only _after_ it's scanned and found one with that SSID.
If the card does background scanning and keeps a list of access points
on its own, that makes things a little faster. But the scan is still
necessary in many instances.
Dan
next prev parent reply other threads:[~2006-05-09 15:28 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-05-09 13:38 Scanning in ieee80211 softmac layer and setting essid (newbie) Ian Brown
2006-05-09 15:26 ` Dan Williams [this message]
2006-05-09 22:27 ` Uli Kunitz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1147188413.4979.3.camel@localhost.localdomain \
--to=dcbw@redhat.com \
--cc=ianbrn@gmail.com \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox