summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_scan_sta.c
Commit message (Expand)AuthorAgeFilesLines
* net80211: fix more compiler warnings.avos2016-05-191-1/+2
* net80211: replace internal LE_READ_*/LE_WRITE_* macro with systemavos2016-04-201-1/+2
* [net80211] migrate the time_* macros to ieee80211_* namespace.adrian2016-03-301-2/+2
* net80211: do not enforce promiscuous mode for AP scanavos2016-02-291-3/+0
* These files were getting sys/malloc.h and vm/uma.h with header pollutionglebius2016-02-011-0/+1
* Remove duplicate use of RV(), LE_* and other macros.adrian2015-09-221-11/+3
* Replay r286410. Change KPI of how device drivers that provide wirelessglebius2015-08-271-23/+3
* Revert the wifi ifnet changes until things are more baked and tested.adrian2015-08-081-3/+23
* Change KPI of how device drivers that provide wireless connectivity interactglebius2015-08-071-23/+3
* Migrate the scan iterator lock typedefs out into ieee80211_freebsd.h.adrian2015-05-261-5/+5
* Convert malloc/free back to #define's, as part of OS portability work.adrian2015-05-251-7/+8
* Prepare for supporting driver-overridden curchan when submitting scanadrian2015-05-101-3/+4
* Fix the scan handling for 11b->11g upgrades in a world where, well,adrian2014-12-181-4/+6
* Fix typo in comment.rpaulo2013-11-291-1/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+1
* 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
OpenPOWER on IntegriCloud