Searched refs:av_set_tim (Results 1 – 2 of 2) sorted by relevance
1670 avp->av_set_tim = vap->iv_set_tim; in ath_vap_create()6805 if (avp->av_set_tim == NULL) { in ath_node_set_tim()6841 changed = avp->av_set_tim(ni, enable); in ath_node_set_tim()6852 changed = avp->av_set_tim(ni, enable); in ath_node_set_tim()6865 changed = avp->av_set_tim(ni, enable); in ath_node_set_tim()6890 if (avp->av_set_tim == NULL) in ath_node_set_tim()6893 return (avp->av_set_tim(ni, enable)); in ath_node_set_tim()6937 if (avp->av_set_tim == NULL) in ath_tx_update_tim()6952 (void) avp->av_set_tim(ni, 1); in ath_tx_update_tim()6972 (void) avp->av_set_tim(ni, 0); in ath_tx_update_tim()
492 int (*av_set_tim)(struct ieee80211_node *, int); member