Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/mwl/
Dif_mwlvar.h281 uint8_t sc_nstavaps; /* # sta mode vaps */ member
Dif_mwl.c724 sc->sc_nstavaps++; in mwl_vap_create()
737 else if (sc->sc_nstavaps) in mwl_vap_create()
771 sc->sc_nstavaps--; in mwl_vap_delete()
/freebsd-9-stable/sys/dev/ath/
Dif_athvar.h213 int sc_nstavaps; /* # station vaps */ member
Dif_ath.c873 if (sc->sc_nstavaps != 0) { /* XXX only 1 for now */ in ath_vap_create()
1041 sc->sc_nstavaps++; in ath_vap_create()
1151 sc->sc_nstavaps--; in ath_vap_delete()
1152 if (sc->sc_nstavaps == 0 && sc->sc_swbmiss) in ath_vap_delete()