Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/rtwn/
H A Dif_rtwn.c410 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 …]
H A Dif_rtwnvar.h217 struct rtwn_vap *vaps[RTWN_PORT_COUNT]; member
/freebsd-14.2/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-14.2/tools/tools/net80211/scripts/
H A Dconfig48 # default ssid for ap vaps
51 # default meshid for mesh vaps
/freebsd-14.2/tools/tools/net80211/
H A DREADME13 wlanwds handling of WDS dynamic links using vaps
/freebsd-14.2/sys/dev/rtwn/rtl8192c/
H A Dr92c_fw.c262 if (sc->vaps[0] == NULL) /* XXX fix */ in r92c_joinbss_rpt()
265 vap = &sc->vaps[0]->vap; in r92c_joinbss_rpt()
/freebsd-14.2/sys/net80211/
H A Dieee80211_ddb.c168 DB_SHOW_ALL_COMMAND(vaps, db_show_all_vaps) in DB_SHOW_ALL_COMMAND() argument