3 #include "if_athioctl.h"
10 + struct wprobe_iface av_wpif;
17 + struct wprobe_link an_wplink;
18 + uint8_t an_wplink_active;
19 + struct work_struct an_destroy;
20 u_int16_t an_decomp_index;
28 + ath_init_wprobe_dev(avp);
38 ieee80211_vap_detach(vap);
39 + ath_remove_wprobe_dev(ATH_VAP(vap));
45 static int xchanmode = -1;
47 +#include "ath_wprobe.c"
54 sc->sc_rc->ops->newassoc(sc, ATH_NODE(ni), isnew);
55 + ath_wprobe_node_join(ni->ni_vap, ni);
63 sc->sc_rc->ops->node_cleanup(sc, ATH_NODE(ni));
64 + ath_wprobe_node_leave(ni->ni_vap, ni);
72 ATH_RSSI_LPF(ATH_NODE(ni)->an_avgrssi, rs->rs_rssi);
73 + ath_node_sample_rx(ni, rs);
81 ATH_RSSI_LPF(an->an_halstats.ns_avgtxrssi, ts->ts_rssi);
82 + ath_node_sample_tx(&an->an_node, ts, bf->bf_skb->len);