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

/freebsd-11.0-release/sys/dev/ath/
H A Dif_ath.c1471 if (sc->sc_nvaps) {
1486 if (sc->sc_nvaps != 0) { /* XXX only 1 for now */
1496 if (sc->sc_nvaps != 0) {
1507 if (sc->sc_nvaps != 0 && ic->ic_opmode != opmode) {
1522 if (sc->sc_nvaps != 0 && ic->ic_opmode == IEEE80211_M_STA) {
1533 if (sc->sc_nvaps == 0)
1641 sc->sc_nvaps++;
1791 sc->sc_nvaps--;
1794 if (sc->sc_tdma && sc->sc_nvaps == 0) {
5766 if (sc->sc_nvaps
[all...]
H A Dif_ath_beacon.c734 if (sc->sc_nvaps > 1 && sc->sc_stagbeacons) {
H A Dif_athvar.h563 int sc_nvaps; /* # vaps */ member in struct:ath_softc

Completed in 60 milliseconds