aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_tdma.c
Commit message (Expand)AuthorAgeFilesLines
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* [net80211] Add default parameters for 11ac.Adrian Chadd2017-01-101-0/+2
* net80211: switch from ieee80211_iterate_nodes() toAndriy Voskoboinyk2016-11-141-3/+4
* net80211: hide subtype mask & shift in function call.Andriy Voskoboinyk2016-04-201-2/+1
* Convert malloc/free back to #define's, as part of OS portability work.Adrian Chadd2015-05-251-3/+4
* Begin plumbing ieee80211_rx_stats through the receive path.Adrian Chadd2015-05-251-4/+5
* Don't return ENOTSUPP here - the net80211 pluggable ioctl API will treatAdrian Chadd2013-08-181-2/+2
* Fix the situation where net80211 is built with IEEE80211_SUPPORT_TDMA but a m...Adrian Chadd2012-01-151-0/+4
* Fix an unused variable warning/error when invariants isn't enabled.Adrian Chadd2011-10-121-2/+1
* Fix a panic in the wifi stack when a software beacon miss occurs in the wrong...Adrian Chadd2011-10-021-0/+3
* fixes a broken software beacon miss handler. There is a race to checkWeongyo Jeong2010-03-141-0/+2
* o assert TDMA_MAXSLOTS is 2 so noone tries to blindly increase itSam Leffler2009-05-301-4/+17
* Overhaul monitor mode handling:Sam Leffler2009-05-201-7/+12
* setup turboA/G fixed rate parameters too; this is needed, in particular,Sam Leffler2009-04-131-3/+5
* correct debug printfSam Leffler2009-04-131-1/+1
* check correct address for a bssid mtchSam Leffler2009-04-131-1/+1
* o move tdma+superg protocol defs out of public viewSam Leffler2009-03-261-1/+11
* add linker sets for get/set ioctl handlers so optional net80211Sam Leffler2009-03-241-8/+8
* use IEEE80211_SUPPORT_TDMA option to control whether code isSam Leffler2009-03-241-2/+0
* rate limit printfs for invalid tdma ie contents; probably want this toSam Leffler2009-03-181-6/+9
* Minor cleanups of tdma protocol handling:Sam Leffler2009-03-181-47/+79
* change tdma slave behaviour: if the channel is locked don't do bmiss handlingSam Leffler2009-02-221-3/+6
* Add modes for 1/2 and 1/4-width channels so we have separate roamingSam Leffler2009-02-191-0/+8
* remove bogus reference reclaim on the slave-side bss node on beacon missSam Leffler2009-02-111-1/+0
* when operating as a slave, clear neighbor entries and the peer bss nodeSam Leffler2009-02-101-2/+16
* setup default fixed rates for static turbo and 11n;Sam Leffler2009-01-291-6/+22
* TDMA support for long distance point-to-point links using ath devices:Sam Leffler2009-01-081-0/+715