FreeBSD kernel ATH device code
ath_rateioctl Struct Reference

#include <if_athioctl.h>

Data Fields

char if_name [IFNAMSIZ]
 
union {
   uint8_t   macaddr [IEEE80211_ADDR_LEN]
 
   uint64_t   pad
 
is_u
 
uint32_t len
 
caddr_t buf
 

Detailed Description

Definition at line 238 of file if_athioctl.h.

Field Documentation

◆ buf

caddr_t ath_rateioctl::buf

Definition at line 245 of file if_athioctl.h.

Referenced by ath_rate_fetch_node_stats().

◆ if_name

char ath_rateioctl::if_name[IFNAMSIZ]

Definition at line 239 of file if_athioctl.h.

◆ 

union { ... } ath_rateioctl::is_u

Referenced by ath_ioctl_ratestats().

◆ len

uint32_t ath_rateioctl::len

Definition at line 244 of file if_athioctl.h.

Referenced by ath_rate_fetch_node_stats().

◆ macaddr

uint8_t ath_rateioctl::macaddr[IEEE80211_ADDR_LEN]

Definition at line 241 of file if_athioctl.h.

Referenced by ath_ioctl_ratestats().

◆ pad

uint64_t ath_rateioctl::pad

Definition at line 242 of file if_athioctl.h.


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