Searched refs:vaps (Results 1 – 7 of 7) sorted by relevance
410 sc->vaps[id] = NULL; in rtwn_vap_decrement_counters()493 if (sc->vaps[1] == NULL) in rtwn_vap_create()495 else if (sc->vaps[0] == NULL) in rtwn_vap_create()536 sc->vaps[id] = uvp; in rtwn_vap_create()991 if (sc->vaps[id] != NULL) in rtwn_set_mode()992 sc->vaps[id]->curr_mode = mode; in rtwn_set_mode()1187 for (i = 0; i < nitems(sc->vaps); i++) { in rtwn_calc_basicrates()1193 rvp = sc->vaps[i]; in rtwn_calc_basicrates()1825 for (i = 0; i < nitems(sc->vaps); i++) { in rtwn_init()1826 struct rtwn_vap *uvp = sc->vaps[i]; in rtwn_init()[all …]
217 struct rtwn_vap *vaps[RTWN_PORT_COUNT]; member
199 (sc->vaps[!rvp->id] == NULL || in r21au_newstate()200 sc->vaps[!rvp->id]->vap.iv_state < IEEE80211_S_CAC || in r21au_newstate()201 sc->vaps[!rvp->id]->vap.iv_state == IEEE80211_S_CSA)) { in r21au_newstate()
48 # default ssid for ap vaps51 # default meshid for mesh vaps
13 wlanwds handling of WDS dynamic links using vaps
262 if (sc->vaps[0] == NULL) /* XXX fix */ in r92c_joinbss_rpt()265 vap = &sc->vaps[0]->vap; in r92c_joinbss_rpt()
168 DB_SHOW_ALL_COMMAND(vaps, db_show_all_vaps) in DB_SHOW_ALL_COMMAND() argument