Home
last modified time | relevance | path

Searched refs:wlanstatfoo (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/wlanstats/
H A Dwlanstats.h38 struct wlanstatfoo { struct
41 BSDSTAT_DECL_METHODS(struct wlanstatfoo *); argument
44 void (*setifname)(struct wlanstatfoo *, const char *ifname); argument
46 const char *(*getifname)(struct wlanstatfoo *); argument
48 int (*getopmode)(struct wlanstatfoo *); argument
50 void (*setstamac)(struct wlanstatfoo *, const uint8_t mac[]); argument
53 struct wlanstatfoo *wlanstats_new(const char *ifname, const char *fmtstring);
H A Dwlanstats.c400 struct wlanstatfoo base;
417 wlan_setifname(struct wlanstatfoo *wf0, const char *ifname) in wlan_setifname()
426 wlan_getifname(struct wlanstatfoo *wf0) in wlan_getifname()
434 wlan_getopmode(struct wlanstatfoo *wf0) in wlan_getopmode()
490 wlan_setstamac(struct wlanstatfoo *wf0, const uint8_t *mac) in wlan_setstamac()
1028 BSDSTAT_DEFINE_BOUNCE(wlanstatfoo) in BSDSTAT_DEFINE_BOUNCE() argument
1030 struct wlanstatfoo * in BSDSTAT_DEFINE_BOUNCE()
1047 BSDSTAT_BOUNCE(wf, wlanstatfoo); in BSDSTAT_DEFINE_BOUNCE()
H A Dmain.c167 struct wlanstatfoo *wf;