Home
last modified time | relevance | path

Searched refs:av_bslot (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/ath/
H A Dif_ath_beacon.c229 if (sc->sc_stagbeacons && avp->av_bslot > 0) { in ath_beacon_alloc()
244 (ATH_BCBUF - avp->av_bslot) / ATH_BCBUF; in ath_beacon_alloc()
250 avp->av_bslot, ni->ni_intval, in ath_beacon_alloc()
H A Dif_ath.c1690 avp->av_bslot = -1; in ath_vap_create()
1704 avp->av_bslot = assign_bslot(sc); in ath_vap_create()
1705 KASSERT(sc->sc_bslot[avp->av_bslot] == NULL, in ath_vap_create()
1706 ("beacon slot %u not empty", avp->av_bslot)); in ath_vap_create()
1707 sc->sc_bslot[avp->av_bslot] = vap; in ath_vap_create()
1843 if (avp->av_bslot != -1) { in ath_vap_delete()
1844 sc->sc_bslot[avp->av_bslot] = NULL; in ath_vap_delete()
H A Dif_athvar.h481 int av_bslot; /* beacon slot index */ member