![]() |
WL865E4-P
36.07.001
|
Packet count statistics. More...
#include <m2mb_ncm.h>
Packet count statistics.
Data structure that represents WLAN statistics information.
This data structure contains counts of various types of packets transmitted/received on the particular device ID and also the active and power save time.
This data structure should be used only to get the statistics by calling m2mb_ncm_get using opcode M2MB_NCM_CFG_OPCODE_STAT_GET.
Definition at line 493 of file m2mb_ncm.h.
UINT32 avgEarlyWakeupAdjInMs |
Average early wakeup adjustment.
Definition at line 530 of file m2mb_ncm.h.
UINT32 bcastFilteredAcceptedRxPkts |
Broadcast filtered and accepted RX packets.
Definition at line 510 of file m2mb_ncm.h.
UINT32 bcastFilteredAcceptedTxPkts |
Broadcast filtered and accepted TX packets.
Definition at line 509 of file m2mb_ncm.h.
UINT32 bcastFilteredRejectedRxPkts |
Broadcast filtered and rejected RX packets.
Definition at line 516 of file m2mb_ncm.h.
UINT32 bcastFilteredRejectedTxPkts |
Broadcast filtered and rejected TX packets.
Definition at line 515 of file m2mb_ncm.h.
UINT32 bcastRxPkts |
Broadcast RX packets.
Definition at line 500 of file m2mb_ncm.h.
UINT32 bcastTxPkts |
Broadcast TX packets.
Definition at line 499 of file m2mb_ncm.h.
UINT32 beaconMissCnt |
Beacon miss count.
Definition at line 525 of file m2mb_ncm.h.
UINT32 beaconResyncFailureCnt |
Beacon resync failure count.
Definition at line 528 of file m2mb_ncm.h.
UINT32 beaconResyncSuccessCnt |
Beacon resync success count.
Definition at line 527 of file m2mb_ncm.h.
UINT32 beaconsReceivedCnt |
Received beacon miss count.
Definition at line 526 of file m2mb_ncm.h.
UINT32 currEarlyWakeupAdjInMs |
Current early wakeup adjustment.
Definition at line 529 of file m2mb_ncm.h.
UINT32 earlyTerminationCnt |
Early termination count.
Definition at line 531 of file m2mb_ncm.h.
UINT32 mcastFilteredAcceptedRxPkts |
Multicast filtered and accepted RX packets.
Definition at line 508 of file m2mb_ncm.h.
UINT32 mcastFilteredAcceptedTxPkts |
Multicast filtered and accepted TX packets.
Definition at line 507 of file m2mb_ncm.h.
UINT32 mcastFilteredRejectedRxPkts |
Multicast filtered and rejected RX packets.
Definition at line 514 of file m2mb_ncm.h.
UINT32 mcastFilteredRejectedTxPkts |
Multicast filtered and rejected TX packets.
Definition at line 513 of file m2mb_ncm.h.
UINT32 mcastRxPkts |
Multicast RX packets.
Definition at line 498 of file m2mb_ncm.h.
UINT32 mcastTxPkts |
Multicast TX packets.
Definition at line 497 of file m2mb_ncm.h.
UINT32 nullRxPkts |
NULL RX packets.
Definition at line 519 of file m2mb_ncm.h.
UINT32 nullTxPkts |
NULL TX packets.
Definition at line 518 of file m2mb_ncm.h.
UINT32 psPollRxPkts |
PS Poll RX packets.
Definition at line 523 of file m2mb_ncm.h.
UINT32 psPollTxPkts |
PS Poll TX packets.
Definition at line 522 of file m2mb_ncm.h.
UINT32 qosNullRxPkts |
QOS NULL RX packets.
Definition at line 521 of file m2mb_ncm.h.
UINT32 qosNullTxPkts |
QOS NULL TX packets.
Definition at line 520 of file m2mb_ncm.h.
UINT32 totalActiveTimeInMs |
Total time in milliseconds for which the WLAN subsystem has been Active.
Definition at line 534 of file m2mb_ncm.h.
UINT32 totalPowersaveTimeInMs |
Total time in milliseconds for which the WLAN subsystem has been in Power Save.
Definition at line 536 of file m2mb_ncm.h.
UINT32 txRetryCnt |
TX retry count.
Definition at line 524 of file m2mb_ncm.h.
UINT32 uapsdTriggerRxCnt |
UAPSD trigger RX count.
Definition at line 532 of file m2mb_ncm.h.
UINT32 uapsdTriggerTxCnt |
UAPSD trigger TX count.
Definition at line 533 of file m2mb_ncm.h.
UINT32 ucastFilteredAcceptedRxPkts |
Unicast filtered and accepted RX packets.
Definition at line 506 of file m2mb_ncm.h.
UINT32 ucastFilteredAcceptedTxPkts |
Unicast filtered and accepted TX packets.
Definition at line 505 of file m2mb_ncm.h.
UINT32 ucastFilteredRejectedRxPkts |
Unicast filtered and rejected RX packets.
Definition at line 512 of file m2mb_ncm.h.
UINT32 ucastFilteredRejectedTxPkts |
Unicast filtered and rejected TX packets.
Definition at line 511 of file m2mb_ncm.h.
UINT32 ucastNonNullRxPkts |
Unicast RX packets excluding NULL and QoS NULL packets.
Definition at line 503 of file m2mb_ncm.h.
UINT32 ucastNonNullTxPkts |
Unicast TX packets excluding NULL and QoS NULL packets.
Definition at line 501 of file m2mb_ncm.h.
UINT32 ucastRxPkts |
Unicast RX packets.
Definition at line 496 of file m2mb_ncm.h.
UINT32 ucastTxPkts |
Unicast TX packets.
Definition at line 495 of file m2mb_ncm.h.