Home
last modified time | relevance | path

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

/freebsd/tools/tools/net80211/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.c388 struct wlanstatfoo base;
405 wlan_setifname(struct wlanstatfoo *wf0, const char *ifname) in wlan_setifname()
414 wlan_getifname(struct wlanstatfoo *wf0) in wlan_getifname()
422 wlan_getopmode(struct wlanstatfoo *wf0) in wlan_getopmode()
478 wlan_setstamac(struct wlanstatfoo *wf0, const uint8_t *mac) in wlan_setstamac()
1004 BSDSTAT_DEFINE_BOUNCE(wlanstatfoo) in BSDSTAT_DEFINE_BOUNCE() argument
1006 struct wlanstatfoo * in BSDSTAT_DEFINE_BOUNCE()
1023 BSDSTAT_BOUNCE(wf, wlanstatfoo); in BSDSTAT_DEFINE_BOUNCE()
H A Dmain.c167 struct wlanstatfoo *wf;