Home
last modified time | relevance | path

Searched refs:sc_nstavaps (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/mwl/
HDif_mwlvar.h284 uint8_t sc_nstavaps; /* # sta mode vaps */ member
HDif_mwl.c698 sc->sc_nstavaps++; in mwl_vap_create()
711 else if (sc->sc_nstavaps) in mwl_vap_create()
744 sc->sc_nstavaps--; in mwl_vap_delete()
/freebsd-11-stable/sys/dev/ath/
HDif_ath.c1466 if (sc->sc_nstavaps != 0) { /* XXX only 1 for now */ in ath_vap_create()
1642 sc->sc_nstavaps++; in ath_vap_create()
1779 sc->sc_nstavaps--; in ath_vap_delete()
1780 if (sc->sc_nstavaps == 0 && sc->sc_swbmiss) in ath_vap_delete()
HDif_athvar.h564 int sc_nstavaps; /* # station vaps */ member