aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_scan.h
Commit message (Expand)AuthorAgeFilesLines
* Break out the current 802.11 software scan methods into an indirect table.Adrian Chadd2015-06-081-0/+33
* Prepare for supporting driver-overridden curchan when submitting scanAdrian Chadd2015-05-101-0/+2
* Turn ieee80211_start_scan_locked() into a swscan module private method.Adrian Chadd2015-05-101-4/+0
* Refactor and split out the net80211 software scan engine from the restAdrian Chadd2015-01-061-0/+14
* Add 802.11h quiet time element support into net80211.Adrian Chadd2011-11-081-0/+1
* Implementation of the upcoming Wireless Mesh standard, 802.11s, on theRui Paulo2009-07-111-0/+3
* o station mode channel switch supportSam Leffler2009-06-041-1/+3
* pad data structures to enable integration of future features w/o abi breakageSam Leffler2009-06-011-0/+5
* Overhaul monitor mode handling:Sam Leffler2009-05-201-3/+2
* Create a taskqueue for each wireless interface which provides a serialisedAndrew Thompson2009-05-021-0/+1
* Fix typo in comment.Rui Paulo2009-03-301-1/+1
* TDMA support for long distance point-to-point links using ath devices:Sam Leffler2009-01-081-1/+2
* Multi-bss (aka vap) support for 802.11 devices.Sam Leffler2008-04-201-38/+109
* Fix scanning issues since the new net80211 code went inAndrew Thompson2007-06-301-0/+1
* Change the channel number in the scan results struct to be a pointer to theAndrew Thompson2007-06-301-2/+2
* Update 802.11 wireless support:Sam Leffler2007-06-111-0/+218