Searched refs:vaps (Results 1 – 6 of 6) sorted by relevance
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()
471 KASSERT(sc->vaps[id] != NULL, ("vap pointer is NULL\n")); in rtwn_vap_decrement_counters()472 sc->vaps[id] = NULL; in rtwn_vap_decrement_counters()555 if (sc->vaps[1] == NULL) in rtwn_vap_create()557 else if (sc->vaps[0] == NULL) in rtwn_vap_create()598 sc->vaps[id] = uvp; in rtwn_vap_create()924 if (sc->bcn_vaps > 0 && sc->vaps[!uvp->id] != NULL) { in rtwn_push_nulldata()925 struct rtwn_vap *uvp2 = sc->vaps[!uvp->id]; in rtwn_push_nulldata()945 struct ieee80211vap *vap = &sc->vaps[0]->vap; in rtwn_set_pwrmode_cb()1064 if (sc->vaps[id] != NULL) in rtwn_set_mode()1065 sc->vaps[id]->curr_mode = mode; in rtwn_set_mode()[all …]
48 # default ssid for ap vaps51 # default meshid for mesh vaps
13 wlanwds handling of WDS dynamic links using vaps
260 if (sc->vaps[0] == NULL) /* XXX fix */ in r92c_joinbss_rpt()263 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