ieee80211_ddb.9 (0d9deed52c5ed3b24d2da5ec3a0a172fe9092a96) ieee80211_ddb.9 (4ee44ffcca3cc811e7961f5bf218ee08ca45e01a)
1.\"
2.\" Copyright (c) 2009 Sam Leffler, Errno Consulting
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 38 unchanged lines hidden (view full) ---

47The
48.Nm net80211
49layer includes
50.Xr ddb 4
51support for displaying important data structures.
52This is especially important because wireless applications are often
53built for embedded environments where cross-machine or post-mortem
54debugging facilities like
1.\"
2.\" Copyright (c) 2009 Sam Leffler, Errno Consulting
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 38 unchanged lines hidden (view full) ---

47The
48.Nm net80211
49layer includes
50.Xr ddb 4
51support for displaying important data structures.
52This is especially important because wireless applications are often
53built for embedded environments where cross-machine or post-mortem
54debugging facilities like
55.Xr kgdb 1
55.Xr kgdb 1 Pq Pa ports/devel/gdb
56are infeasible.
57.Pp
58The most commonly used command is
59.Bd -literal -offset indent
60show all vaps/a
61.Ed
62.Pp
63which dumps the contents of all
64.Vt ieee80211vap ,
65.Vt ieee80211com ,
66and
67.Vt ieee80211_node
68data structures in the system.
69.Sh SEE ALSO
70.Xr ddb 4 ,
71.Xr ieee80211 9
56are infeasible.
57.Pp
58The most commonly used command is
59.Bd -literal -offset indent
60show all vaps/a
61.Ed
62.Pp
63which dumps the contents of all
64.Vt ieee80211vap ,
65.Vt ieee80211com ,
66and
67.Vt ieee80211_node
68data structures in the system.
69.Sh SEE ALSO
70.Xr ddb 4 ,
71.Xr ieee80211 9