Home
last modified time | relevance | path

Searched refs:wf0 (Results 1 – 2 of 2) sorted by relevance

/dragonfly/tools/tools/net80211/wlanstats/
H A Dwlanstats.c393 wlan_setifname(struct wlanstatfoo *wf0, const char *ifname) in wlan_setifname() argument
395 struct wlanstatfoo_p *wf = (struct wlanstatfoo_p *) wf0; in wlan_setifname()
402 wlan_getifname(struct wlanstatfoo *wf0) in wlan_getifname() argument
404 struct wlanstatfoo_p *wf = (struct wlanstatfoo_p *) wf0; in wlan_getifname()
410 wlan_getopmode(struct wlanstatfoo *wf0) in wlan_getopmode() argument
412 struct wlanstatfoo_p *wf = (struct wlanstatfoo_p *) wf0; in wlan_getopmode()
466 wlan_setstamac(struct wlanstatfoo *wf0, const uint8_t *mac) in wlan_setstamac() argument
469 struct wlanstatfoo_p *wf = (struct wlanstatfoo_p *) wf0; in wlan_setstamac()
472 switch (wlan_getopmode(wf0)) { in wlan_setstamac()
/dragonfly/tools/tools/ath/athstats/
H A Dathstats.c428 ath_setifname(struct athstatfoo *wf0, const char *ifname) in ath_setifname() argument
430 struct athstatfoo_p *wf = (struct athstatfoo_p *) wf0; in ath_setifname()
440 ath_zerostats(struct athstatfoo *wf0) in ath_zerostats() argument
442 struct athstatfoo_p *wf = (struct athstatfoo_p *) wf0; in ath_zerostats()