summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
...
* instead of special casing lookups for the 11na/g legacy rate set, justsam2009-02-191-2/+1
* Add a ieee80211_waitfor_parent() function that will wait for all deferredthompsa2009-02-121-1/+1
* add an assert to verify the number of channels returned by ic_getradiocapssam2009-01-281-0/+2
* Remove assumptions about the max # channels in ioctl's:sam2009-01-271-24/+52
* change ic_getradiocaps driver callback to include the max # channelssam2009-01-271-1/+1
* If the parent up/down task was queued then sync with it before returning fromthompsa2009-01-251-0/+3
* add missing return that broke WPA1+2 supportsam2009-01-111-0/+1
* TDMA support for long distance point-to-point links using ath devices:sam2009-01-081-1/+20
* convert MALLOC/FREE to malloc/freesam2008-12-181-12/+12
* Fix definition of IEEE80211_CHAN_MAX; it was defined as 255 butsam2008-12-151-16/+8
* change ieee80211_sta_join to take an explicit channel instead ofsam2008-10-251-1/+1
* Revert the removal of the MALLOC and FREE macros from the net80211 code.des2008-10-231-12/+15
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-15/+12
* RIFS support; needs driver callback for dynamic state changesam2008-09-221-0/+20
* MIMO power save support; still needs callbacks for notifying driverssam2008-09-211-0/+25
* only return the negotiated ampdu density for sta modesam2008-09-061-1/+2
* Verify that the WPA flags set are actually compatible with theimp2008-08-091-4/+13
* Add a mac address to the key definition as otherwise we lose thesam2008-05-281-3/+5
* we have a DFS capability now so enable checksam2008-05-111-3/+0
* Multi-bss (aka vap) support for 802.11 devices.sam2008-04-201-930/+1581
* sync 11n support with vap code base; many changes based on interopsam2007-11-021-0/+32
* Fixup sta inactivity handling:sam2007-09-061-0/+9
* Update 802.11 wireless support:sam2007-06-111-1050/+852
* copyright updates:sam2007-06-061-7/+1
* change ic_modecaps to a bit vector and use setbit, et. al.sam2007-03-111-1/+1
* keep tx/rx seq #'s for non-QoS traffic separate from QoS; stationssam2007-03-111-2/+2
* correct inital bounds check on returning scan results; this does notsam2007-03-051-1/+1
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-5/+6
* Now that we have COMPAT_FREEBSD6 officially, use it from opt_compat.h.ru2006-09-261-1/+2
* More statistics fixups:sam2006-08-101-15/+71
* add IEEE80211_IOC_BMISSTHRESHOLD for managing the beacon misssam2006-07-261-0/+10
* power save mode state changes should not require clocking the 802.11sam2006-07-161-0/+7
* implement set(IEEE80211_IOC_STA_STATS) for hostapd; forsam2006-03-271-0/+28
* honor user-specified key index for global key slotssam2006-02-211-0/+6
* treat setting the optional ie to a zero-length datum to mean "deletesam2006-02-201-7/+17
* Rev ioctl to get scan results:sam2006-01-181-24/+164
* Correct a buffer overflow when scanning for 802.11 wireless networks.cperciva2006-01-181-4/+16
* make packet bursting configurable (default to on if device is capable)sam2005-12-141-0/+12
* allow setting the bssid in any modesam2005-12-141-3/+0
* add fixed rate for sending multicast framessam2005-12-121-0/+6
* change malloc when setting an optional ie to use M_NOWAITsam2005-12-121-2/+1
* correct parameter check when retrieving the current channel listsam2005-12-121-1/+1
* - Store pointer to the link-level address right in "struct ifnet"ru2005-11-111-3/+3
* Properly set ic_curchan before calling back to device driver to do channelavatar2005-08-301-2/+12
* Extend acl support to pass ioctl requests through and use this tosam2005-08-131-3/+17
* Clarify/fix handling of the current channel:sam2005-08-101-32/+2
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-1/+2
* Split crypto tx+rx key indices and add a key index -> node mapping table:sam2005-08-081-1/+1
* use ieee80211_iterate_nodes to retrieve station data; the previoussam2005-08-081-45/+89
* Cleanup beacon/listen interval handling:sam2005-08-081-1/+1
OpenPOWER on IntegriCloud