athstatfoo
BSDSTAT_DEFINE_BOUNCE(athstatfoo)
struct athstatfoo *
BSDSTAT_BOUNCE(wf, athstatfoo);
struct athstatfoo base;
ath_setifname(struct athstatfoo *wf0, const char *ifname)
ath_zerostats(struct athstatfoo *wf0)
BSDSTAT_DECL_METHODS(struct athstatfoo *);
void (*setifname)(struct athstatfoo *, const char *ifname);
void (*setstamac)(struct athstatfoo *, const uint8_t mac[]);
void (*zerostats)(struct athstatfoo *);
struct athstatfoo *athstats_new(const char *ifname, const char *fmtstring);
struct athstatfoo *wf;