aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in commentRui Paulo2009-12-081-1/+1
* Remove trailing ";" in struct ieee80211_beacon_offsets declarationAntoine Brodin2009-11-111-1/+1
* Fix off by one in ieee80211_send_action_registerAntoine Brodin2009-11-111-1/+1
* The isr_intval in ieee80211req_scan_result structure should be 16 bit.Rui Paulo2009-11-091-1/+1
* Take a step towards removing if_watchdog/if_timer. Don't explicitly setJohn Baldwin2009-11-061-1/+0
* Update the route's sequence number upon receiving a RANN.Rui Paulo2009-10-291-9/+12
* The draft spec doesn't say beacon frames need to have a wildcard BSSID,Rui Paulo2009-10-231-7/+1
* Initialize rann_flags properly.Rui Paulo2009-10-221-0/+1
* Don't call the newstate callback as that's dangerous. Rely no ENETRESETRui Paulo2009-10-211-4/+0
* Fix a bug in composing PERR frames introduced by latest draft update.Rui Paulo2009-10-191-1/+2
* Implement the missing support for updating the mesh conf number ofRui Paulo2009-10-194-1/+31
* HWMP fixes, namely:Rui Paulo2009-10-191-31/+32
* Properly initialize the mesh conf capabilities byte.Rui Paulo2009-10-131-0/+1
* Fix a wrong initialization that snuck in the latest commit.Rui Paulo2009-10-121-1/+1
* Another 3.03 draft bit that I missed in the previous 802.11s stackRui Paulo2009-10-123-85/+48
* Update 802.11s mesh support to draft 3.03. This includes a revised frameRui Paulo2009-09-224-199/+125
* Revert previous commit and add myself to the list of people who shouldPoul-Henning Kamp2009-09-082-2/+2
* Add necessary include.Poul-Henning Kamp2009-09-082-2/+2
* correct timeout for doing NOL processing; need a ticks-relative valueSam Leffler2009-09-031-1/+1
* on transition to SLEEP state mark the station in power save, not awakeSam Leffler2009-09-031-1/+1
* Fix a typo in ifdef mesh support. This would make mesh unworkable ifRui Paulo2009-08-171-1/+1
* Drain link state event changes posted during vap destroy. This is aSam Leffler2009-08-121-1/+3
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-012-2/+1
* fix misplaced #endif that caused tdma handling to be merged with ESS handlingSam Leffler2009-07-311-1/+1
* Filter setting IFF_PROMISC on tdma vaps; we don't want the underyling deviceSam Leffler2009-07-311-1/+2
* Mesh fixes, namely:Rui Paulo2009-07-274-80/+141
* revert OACTIVE part of r195845; instead fix the comment so it does not referSam Leffler2009-07-241-1/+13
* correct handling of IFF_PROMISC; this should not be pushed to the parentSam Leffler2009-07-241-1/+2
* monitor mode vaps are meant to be read-only so they can operate on anySam Leffler2009-07-241-5/+18
* o kill old code no longer needed after r193312Sam Leffler2009-07-241-14/+3
* store mesh timers as ticks and sysctls for changing the defaultsSam Leffler2009-07-213-39/+43
* Correct handling of keys that already have a hardware/device key index:Sam Leffler2009-07-212-6/+8
* More mesh bits, namely:Rui Paulo2009-07-206-137/+453
* Move code that does payload realigment to a new routine, ieee80211_realign,Sam Leffler2009-07-184-48/+44
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-1/+0
* Fix inline function declaration and prototype.Rui Paulo2009-07-131-5/+4
* Implementation of the upcoming Wireless Mesh standard, 802.11s, on theRui Paulo2009-07-1121-123/+5191
* mark struct ieee80211req_maclist packed so sizeof works as intended on arm;Sam Leffler2009-07-101-1/+1
* correctly set the tailq ptr when removing the last item in the qSam Leffler2009-07-101-1/+2
* Add ieee80211_ageq; a facility for staging packets that requireSam Leffler2009-07-058-140/+391
* Revamp 802.11 action frame handling:Sam Leffler2009-07-059-354/+716
* Modify most routines returning 'struct ifaddr *' to return referencesRobert Watson2009-06-231-0/+1
* After cleaning up rt_tables from vnet.h and cleaning up opt_route.hBjoern A. Zeeb2009-06-231-1/+0
* ieee80211_dwds_mcast(): check the correct mbuf ptr after encap.Rui Paulo2009-06-181-1/+1
* Rev IEEE80211_IOC_STA_INFO abi: ni_flags grew from 16 bits to 32Sam Leffler2009-06-131-1/+2
* make implicit pad visibleSam Leffler2009-06-111-0/+1
* use negotiated short gi to calculate the tx rate; using the htcapsSam Leffler2009-06-111-2/+2
* When associating to an AP we don't know if HT is negotiated untilSam Leffler2009-06-113-6/+8
* protect callouts with the com lockSam Leffler2009-06-091-5/+7
* add missing calls to ieee80211_dfs_attach/detachSam Leffler2009-06-091-0/+2