summaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_scan_sta.c
Commit message (Expand)AuthorAgeFilesLines
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+1
* [net80211] Add some more debugging during scanningAdrian Chadd2020-06-051-1/+7
* net80211(4): fix rate check when 'roaming' ifconfig(8) option is set to 'auto'Andriy Voskoboinyk2019-02-031-1/+0
* net80211(4): do not setup roaming parameters for unsupported modes.Andriy Voskoboinyk2019-02-031-0/+3
* net80211: turn channel mode check into assertion.Andriy Voskoboinyk2019-01-231-2/+5
* net80211: fix channel list construction for non-auto operating mode.Andriy Voskoboinyk2019-01-231-20/+38
* kernel: Fix several typos and minor errorsEitan Adler2017-12-271-1/+1
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* [net80211] Initial VHT node upgrade/downgrade support and initial IE parsing.Adrian Chadd2017-01-131-6/+40
* [net80211] Don't check bgscanidle setting in net80211 for full-offload scan.Imre Vadász2016-11-171-1/+2
* net80211: fix more compiler warnings.Andriy Voskoboinyk2016-05-191-1/+2
* net80211: replace internal LE_READ_*/LE_WRITE_* macro with systemAndriy Voskoboinyk2016-04-201-1/+2
* [net80211] migrate the time_* macros to ieee80211_* namespace.Adrian Chadd2016-03-301-2/+2
* net80211: do not enforce promiscuous mode for AP scanAndriy Voskoboinyk2016-02-291-3/+0
* These files were getting sys/malloc.h and vm/uma.h with header pollutionGleb Smirnoff2016-02-011-0/+1
* Remove duplicate use of RV(), LE_* and other macros.Adrian Chadd2015-09-221-11/+3
* Replay r286410. Change KPI of how device drivers that provide wirelessGleb Smirnoff2015-08-271-23/+3
* Revert the wifi ifnet changes until things are more baked and tested.Adrian Chadd2015-08-081-3/+23
* Change KPI of how device drivers that provide wireless connectivity interactGleb Smirnoff2015-08-071-23/+3
* 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