mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
[athstats] Add a tag to listen for beacon stuff
I'm debugging weird beacon issues and thus here we are.
This commit is contained in:
parent
079bd2e750
commit
da7f6e6790
1 changed files with 3 additions and 0 deletions
|
|
@ -65,6 +65,9 @@ static struct {
|
|||
{ "tdma",
|
||||
"input,output,bexmit,tdmau,tdmadj,crcerr,phyerr,phytor,rssi,noise,rate"
|
||||
},
|
||||
{ "beacon",
|
||||
"bstuck,bmiss,bexmit,beacons,bmisscount,reset,ofdm,cck,input,output"
|
||||
},
|
||||
};
|
||||
|
||||
static const char *
|
||||
|
|
|
|||
Loading…
Reference in a new issue