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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath.c1663 avp->av_set_tim = vap->iv_set_tim;
6719 * just wraps the driver state change and this call to avp->av_set_tim().
6743 * even if avp->av_set_tim is unset.
6748 if (avp->av_set_tim == NULL) {
6784 changed = avp->av_set_tim(ni, enable);
6795 changed = avp->av_set_tim(ni, enable);
6808 changed = avp->av_set_tim(ni, enable);
6830 * Some operating modes don't set av_set_tim(), so don't
6833 if (avp->av_set_tim == NULL)
6836 return (avp->av_set_tim(n
[all...]
H A Dif_athvar.h493 int (*av_set_tim)(struct ieee80211_node *, int); member in struct:ath_vap

Completed in 103 milliseconds