Home
last modified time | relevance | path

Searched refs:vaps (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/rtwn/rtl8821a/usb/
H A Dr21au_dfs.c199 (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()
/freebsd/sys/dev/rtwn/
H A Dif_rtwn.c471 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 …]
/freebsd/tools/tools/net80211/scripts/
H A Dconfig48 # default ssid for ap vaps
51 # default meshid for mesh vaps
/freebsd/tools/tools/net80211/
H A DREADME13 wlanwds handling of WDS dynamic links using vaps
/freebsd/sys/dev/rtwn/rtl8192c/
H A Dr92c_fw.c260 if (sc->vaps[0] == NULL) /* XXX fix */ in r92c_joinbss_rpt()
263 vap = &sc->vaps[0]->vap; in r92c_joinbss_rpt()
/freebsd/sys/net80211/
H A Dieee80211_ddb.c168 DB_SHOW_ALL_COMMAND(vaps, db_show_all_vaps) in DB_SHOW_ALL_COMMAND() argument