ieee80211_ddb (9)
Leading comments
Copyright (c) 2009 Sam Leffler, Errno Consulting All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documenta...
NAME
ieee80211_ddb - 802.11 ddb supportSYNOPSIS
options DDB show vap [addr] show all vaps show com [addr] show sta [addr] show statab [addr] show mesh [addr]DESCRIPTION
The net80211 layer includes ddb(4) support for displaying important data structures. This is especially important because wireless applications are often built for embedded environments where cross-machine or post-mortem debugging facilities like kgdb(1) are infeasible.The most commonly used command is
show all vaps/a
which dumps the contents of all Vt ieee80211vap , Vt ieee80211com , and Vt ieee80211_node data structures in the system.