Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath.c1648 avp->av_set_tim = vap->iv_set_tim;
6500 if (avp->av_set_tim == NULL) {
6552 changed = avp->av_set_tim(ni, enable);
6571 changed = avp->av_set_tim(ni, enable);
6592 changed = avp->av_set_tim(ni, enable);
6625 if (avp->av_set_tim == NULL)
6628 return (avp->av_set_tim(ni, enable));
6672 if (avp->av_set_tim == NULL)
6694 (void) avp->av_set_tim(ni, 1);
6722 (void) avp->av_set_tim(ni, 0);
H A Dif_athvar.h502 int (*av_set_tim)(struct ieee80211_node *, int); member