| Commit message (Expand) | Author | Age | Files | Lines |
* | Initial cut at making IBSS support 802.11n aware. | adrian | 2013-01-26 | 1 | -5/+19 |
* | When setting a fixed channel on adapters with 11n support the scan | bschmidt | 2011-08-08 | 1 | -1/+9 |
* | Fix rmax calculation during BSS selection. | bschmidt | 2011-03-13 | 1 | -9/+21 |
* | The meshid element is memcpy()'ed into se_meshid if included in either | bschmidt | 2010-11-22 | 1 | -1/+1 |
* | Fix background roaming to actually work in AUTO roaming mode. | adrian | 2010-10-01 | 1 | -1/+1 |
* | Compare the address of the array, not the array. | rpaulo | 2010-06-01 | 1 | -1/+1 |
* | Make this code a little more portable by wrapping the mtx calls into | rpaulo | 2010-04-14 | 1 | -23/+23 |
* | fix misplaced #endif that caused tdma handling to be merged with ESS handling | sam | 2009-07-31 | 1 | -1/+1 |
* | Implementation of the upcoming Wireless Mesh standard, 802.11s, on the | rpaulo | 2009-07-11 | 1 | -25/+159 |
* | iv_flags_ext is full, make room by moving HT-related flags to a new | sam | 2009-06-07 | 1 | -2/+2 |
* | Overhaul monitor mode handling: | sam | 2009-05-20 | 1 | -2/+1 |
* | Create a taskqueue for each wireless interface which provides a serialised | thompsa | 2009-05-02 | 1 | -3/+3 |
* | Minor cleanups of tdma protocol handling: | sam | 2009-03-18 | 1 | -5/+9 |
* | add the desired channel to the scan list if not already present and | sam | 2009-03-04 | 1 | -0/+27 |
* | Add modes for 1/2 and 1/4-width channels so we have separate roaming | sam | 2009-02-19 | 1 | -0/+2 |
* | use c99 initializer | sam | 2009-02-19 | 1 | -10/+13 |
* | when promoting an 11b channel to 11g do not accept a ``pure G'' (OFDM only) | sam | 2009-02-01 | 1 | -2/+2 |
* | TDMA support for long distance point-to-point links using ath devices: | sam | 2009-01-08 | 1 | -1/+65 |
* | convert MALLOC/FREE to malloc/free | sam | 2008-12-18 | 1 | -5/+5 |
* | Fix definition of IEEE80211_CHAN_MAX; it was defined as 255 but | sam | 2008-12-15 | 1 | -1/+6 |
* | Fix joining an 11b BSS: scanning is normally done using 11g channels | sam | 2008-10-26 | 1 | -17/+72 |
* | expand captured ie's before calling match_bss so they can potentially | sam | 2008-10-25 | 1 | -1/+1 |
* | change ieee80211_sta_join to take an explicit channel instead of | sam | 2008-10-25 | 1 | -3/+14 |
* | Revert the removal of the MALLOC and FREE macros from the net80211 code. | des | 2008-10-23 | 1 | -5/+5 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | des | 2008-10-23 | 1 | -5/+5 |
* | guard against adhoc_pick_channel returning a NULL channel; this can | sam | 2008-09-27 | 1 | -3/+6 |
* | Multi-bss (aka vap) support for 802.11 devices. | sam | 2008-04-20 | 1 | -359/+478 |
* | Fix adhoc mode to scan all available channels for a bss to join | sam | 2008-02-29 | 1 | -42/+63 |
* | Be more careful handling off-channel frames: if the driver (wrongly) | sam | 2007-11-26 | 1 | -3/+4 |
* | use the DSPARMS ie to find the home channel for off-channel frames | sam | 2007-11-23 | 1 | -11/+12 |
* | Correct handling of off-channel frames: | sam | 2007-11-05 | 1 | -12/+37 |
* | sync 11n support with vap code base; many changes based on interop | sam | 2007-11-02 | 1 | -1/+2 |
* | In add_channel(), search 11g channels if mode is AUTO and corresponding | sephe | 2007-07-20 | 1 | -5/+11 |
* | revert handling of ssid and bssid to be manadatory instead of advisory | sam | 2007-07-12 | 1 | -33/+40 |
* | Change the channel number in the scan results struct to be a pointer to the | thompsa | 2007-06-30 | 1 | -1/+1 |
* | Update 802.11 wireless support: | sam | 2007-06-11 | 1 | -0/+1438 |