aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_ddb.c
Commit message (Expand)AuthorAgeFilesLines
* net80211: deal with lost state transitionsBjoern A. Zeeb2024-02-141-1/+12
* sys: Use mbufq_empty instead of comparing mbufq_len against 0John Baldwin2024-01-091-1/+1
* net80211: migrate ic_vhtcaps, ic_vht_mcsinfo, ic_flags_vhtBjoern A. Zeeb2023-11-031-1/+1
* net80211: combine iv_vhtcaps and iv_vht_mcsinfoBjoern A. Zeeb2023-11-031-1/+1
* net80211: improve ddb output for sta and rateBjoern A. Zeeb2023-10-021-0/+53
* net80211: improve scan debuggingBjoern A. Zeeb2023-09-141-6/+68
* net80211: fix ddb print alignmentBjoern A. Zeeb2023-09-111-2/+2
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* IfAPI: Explicitly include <net/if_private.h> in netstackJustin Hibbits2023-01-311-3/+3
* net80211: improve DDB output.Bjoern A. Zeeb2022-07-291-3/+24
* net80211: fix debug printfBjoern A. Zeeb2021-12-231-1/+1
* [net80211] Migrate HT/legacy protection mode and preamble calculation to per-...Adrian Chadd2020-07-011-9/+11
* [net80211] Also convert the ddb pathAdrian Chadd2020-06-141-4/+10
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* net80211: fix LOR/deadlock in ieee80211_ff_node_cleanup().Andriy Voskoboinyk2016-06-291-0/+2
* [net80211] remove node scan lock / generation number + fix few LORsAdrian Chadd2016-06-191-5/+2
* net80211: unbreak 'show all vaps(/a)' ddb commandAndriy Voskoboinyk2016-05-171-20/+18
* These files were getting sys/malloc.h and vm/uma.h with header pollutionGleb Smirnoff2016-02-011-0/+1
* Replay r286410. Change KPI of how device drivers that provide wirelessGleb Smirnoff2015-08-271-2/+1
* Revert the wifi ifnet changes until things are more baked and tested.Adrian Chadd2015-08-081-1/+2
* Change KPI of how device drivers that provide wireless connectivity interactGleb Smirnoff2015-08-071-2/+1
* Use name from ieee80211com instead of parent ifnet, in debugging printfs.Gleb Smirnoff2015-05-251-0/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Update ddb to print mesh routing table.Monthadar Al Jaberi2013-02-071-11/+27
* Implemented so that Mesh forwarding information lifetime is dynamic.Monthadar Al Jaberi2012-05-011-1/+3
* Migrate the net80211 TX aggregation state to be from per-AC to per-TID.Adrian Chadd2012-04-151-2/+2
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-1/+0
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-1/+0
* Implementation of the upcoming Wireless Mesh standard, 802.11s, on theRui Paulo2009-07-111-4/+69
* After cleaning up rt_tables from vnet.h and cleaning up opt_route.hBjoern A. Zeeb2009-06-231-1/+0
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onBjoern A. Zeeb2009-06-081-1/+0
* add iv_flags_ht and ic_flags_htSam Leffler2009-06-071-0/+2
* Fix monitor mode vaps to work as intended:Sam Leffler2009-06-021-0/+5
* Overhaul monitor mode handling:Sam Leffler2009-05-201-3/+3
* don't say "ac WME_AC_BE"; remove "ac"Sam Leffler2009-05-021-1/+1
* o dump tx/rx seq#'s for qos tid'sSam Leffler2009-05-021-2/+10
* revert wipSam Leffler2009-05-011-13/+4
* improvements:Sam Leffler2009-04-261-61/+105
* Eliminate ic_myaddr so changing the mac address of a device works correctly:Sam Leffler2009-03-291-1/+0
* For all files including net/vnet.h directly include opt_route.h andBjoern A. Zeeb2009-02-271-0/+2
* remove ic_stats; it was intended to accumulate stats from vaps as theySam Leffler2009-02-131-1/+0
* o change _db_show_key to always dump the contents instead of checkingSam Leffler2009-02-051-4/+36
* o add IEEE80211_KEY_BITS for %b printing of wk_flagsSam Leffler2009-02-051-15/+5
* o make %b msg bit defines public (to user apps too)Sam Leffler2009-01-271-61/+1
* TDMA support for long distance point-to-point links using ath devices:Sam Leffler2009-01-081-2/+2
* Fix definition of IEEE80211_CHAN_MAX; it was defined as 255 butSam Leffler2008-12-151-1/+1
* Replace adhoc checks in ieee80211_start with a per-node flag thatSam Leffler2008-12-151-1/+2
* Rather than using hidden includes (with cicular dependencies),Bjoern A. Zeeb2008-12-021-0/+1
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-021-15/+20