On Mon, Jan 16, 2006 at 09:54:15AM -0800, Sam Leffler wrote: > The way you implement bg scanning is to notify the ap you are going into > power save mode before you leave the channel (in sta mode). Hence bg > scanning and power save operation interact. That is not "powersave operation" -- that is telling the AP we are going into powersave, but not actually going into powersave -- Actual powersave operation would need to be disabled if we go into a scan, as we need to have the rx path powered up and ready to hear anything out there for the full channel dwell time. > See above. Doing bg scanning well is a balancing act and restoring > hardware state is the least of your worries (hopefully); e.g. what's the > right thing to do when you get a frame to transmit while off-channel > scanning, how often should you return to the bss channel? Disallow all other transmits (either by failing them altogether, or by buffering them up, which I think is better) while performing the scan. If we are (continually) scanning because we don't have an association, then we shouldn't be allowing any traffic through the stack anyway. At the end of each scan pass, you return to the original channel, then return "scan complete" to the stack/userspace. at this point any pending transmits can go out, and if another scan pass is desired, it will happen then. > Er, you need to listen to at least beacons from other ap's if you're in > 11g so you can detect overlapping bss and enable protection. There are > other ways to handle this but that's one. If you can't hear the traffic, then it doesn't count for purposes of ER protection -- but that said, this only matters for AP operation, so APs shouldn't filter out anyone else's becacons. STAs should respect the "use ER Protection" bit in the AP's beacon, so can filter out traffic that doesn't match the configured BSSID. > >Oh, I know. I've burned out many brain cells trying to build > >supportable solutions for our customers. > > I don't recall seeing well-developed scanning code in either of the > proposed stacks. I've only looked into the pre-2.6-merged HostAP stack, so I can't comment on what's publically available. I'll have a look at the GPL'ed DeviceScape stack when I have more time. Most of what I've going on about is derived from my experience from commercial 802.11 work I've done over the past few years. - Solomon -- Solomon Peachy ICQ: 1318344 Melbourne, FL Quidquid latine dictum sit, altum viditur.
Attachment:
pgp0WRjoosaz3.pgp
Description: PGP signature
- Follow-Ups:
- Re: wireless: recap of current issues (configuration)
- From: Sam Leffler <[email protected]>
- Re: wireless: recap of current issues (configuration)
- References:
- wireless: recap of current issues (intro)
- From: "John W. Linville" <[email protected]>
- wireless: recap of current issues (configuration)
- From: "John W. Linville" <[email protected]>
- Re: wireless: recap of current issues (configuration)
- From: Johannes Berg <[email protected]>
- Re: wireless: recap of current issues (configuration)
- From: Stuffed Crust <[email protected]>
- Re: wireless: recap of current issues (configuration)
- From: Jeff Garzik <[email protected]>
- Re: wireless: recap of current issues (configuration)
- From: Stuffed Crust <[email protected]>
- Re: wireless: recap of current issues (configuration)
- From: Sam Leffler <[email protected]>
- Re: wireless: recap of current issues (configuration)
- From: Stuffed Crust <[email protected]>
- Re: wireless: recap of current issues (configuration)
- From: Sam Leffler <[email protected]>
- wireless: recap of current issues (intro)
- Prev by Date: Re: no carrier when using forcedeth on MSI K8N Neo4-F
- Next by Date: [PATCH] Fall back io scheduler ( Re: [Ext2-devel] Re: Fall back io scheduler for 2.6.15?)
- Previous by thread: Re: wireless: recap of current issues (configuration)
- Next by thread: Re: wireless: recap of current issues (configuration)
- Index(es):