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

/freebsd-11-stable/tools/tools/net80211/wlanstats/
H A Dwlanstats.h40 struct wlanstatfoo { struct
43 BSDSTAT_DECL_METHODS(struct wlanstatfoo *);
46 void (*setifname)(struct wlanstatfoo *, const char *ifname);
48 const char *(*getifname)(struct wlanstatfoo *);
50 int (*getopmode)(struct wlanstatfoo *);
52 void (*setstamac)(struct wlanstatfoo *, const uint8_t mac[]);
55 struct wlanstatfoo *wlanstats_new(const char *ifname, const char *fmtstring);
H A Dwlanstats.c386 struct wlanstatfoo base;
403 wlan_setifname(struct wlanstatfoo *wf0, const char *ifname)
412 wlan_getifname(struct wlanstatfoo *wf0)
420 wlan_getopmode(struct wlanstatfoo *wf0)
476 wlan_setstamac(struct wlanstatfoo *wf0, const uint8_t *mac)
998 BSDSTAT_DEFINE_BOUNCE(wlanstatfoo)
1000 struct wlanstatfoo *
1017 BSDSTAT_BOUNCE(wf, wlanstatfoo);
H A Dmain.c167 struct wlanstatfoo *wf;

Completed in 60 milliseconds