aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_scan_sta.c
Commit message (Expand)AuthorAgeFilesLines
* Migrate the scan iterator lock typedefs out into ieee80211_freebsd.h.Adrian Chadd2015-05-261-5/+5
* Convert malloc/free back to #define's, as part of OS portability work.Adrian Chadd2015-05-251-7/+8
* Prepare for supporting driver-overridden curchan when submitting scanAdrian Chadd2015-05-101-3/+4
* Fix the scan handling for 11b->11g upgrades in a world where, well,Adrian Chadd2014-12-181-4/+6
* Fix typo in comment.Rui Paulo2013-11-291-1/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Replace the homegrown implementation of nitems() with calls to nitems()Rui Paulo2013-08-141-3/+1
* Initial cut at making IBSS support 802.11n aware.Adrian Chadd2013-01-261-5/+19
* When setting a fixed channel on adapters with 11n support the scanBernhard Schmidt2011-08-081-1/+9
* Fix rmax calculation during BSS selection.Bernhard Schmidt2011-03-131-9/+21
* The meshid element is memcpy()'ed into se_meshid if included in eitherBernhard Schmidt2010-11-221-1/+1
* Fix background roaming to actually work in AUTO roaming mode.Adrian Chadd2010-10-011-1/+1
* Compare the address of the array, not the array.Rui Paulo2010-06-011-1/+1
* Make this code a little more portable by wrapping the mtx calls intoRui Paulo2010-04-141-23/+23
* fix misplaced #endif that caused tdma handling to be merged with ESS handlingSam Leffler2009-07-311-1/+1
* Implementation of the upcoming Wireless Mesh standard, 802.11s, on theRui Paulo2009-07-111-25/+159
* iv_flags_ext is full, make room by moving HT-related flags to a newSam Leffler2009-06-071-2/+2
* Overhaul monitor mode handling:Sam Leffler2009-05-201-2/+1
* Create a taskqueue for each wireless interface which provides a serialisedAndrew Thompson2009-05-021-3/+3
* Minor cleanups of tdma protocol handling:Sam Leffler2009-03-181-5/+9
* add the desired channel to the scan list if not already present andSam Leffler2009-03-041-0/+27
* Add modes for 1/2 and 1/4-width channels so we have separate roamingSam Leffler2009-02-191-0/+2
* use c99 initializerSam Leffler2009-02-191-10/+13
* when promoting an 11b channel to 11g do not accept a ``pure G'' (OFDM only)Sam Leffler2009-02-011-2/+2
* TDMA support for long distance point-to-point links using ath devices:Sam Leffler2009-01-081-1/+65
* convert MALLOC/FREE to malloc/freeSam Leffler2008-12-181-5/+5
* Fix definition of IEEE80211_CHAN_MAX; it was defined as 255 butSam Leffler2008-12-151-1/+6
* Fix joining an 11b BSS: scanning is normally done using 11g channelsSam Leffler2008-10-261-17/+72
* expand captured ie's before calling match_bss so they can potentiallySam Leffler2008-10-251-1/+1
* change ieee80211_sta_join to take an explicit channel instead ofSam Leffler2008-10-251-3/+14
* Revert the removal of the MALLOC and FREE macros from the net80211 code.Dag-Erling Smørgrav2008-10-231-5/+5
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-5/+5
* guard against adhoc_pick_channel returning a NULL channel; this canSam Leffler2008-09-271-3/+6
* Multi-bss (aka vap) support for 802.11 devices.Sam Leffler2008-04-201-359/+478
* Fix adhoc mode to scan all available channels for a bss to joinSam Leffler2008-02-291-42/+63
* Be more careful handling off-channel frames: if the driver (wrongly)Sam Leffler2007-11-261-3/+4
* use the DSPARMS ie to find the home channel for off-channel framesSam Leffler2007-11-231-11/+12
* Correct handling of off-channel frames:Sam Leffler2007-11-051-12/+37
* sync 11n support with vap code base; many changes based on interopSam Leffler2007-11-021-1/+2
* In add_channel(), search 11g channels if mode is AUTO and correspondingSepherosa Ziehau2007-07-201-5/+11
* revert handling of ssid and bssid to be manadatory instead of advisorySam Leffler2007-07-121-33/+40
* Change the channel number in the scan results struct to be a pointer to theAndrew Thompson2007-06-301-1/+1
* Update 802.11 wireless support:Sam Leffler2007-06-111-0/+1438