Searched refs:av_set_tim (Results 1 – 2 of 2) sorted by relevance
1659 avp->av_set_tim = vap->iv_set_tim; in ath_vap_create()6735 if (avp->av_set_tim == NULL) { in ath_node_set_tim()6771 changed = avp->av_set_tim(ni, enable); in ath_node_set_tim()6782 changed = avp->av_set_tim(ni, enable); in ath_node_set_tim()6795 changed = avp->av_set_tim(ni, enable); in ath_node_set_tim()6820 if (avp->av_set_tim == NULL) in ath_node_set_tim()6823 return (avp->av_set_tim(ni, enable)); in ath_node_set_tim()6867 if (avp->av_set_tim == NULL) in ath_tx_update_tim()6882 (void) avp->av_set_tim(ni, 1); in ath_tx_update_tim()6902 (void) avp->av_set_tim(ni, 0); in ath_tx_update_tim()
491 int (*av_set_tim)(struct ieee80211_node *, int); member