summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_scan_sta.c
Commit message (Expand)AuthorAgeFilesLines
* Replace the homegrown implementation of nitems() with calls to nitems()rpaulo2013-08-141-3/+1
* Initial cut at making IBSS support 802.11n aware.adrian2013-01-261-5/+19
* When setting a fixed channel on adapters with 11n support the scanbschmidt2011-08-081-1/+9
* Fix rmax calculation during BSS selection.bschmidt2011-03-131-9/+21
* The meshid element is memcpy()'ed into se_meshid if included in eitherbschmidt2010-11-221-1/+1
* Fix background roaming to actually work in AUTO roaming mode.adrian2010-10-011-1/+1
* Compare the address of the array, not the array.rpaulo2010-06-011-1/+1
* Make this code a little more portable by wrapping the mtx calls intorpaulo2010-04-141-23/+23
* fix misplaced #endif that caused tdma handling to be merged with ESS handlingsam2009-07-311-1/+1
* Implementation of the upcoming Wireless Mesh standard, 802.11s, on therpaulo2009-07-111-25/+159
* iv_flags_ext is full, make room by moving HT-related flags to a newsam2009-06-071-2/+2
* Overhaul monitor mode handling:sam2009-05-201-2/+1
* Create a taskqueue for each wireless interface which provides a serialisedthompsa2009-05-021-3/+3
* Minor cleanups of tdma protocol handling:sam2009-03-181-5/+9
* add the desired channel to the scan list if not already present andsam2009-03-041-0/+27
* Add modes for 1/2 and 1/4-width channels so we have separate roamingsam2009-02-191-0/+2
* use c99 initializersam2009-02-191-10/+13
* when promoting an 11b channel to 11g do not accept a ``pure G'' (OFDM only)sam2009-02-011-2/+2
* TDMA support for long distance point-to-point links using ath devices:sam2009-01-081-1/+65
* convert MALLOC/FREE to malloc/freesam2008-12-181-5/+5
* Fix definition of IEEE80211_CHAN_MAX; it was defined as 255 butsam2008-12-151-1/+6
* Fix joining an 11b BSS: scanning is normally done using 11g channelssam2008-10-261-17/+72
* expand captured ie's before calling match_bss so they can potentiallysam2008-10-251-1/+1
* change ieee80211_sta_join to take an explicit channel instead ofsam2008-10-251-3/+14
* Revert the removal of the MALLOC and FREE macros from the net80211 code.des2008-10-231-5/+5
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-5/+5
* guard against adhoc_pick_channel returning a NULL channel; this cansam2008-09-271-3/+6
* Multi-bss (aka vap) support for 802.11 devices.sam2008-04-201-359/+478
* Fix adhoc mode to scan all available channels for a bss to joinsam2008-02-291-42/+63
* Be more careful handling off-channel frames: if the driver (wrongly)sam2007-11-261-3/+4
* use the DSPARMS ie to find the home channel for off-channel framessam2007-11-231-11/+12
* Correct handling of off-channel frames:sam2007-11-051-12/+37
* sync 11n support with vap code base; many changes based on interopsam2007-11-021-1/+2
* In add_channel(), search 11g channels if mode is AUTO and correspondingsephe2007-07-201-5/+11
* revert handling of ssid and bssid to be manadatory instead of advisorysam2007-07-121-33/+40
* 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/+1438
OpenPOWER on IntegriCloud