summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_proto.c
Commit message (Expand)AuthorAgeFilesLines
* Although it's documented that the vap newstate call can drop theadrian2012-02-241-0/+6
* Fix a panic in the wifi stack when a software beacon miss occurs in the wrong...adrian2011-10-021-7/+12
* Fix brokenness introduced by my last commit.adrian2011-07-201-0/+2
* This sets the BSS channel for each VAP for the given interface.adrian2011-07-191-0/+15
* Fix a WME corner case found by the FreeBSD 802.11n testing crew.adrian2011-03-241-0/+9
* Add a new mgmt subtype "ACTION NO ACK" defined in 802.11n-2009, while herebschmidt2011-02-211-1/+1
* Default to the lowest negotiated rate for mgmt/multicast traffic in 11n modeadrian2011-02-211-0/+18
* fixes a broken software beacon miss handler. There is a race to checkweongyo2010-03-141-2/+0
* Implementation of the upcoming Wireless Mesh standard, 802.11s, on therpaulo2009-07-111-2/+13
* o station mode channel switch supportsam2009-06-041-9/+28
* remove another vestige of the null if_softc on detach hacksam2009-06-021-16/+6
* Overhaul monitor mode handling:sam2009-05-201-0/+1
* Cancel the scan when going to INIT state. Should do this for other states herethompsa2009-05-101-0/+2
* Relax the condition for printing the lost state transition message. The newthompsa2009-05-031-10/+12
* Create a taskqueue for each wireless interface which provides a serialisedthompsa2009-05-021-44/+171
* split Atheros SuperG support out into it's own file that's included onlysam2009-03-241-33/+0
* o reset aggressive mode flag; it was being left set after marking ansam2009-02-201-1/+2
* misc cleanup of wme parameter settingsam2009-02-201-63/+46
* Add modes for 1/2 and 1/4-width channels so we have separate roamingsam2009-02-191-0/+20
* use c99 initializerssam2009-02-191-101/+101
* o consolidate loops to eliminate assumptions about ordering of modessam2009-02-191-13/+10
* Add a ieee80211_waitfor_parent() function that will wait for all deferredthompsa2009-02-121-0/+15
* convert MALLOC/FREE to malloc/freesam2008-12-181-1/+1
* Revert the removal of the MALLOC and FREE macros from the net80211 code.des2008-10-231-1/+1
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-1/+1
* Add ieee80211_suspend_all and ieee80211_resume_all forsam2008-05-281-0/+40
* ignore sw beacon miss while scanning, just reset the beacon count and timersam2008-05-221-1/+18
* Multi-bss (aka vap) support for 802.11 devices.sam2008-04-201-475/+776
* update default wme parameters to latest WiFi test planssam2007-11-231-24/+24
* sync 11n support with vap code base; many changes based on interopsam2007-11-021-1/+3
* don't try to re-associate after a parameter change, too many ap'ssam2007-11-021-11/+1
* mgmt subtype 13 is actionsam2007-09-181-1/+1
* Update beacon handling to sync w/ vap code base:sam2007-09-171-1/+7
* o add 802.11 state machine states for DFS and client-side power savesam2007-09-051-1/+16
* Correct state machine handling of AUTH -> AUTH transitions that passsam2007-06-161-0/+1
* Update 802.11 wireless support:sam2007-06-111-151/+374
* copyright updates:sam2007-06-061-7/+1
* change ieee80211_fix_rate to take a rate set instead of usingsam2007-03-111-3/+2
* add ieee80211_opmode_name array for mapping the opmode to a stringsam2007-03-071-0/+10
* Fix potential node refcnt leak. If mbufs are q'd on ic_mgtq whensam2007-01-081-7/+9
* Correct several issues with rate set negotiation:sam2007-01-081-33/+32
* First cut at half/quarter-rate 11a channel support (e.g. for usesam2006-12-271-2/+3
* add support for 802.11 packet injection via bpfsam2006-07-261-0/+1
* fix switching between agressive and non-agressive wmm modessam2006-03-101-2/+2
* when scanning channels marked passive defer probe request untilsam2006-03-061-12/+4
* s/w beacon miss facility; need to add knobs to fiddle with the settingssam2006-01-231-0/+37
* enable "aggressive mode" only when operating in ap or station mode; insam2006-01-021-1/+1
* make packet bursting configurable (default to on if device is capable)sam2005-12-141-1/+1
* Add ieee80211_beacon_miss for processing sta mode beacon miss eventssam2005-12-121-0/+38
* add fixed rate for sending multicast framessam2005-12-121-0/+1
OpenPOWER on IntegriCloud