FreeBSD kernel ATH device code
HAL_SURVEY_SAMPLE Struct Reference

#include <ah.h>

Data Fields

uint32_t seq_num
 
uint32_t tx_busy
 
uint32_t rx_busy
 
uint32_t chan_busy
 
uint32_t ext_chan_busy
 
uint32_t cycle_count
 
uint32_t ofdm_phyerr_count
 
uint32_t cck_phyerr_count
 

Detailed Description

Definition at line 937 of file ah.h.

Field Documentation

◆ cck_phyerr_count

uint32_t HAL_SURVEY_SAMPLE::cck_phyerr_count

Definition at line 946 of file ah.h.

◆ chan_busy

uint32_t HAL_SURVEY_SAMPLE::chan_busy

Definition at line 941 of file ah.h.

Referenced by ar5212GetMibCycleCounts(), ar5416GetMibCycleCounts(), and ath_beacon_miss().

◆ cycle_count

uint32_t HAL_SURVEY_SAMPLE::cycle_count

Definition at line 943 of file ah.h.

Referenced by ar5212GetMibCycleCounts(), ar5416GetMibCycleCounts(), and ath_beacon_miss().

◆ ext_chan_busy

uint32_t HAL_SURVEY_SAMPLE::ext_chan_busy

Definition at line 942 of file ah.h.

Referenced by ar5212GetMibCycleCounts(), ar5416GetMibCycleCounts(), and ath_beacon_miss().

◆ ofdm_phyerr_count

uint32_t HAL_SURVEY_SAMPLE::ofdm_phyerr_count

Definition at line 945 of file ah.h.

◆ rx_busy

uint32_t HAL_SURVEY_SAMPLE::rx_busy

Definition at line 940 of file ah.h.

Referenced by ar5212GetMibCycleCounts(), ar5416GetMibCycleCounts(), and ath_beacon_miss().

◆ seq_num

uint32_t HAL_SURVEY_SAMPLE::seq_num

Definition at line 938 of file ah.h.

Referenced by ath_hal_survey_add_sample().

◆ tx_busy

uint32_t HAL_SURVEY_SAMPLE::tx_busy

Definition at line 939 of file ah.h.

Referenced by ar5212GetMibCycleCounts(), ar5416GetMibCycleCounts(), and ath_beacon_miss().


The documentation for this struct was generated from the following file: