Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/
H A Dif_ath.c1552 if (sc->sc_nvaps) { in ath_vap_create()
1567 if (sc->sc_nvaps != 0) { /* XXX only 1 for now */ in ath_vap_create()
1577 if (sc->sc_nvaps != 0) { in ath_vap_create()
1588 if (sc->sc_nvaps != 0 && ic->ic_opmode != opmode) { in ath_vap_create()
1603 if (sc->sc_nvaps != 0 && ic->ic_opmode == IEEE80211_M_STA) { in ath_vap_create()
1614 if (sc->sc_nvaps == 0) in ath_vap_create()
1723 sc->sc_nvaps++; in ath_vap_create()
1875 sc->sc_nvaps--; in ath_vap_delete()
1878 if (sc->sc_tdma && sc->sc_nvaps == 0) { in ath_vap_delete()
6188 if (sc->sc_nvaps == 1 && in ath_newstate()
H A Dif_ath_beacon.c740 if (sc->sc_nvaps > 1 && sc->sc_stagbeacons) { in ath_beacon_generate()
H A Dif_athvar.h567 int sc_nvaps; /* # vaps */ member