FreeBSD kernel ATH device code
ath_node Struct Reference

#include <if_athvar.h>

Collaboration diagram for ath_node:

Data Fields

struct ieee80211_node an_node
 
u_int8_t an_mgmtrix
 
u_int8_t an_mcastrix
 
uint32_t an_is_powersave
 
uint32_t an_stack_psq
 
uint32_t an_tim_set
 
struct ath_bufan_ff_buf [WME_NUM_AC]
 
struct ath_tid an_tid [IEEE80211_TID_SIZE]
 
char an_name [32]
 
struct mtx an_mtx
 
uint32_t an_swq_depth
 
int clrdmask
 
uint32_t an_leak_count
 
HAL_NODE_STATS an_node_stats
 

Detailed Description

Definition at line 192 of file if_athvar.h.

Field Documentation

◆ an_ff_buf

struct ath_buf* ath_node::an_ff_buf[WME_NUM_AC]

Definition at line 199 of file if_athvar.h.

◆ an_is_powersave

◆ an_leak_count

◆ an_mcastrix

u_int8_t ath_node::an_mcastrix

Definition at line 195 of file if_athvar.h.

Referenced by ath_newassoc(), and ath_tx_normal_setup().

◆ an_mgmtrix

u_int8_t ath_node::an_mgmtrix

Definition at line 194 of file if_athvar.h.

Referenced by ath_newassoc(), ath_tx_normal_setup(), and ath_tx_raw_start().

◆ an_mtx

struct mtx ath_node::an_mtx

Definition at line 202 of file if_athvar.h.

Referenced by ath_node_alloc().

◆ an_name

char ath_node::an_name[32]

Definition at line 201 of file if_athvar.h.

Referenced by ath_node_alloc().

◆ an_node

◆ an_node_stats

HAL_NODE_STATS ath_node::an_node_stats

Definition at line 207 of file if_athvar.h.

Referenced by ath_node_alloc().

◆ an_stack_psq

uint32_t ath_node::an_stack_psq

◆ an_swq_depth

uint32_t ath_node::an_swq_depth

◆ an_tid

◆ an_tim_set

uint32_t ath_node::an_tim_set

Definition at line 198 of file if_athvar.h.

Referenced by ath_node_set_tim(), ath_tx_node_flush(), and ath_tx_update_tim().

◆ clrdmask

int ath_node::clrdmask

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