summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_scan.c
Commit message (Expand)AuthorAgeFilesLines
* Implementation of the upcoming Wireless Mesh standard, 802.11s, on therpaulo2009-07-111-0/+1
* calls callout_drain(9) to un-schedule a scan timer to prevent a pageweongyo2009-06-031-0/+1
* Overhaul monitor mode handling:sam2009-05-201-2/+4
* Create a taskqueue for each wireless interface which provides a serialisedthompsa2009-05-021-200/+207
* o add ic_rt to track the rate table for the current channel; this enablessam2009-03-291-0/+1
* display min/max dwell times in msecs in debug msgssam2009-02-221-3/+4
* Add modes for 1/2 and 1/4-width channels so we have separate roamingsam2009-02-191-0/+6
* simplify setting up the roaming parameters; writing default parameters onlysam2009-02-191-43/+29
* convert MALLOC/FREE to malloc/freesam2008-12-181-2/+2
* Revert the removal of the MALLOC and FREE macros from the net80211 code.des2008-10-231-2/+2
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-2/+2
* Simplify some contorted logic that wrongly left ISCAN_DISCARD setsam2008-05-281-15/+13
* Revise lock name handling:sam2008-05-281-1/+1
* Multi-bss (aka vap) support for 802.11 devices.sam2008-04-201-231/+472
* silence complaint about not loading the wlan_scan_monitor module;sam2007-10-241-1/+2
* Fix scanning issues since the new net80211 code went inthompsa2007-06-301-10/+13
* Change the channel number in the scan results struct to be a pointer to thethompsa2007-06-301-1/+1
* Update 802.11 wireless support:sam2007-06-111-0/+990
OpenPOWER on IntegriCloud