summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_proto.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clarify/fix handling of the current channel:sam2005-08-101-2/+2
* split xmit of probe request frame out into a separate routine thatsam2005-07-221-2/+5
* simplify ieee80211_node_authorize and ieee80211_node_unauthorize api'ssam2005-07-221-1/+1
* simplify rate set api's by removing ic parameter (implicit in node reference)sam2005-07-221-1/+2
* o add IEEE80211_FRAG_DEFAULTsam2005-07-221-5/+1
* diff reduction against p4: define IEEE80211_FIXED_RATE_NONE and usesam2005-07-221-2/+3
* when operating in ap mode, explicitly drop associated/authenticatedsam2005-07-041-19/+25
* Don't clock the state machine in various cases when roaming is setsam2005-06-071-6/+11
* noop change so RUN->RUN transition isn't considered invalidsam2005-01-241-1/+2
* statically allocate the station/neighbor node table; the deferredsam2005-01-241-12/+3
* when scanning is interrupted reset state so table entries go in the stationsam2005-01-181-1/+3
* bump copyright for 2005sam2004-12-311-1/+1
* do not clear the global key cache when reaching the INIT statesam2004-12-121-1/+0
* Update 802.11 support; too much new functionality to fully describesam2004-12-081-101/+658
* Add a new network interface flag, IFF_NEEDSGIANT, which will allowrwatson2004-07-271-1/+1
OpenPOWER on IntegriCloud