summaryrefslogtreecommitdiffstats
path: root/sys/net80211
Commit message (Expand)AuthorAgeFilesLines
* Hoist 802.11 encapsulation up into net80211:sam2009-03-3010-24/+402
* Fix typo in comment.rpaulo2009-03-301-1/+1
* MFP mesh11s:rpaulo2009-03-301-1/+1
* o add ic_rt to track the rate table for the current channel; this enablessam2009-03-296-0/+9
* toggling fast-frames requires clocking the state machinesam2009-03-291-1/+1
* Eliminate ic_myaddr so changing the mac address of a device works correctly:sam2009-03-294-6/+7
* o move tdma+superg protocol defs out of public viewsam2009-03-265-93/+106
* Fix enough bits so that fast frames work again:sam2009-03-264-15/+59
* dynamic turbo mode is only implemented in sta mode; don't enable itsam2009-03-261-1/+3
* need to adjust htinfo offset when csa is insertedsam2009-03-261-0/+1
* adjust tdma ie offset when beacon frame contents changessam2009-03-261-0/+6
* shuffle code so things build w/o INVARIANTS or IEEE80211_SUPPORT_SUPERGsam2009-03-251-3/+3
* hide linker set stuff from user spacesam2009-03-241-1/+1
* split Atheros SuperG support out into it's own file that's included onlysam2009-03-2414-508/+666
* add linker sets for get/set ioctl handlers so optional net80211sam2009-03-244-34/+69
* use IEEE80211_SUPPORT_TDMA option to control whether code issam2009-03-241-2/+0
* Remove leftover comment because we now use a flag to check for associd.rpaulo2009-03-191-1/+0
* Fix typo in comment.rpaulo2009-03-191-1/+1
* Use plural in a comment. No functional change.rpaulo2009-03-181-1/+1
* rate limit printfs for invalid tdma ie contents; probably want this tosam2009-03-182-7/+12
* Minor cleanups of tdma protocol handling:sam2009-03-185-61/+118
* add the desired channel to the scan list if not already present andsam2009-03-041-0/+27
* Add memmove() to the kernel, making the kernel compile with Clang.ed2009-02-281-2/+0
* For all files including net/vnet.h directly include opt_route.h andbz2009-02-271-0/+2
* change tdma slave behaviour: if the channel is locked don't do bmiss handlingsam2009-02-221-3/+6
* display min/max dwell times in msecs in debug msgssam2009-02-221-3/+4
* mark nodes created by way of neighbor discovery need to be marked as ERPsam2009-02-201-0/+4
* 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
* use 1/2 and 1/4 rate phy types to simplify txtime calculationsam2009-02-191-81/+73
* Add modes for 1/2 and 1/4-width channels so we have separate roamingsam2009-02-199-8/+69
* o looseen abi dependencies on IEEE80211_MODE_MAX by accepting smallersam2009-02-191-49/+31
* use c99 initializerssam2009-02-192-112/+112
* o consolidate loops to eliminate assumptions about ordering of modessam2009-02-191-13/+10
* Change country ie construction to simplify forthcoming changes:sam2009-02-191-11/+17
* use c99 initializersam2009-02-191-10/+13
* simplify setting up the roaming parameters; writing default parameters onlysam2009-02-191-43/+29
* check ptr against NULLsam2009-02-191-1/+1
* instead of special casing lookups for the 11na/g legacy rate set, justsam2009-02-192-8/+4
* add phy types for 1/2 and 1/4-rate modessam2009-02-191-0/+2
* remove ic_stats; it was intended to accumulate stats from vaps as theysam2009-02-133-3/+0
* strip M_FRAG & co mbufs coming down from ip_output, these flags aresam2009-02-131-1/+2
* o replace ieee80211_node_reclaim by individual operations to release thesam2009-02-121-60/+2
* Add a ieee80211_waitfor_parent() function that will wait for all deferredthompsa2009-02-124-2/+18
* improve key index map reclaim debug msgsam2009-02-111-6/+5
* oops, fix octal escape sequencesam2009-02-111-1/+1
* remove bogus reference reclaim on the slave-side bss node on beacon misssam2009-02-111-1/+0
* fix mis-numbering of IEEE80211_MSG_BITSsam2009-02-111-4/+4
* when operating as a slave, clear neighbor entries and the peer bss nodesam2009-02-101-2/+16
* clean neighbor entries on beacon misssam2009-02-101-1/+13
OpenPOWER on IntegriCloud