Searched refs:vap (Results 101 - 125 of 191) sorted by path

12345678

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_ctldir.c485 zfsctl_common_getattr(vnode_t *vp, vattr_t *vap) argument
492 vap->va_uid = 0;
493 vap->va_gid = 0;
494 vap->va_rdev = 0;
499 vap->va_blksize = 0;
500 vap->va_nblocks = 0;
501 vap->va_seq = 0;
502 vap->va_fsid = vp->v_mount->mnt_stat.f_fsid.val[0];
503 vap->va_mode = zfsctl_ctldir_mode;
504 vap
581 struct vattr *vap = ap->a_vap; local
1119 vattr_t *vap = ap->a_vap; local
[all...]
H A Dzfs_log.c68 zfs_log_create_txtype(zil_create_t type, vsecattr_t *vsecp, vattr_t *vap) argument
70 int isxvattr = (vap->va_mask & AT_XVATTR);
242 zfs_fuid_info_t *fuidp, vattr_t *vap)
250 xvattr_t *xvap = (xvattr_t *)vap;
268 if (vap->va_mask & AT_XVATTR)
311 if (vap->va_mask & AT_XVATTR) {
565 znode_t *zp, vattr_t *vap, uint_t mask_applied, zfs_fuid_info_t *fuidp)
569 xvattr_t *xvap = (xvattr_t *)vap;
581 if (vap->va_mask & AT_XVATTR)
591 lr->lr_mode = (uint64_t)vap
240 zfs_log_create(zilog_t *zilog, dmu_tx_t *tx, uint64_t txtype, znode_t *dzp, znode_t *zp, char *name, vsecattr_t *vsecp, zfs_fuid_info_t *fuidp, vattr_t *vap) argument
564 zfs_log_setattr(zilog_t *zilog, dmu_tx_t *tx, int txtype, znode_t *zp, vattr_t *vap, uint_t mask_applied, zfs_fuid_info_t *fuidp) argument
[all...]
H A Dzfs_vnops.c1752 * vap - attributes of new file.
1771 zfs_create(vnode_t *dvp, char *name, vattr_t *vap, int excl, int mode, argument
1801 (vsecp || (vap->va_mask & AT_XVATTR) ||
1816 if (vap->va_mask & AT_XVATTR) {
1817 if ((error = secpolicy_xvattr(dvp, (xvattr_t *)vap,
1818 crgetuid(cr), cr, vap->va_type)) != 0) {
1826 if ((vap->va_mode & S_ISVTX) && secpolicy_vnode_stky_modify(cr))
1827 vap->va_mode &= ~S_ISVTX;
1850 (vap->va_type != VREG)) {
1855 if ((error = zfs_acl_ids_create(dzp, 0, vap,
2066 zfs_mkdir(vnode_t *dvp, char *dirname, vattr_t *vap, vnode_t **vpp, cred_t *cr) argument
2658 zfs_getattr(vnode_t *vp, vattr_t *vap, int flags, cred_t *cr, caller_context_t *ct) argument
2872 zfs_setattr(vnode_t *vp, vattr_t *vap, int flags, cred_t *cr, caller_context_t *ct) argument
4006 zfs_symlink(vnode_t *dvp, vnode_t **vpp, char *name, vattr_t *vap, char *link, cred_t *cr, kthread_t *td) argument
4998 vattr_t *vap = ap->a_vap; local
5039 vattr_t *vap = ap->a_vap; local
5101 vattr_t *vap = ap->a_vap; local
5171 vattr_t *vap = ap->a_vap; local
5322 vattr_t *vap = ap->a_vap; local
[all...]
H A Dzfs_znode.c747 * vap - file attributes for new znode
761 zfs_mknode(znode_t *dzp, vattr_t *vap, dmu_tx_t *tx, cred_t *cr, argument
780 ASSERT(vap && (vap->va_mask & (AT_TYPE|AT_MODE)) == (AT_TYPE|AT_MODE));
783 obj = vap->va_nodeid;
784 now = vap->va_ctime; /* see zfs_replay_create() */
785 gen = vap->va_nblocks; /* ditto */
805 if (vap->va_type == VDIR) {
852 if (vap->va_type == VDIR) {
859 if (vap
[all...]
/freebsd-11-stable/sys/dev/ath/
H A Dif_ath_tx.c1529 struct ieee80211vap *vap = ni->ni_vap; local
1722 } else if (pktlen > vap->iv_rtsthreshold &&
1784 if (ieee80211_radiotap_active_vap(vap)) {
1794 ieee80211_radiotap_tx(vap, m0);
1844 struct ieee80211vap *vap = ni->ni_vap; local
1845 struct ath_vap *avp = ATH_VAP(vap);
1944 if (sc->sc_cabq_enable && ismcast && (vap->iv_ps_sta || avp->av_mcastq.axq_depth)) {
2065 struct ieee80211vap *vap = ni->ni_vap; local
2198 if (ieee80211_radiotap_active_vap(vap)) {
2209 ieee80211_radiotap_tx(vap, m
[all...]
/freebsd-11-stable/sys/dev/bwi/
H A Dif_bwi.c589 struct ieee80211vap *vap; local
594 vap = &bvp->bv_vap;
596 ieee80211_vap_setup(ic, vap, name, unit, opmode,
600 bvp->bv_newstate = vap->iv_newstate;
601 vap->iv_newstate = bwi_newstate;
603 vap->iv_update_beacon = bwi_beacon_update;
605 ieee80211_ratectl_init(vap);
608 ieee80211_vap_attach(vap, bwi_media_change, ieee80211_media_status,
611 return vap;
615 bwi_vap_delete(struct ieee80211vap *vap) argument
1744 bwi_newstate(struct ieee80211vap *vap, enum ieee80211_state nstate, int arg) argument
2915 struct ieee80211vap *vap = ni->ni_vap; local
3107 struct ieee80211vap *vap = ni->ni_vap; local
3314 struct ieee80211vap *vap; local
[all...]
H A Dif_bwivar.h541 #define BWI_VAP(vap) ((struct bwi_vap *)(vap))
/freebsd-11-stable/sys/dev/bwn/
H A Dif_bwn.c1843 struct ieee80211vap *vap; local
1860 vap = &bvp->bv_vap;
1861 ieee80211_vap_setup(ic, vap, name, unit, opmode, flags, bssid);
1863 bvp->bv_newstate = vap->iv_newstate;
1864 vap->iv_newstate = bwn_newstate;
1867 vap->iv_max_aid = BWN_STAID_MAX;
1869 ieee80211_ratectl_init(vap);
1872 ieee80211_vap_attach(vap, ieee80211_media_change,
1874 return (vap);
1878 bwn_vap_delete(struct ieee80211vap *vap) argument
4742 bwn_newstate(struct ieee80211vap *vap, enum ieee80211_state nstate, int arg) argument
6194 struct ieee80211vap *vap = ni->ni_vap; local
[all...]
H A Dif_bwnvar.h994 * Driver-specific vap state.
1001 #define BWN_VAP(vap) ((struct bwn_vap *)(vap))
1002 #define BWN_VAP_CONST(vap) ((const struct mwl_vap *)(vap))
/freebsd-11-stable/sys/dev/if_ndis/
H A Dif_ndis.c993 struct ieee80211vap *vap; local
998 vap = &nvp->vap;
999 ieee80211_vap_setup(ic, vap, name, unit, opmode, flags, bssid);
1001 nvp->newstate = vap->iv_newstate;
1002 vap->iv_newstate = ndis_newstate;
1005 ieee80211_vap_attach(vap, ieee80211_media_change, ndis_media_status,
1009 vap->iv_key_set = ndis_add_key;
1010 vap->iv_key_delete = ndis_del_key;
1011 return vap;
1015 ndis_vap_delete(struct ieee80211vap *vap) argument
1508 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
1712 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
1731 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
2343 struct ieee80211vap *vap = ifp->if_softc; local
2361 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
2479 ndis_auth_and_assoc(struct ndis_softc *sc, struct ieee80211vap *vap) argument
2721 struct ieee80211vap *vap; local
2770 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
3045 ndis_del_key(struct ieee80211vap *vap, const struct ieee80211_key *key) argument
3074 ndis_add_key(struct ieee80211vap *vap, const struct ieee80211_key *key) argument
3213 ndis_newstate(struct ieee80211vap *vap, enum ieee80211_state nstate, int arg) argument
3255 struct ieee80211vap *vap = arg; local
3264 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
3352 struct ieee80211vap *vap; local
[all...]
/freebsd-11-stable/sys/dev/ipw/
H A Dif_ipw.c404 struct ieee80211vap *vap; local
461 vap = &ivp->vap;
463 ieee80211_vap_setup(ic, vap, name, unit, opmode, flags, bssid);
465 ivp->newstate = vap->iv_newstate;
466 vap->iv_newstate = ipw_newstate;
469 ieee80211_vap_attach(vap, ieee80211_media_change, ipw_media_status,
472 return vap;
476 ipw_vap_delete(struct ieee80211vap *vap) argument
478 struct ipw_vap *ivp = IPW_VAP(vap);
835 struct ieee80211vap *vap = ifp->if_softc; local
846 ipw_newstate(struct ieee80211vap *vap, enum ieee80211_state nstate, int arg) argument
999 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
1361 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
1546 struct ieee80211vap *vap = ni->ni_vap; local
2006 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
2161 ipw_assoc(struct ieee80211com *ic, struct ieee80211vap *vap) argument
2252 ipw_disassoc(struct ieee80211com *ic, struct ieee80211vap *vap) argument
2303 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
[all...]
H A Dif_ipwvar.h84 struct ieee80211vap vap; member in struct:ipw_vap
89 #define IPW_VAP(vap) ((struct ipw_vap *)(vap))
/freebsd-11-stable/sys/dev/iwi/
H A Dif_iwi.c489 struct ieee80211vap *vap; local
510 vap = &ivp->iwi_vap;
511 ieee80211_vap_setup(ic, vap, name, unit, opmode, flags, bssid);
513 vap->iv_bmissthreshold = 24;
515 ivp->iwi_newstate = vap->iv_newstate;
516 vap->iv_newstate = iwi_newstate;
519 ieee80211_vap_attach(vap, ieee80211_media_change, iwi_media_status,
522 return vap;
526 iwi_vap_delete(struct ieee80211vap *vap) argument
528 struct iwi_vap *ivp = IWI_VAP(vap);
866 iwi_node_alloc(struct ieee80211vap *vap, const uint8_t mac[IEEE80211_ADDR_LEN]) argument
925 struct ieee80211vap *vap = ifp->if_softc; local
939 iwi_newstate(struct ieee80211vap *vap, enum ieee80211_state nstate, int arg) argument
1072 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
1299 iwi_checkforqos(struct ieee80211vap *vap, const struct ieee80211_frame *wh, int len) argument
1388 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
1635 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
1769 struct ieee80211vap *vap = ni->ni_vap; local
2509 iwi_setpowermode(struct iwi_softc *sc, struct ieee80211vap *vap) argument
2524 iwi_setwepkeys(struct iwi_softc *sc, struct ieee80211vap *vap) argument
2552 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
2810 iwi_auth_and_assoc(struct iwi_softc *sc, struct ieee80211vap *vap) argument
3553 struct ieee80211vap *vap = ss->ss_vap; local
[all...]
H A Dif_iwivar.h126 #define IWI_VAP(vap) ((struct iwi_vap *)(vap))
/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwm.c1265 * mark the first vap (if any) as having no mac context.
1274 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
1282 * FreeBSD-local: mark the first vap as not-uploaded,
1286 if (vap) {
1287 struct iwm_vap *iv = IWM_VAP(vap);
3188 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
3262 if (ieee80211_radiotap_active_vap(vap)) {
3317 struct ieee80211vap *vap = ni->ni_vap; local
3337 ieee80211_ratectl_tx_complete(vap, ni,
3341 ieee80211_ratectl_tx_complete(vap, n
3601 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
3958 iwm_auth(struct ieee80211vap *vap, struct iwm_softc *sc) argument
4094 iwm_assoc(struct ieee80211vap *vap, struct iwm_softc *sc) argument
4187 iwm_node_alloc(struct ieee80211vap *vap, const uint8_t mac[IEEE80211_ADDR_LEN]) argument
4330 struct ieee80211vap *vap = ifp->if_softc; local
4350 iwm_newstate(struct ieee80211vap *vap, enum ieee80211_state nstate, int arg) argument
4630 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
4897 iwm_allow_mcast(struct ieee80211vap *vap, struct iwm_softc *sc) argument
5399 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
5737 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
6194 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
6330 struct ieee80211vap *vap; local
6357 iwm_vap_delete(struct ieee80211vap *vap) argument
6382 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
6410 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
[all...]
/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwn.c285 static int iwn_auth(struct iwn_softc *, struct ieee80211vap *vap);
286 static int iwn_run(struct iwn_softc *, struct ieee80211vap *vap);
1329 struct ieee80211vap *vap; local
1335 vap = &ivp->iv_vap;
1336 ieee80211_vap_setup(ic, vap, name, unit, opmode, flags, bssid);
1338 vap->iv_bmissthreshold = 10; /* override default */
1340 ivp->iv_newstate = vap->iv_newstate;
1341 vap->iv_newstate = iwn_newstate;
1342 sc->ivap[IWN_RXON_BSS_CTX] = vap;
1344 ieee80211_ratectl_init(vap);
1353 iwn_vap_delete(struct ieee80211vap *vap) argument
2644 iwn_node_alloc(struct ieee80211vap *vap, const uint8_t mac[IEEE80211_ADDR_LEN]) argument
2820 iwn_newstate(struct ieee80211vap *vap, enum ieee80211_state nstate, int arg) argument
3387 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
3563 struct ieee80211vap *vap; local
3802 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
4257 iwn_check_rate_needs_protection(struct iwn_softc *sc, struct ieee80211vap *vap, uint8_t rate) argument
4364 struct ieee80211vap *vap = ni->ni_vap; local
4664 struct ieee80211vap *vap = ni->ni_vap; local
5074 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
6518 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
6717 struct ieee80211vap *vap = NULL; local
6761 iwn_scan(struct iwn_softc *sc, struct ieee80211vap *vap, struct ieee80211_scan_state *ss, struct ieee80211_channel *c) argument
7022 iwn_auth(struct iwn_softc *sc, struct ieee80211vap *vap) argument
7094 iwn_run(struct iwn_softc *sc, struct ieee80211vap *vap) argument
8675 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
8690 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
8710 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
8879 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
8920 struct ieee80211vap *vap = ss->ss_vap; local
[all...]
/freebsd-11-stable/sys/dev/malo/
H A Dif_malo.c331 struct ieee80211vap *vap; local
350 vap = &mvp->malo_vap;
351 ieee80211_vap_setup(ic, vap, name, unit, opmode, flags, bssid);
354 mvp->malo_newstate = vap->iv_newstate;
355 vap->iv_newstate = malo_newstate;
358 ieee80211_vap_attach(vap,
361 return vap;
365 malo_vap_delete(struct ieee80211vap *vap) argument
367 struct malo_vap *mvp = MALO_VAP(vap);
369 ieee80211_vap_detach(vap);
1040 struct ieee80211vap *vap = ni->ni_vap; local
1518 struct ieee80211vap *vap; local
1727 malo_newstate(struct ieee80211vap *vap, enum ieee80211_state nstate, int arg) argument
[all...]
/freebsd-11-stable/sys/dev/mwl/
H A Dif_mwl.c560 * The first vap uses the MAC address from the EEPROM. For
561 * subsequent vap's we set the U/L bit (bit 1) in the MAC
599 struct ieee80211vap *vap, *apvap; local
630 hvap = NULL; /* NB: we use associated AP vap */
632 return NULL; /* no existing AP vap */
647 * WDS vaps must have an associated AP vap; find one.
655 KASSERT(mvp->mv_ap_hvap != NULL, ("no ap vap"));
657 vap = &mvp->mv_vap;
658 ieee80211_vap_setup(ic, vap, name, unit, opmode, flags, bssid);
660 mvp->mv_newstate = vap
720 mwl_vap_delete(struct ieee80211vap *vap) argument
1020 mwl_setrates(struct ieee80211vap *vap) argument
1051 mwl_seteapolformat(struct ieee80211vap *vap) argument
1209 mwl_reset_vap(struct ieee80211vap *vap, int state) argument
1243 mwl_reset(struct ieee80211vap *vap, u_long cmd) argument
1471 struct ieee80211vap *vap = ifp->if_softc; local
1517 mwl_key_alloc(struct ieee80211vap *vap, struct ieee80211_key *k, ieee80211_keyix *keyix, ieee80211_keyix *rxkeyix) argument
1546 mwl_key_delete(struct ieee80211vap *vap, const struct ieee80211_key *k) argument
1607 mwl_key_set(struct ieee80211vap *vap, const struct ieee80211_key *k) argument
1613 _mwl_key_set(struct ieee80211vap *vap, const struct ieee80211_key *k, const uint8_t mac[IEEE80211_ADDR_LEN]) argument
1832 mwl_beacon_setup(struct ieee80211vap *vap) argument
1851 mwl_beacon_update(struct ieee80211vap *vap, int item) argument
1891 mwl_update_ps(struct ieee80211vap *vap, int nsta) argument
1906 struct ieee80211vap *vap = ni->ni_vap; local
2242 mwl_node_alloc(struct ieee80211vap *vap, const uint8_t mac[IEEE80211_ADDR_LEN]) argument
2269 struct ieee80211vap *vap = ni->ni_vap; local
3069 struct ieee80211vap *vap = ni->ni_vap; local
3513 mwl_cleartxq(struct mwl_softc *sc, struct ieee80211vap *vap) argument
3559 struct ieee80211vap *vap = ni->ni_vap; local
3643 struct ieee80211vap *vap = ni->ni_vap; local
3748 mwl_getapmode(const struct ieee80211vap *vap, struct ieee80211_channel *chan) argument
3776 mwl_setapmode(struct ieee80211vap *vap, struct ieee80211_channel *chan) argument
3873 mwl_startcsa(struct ieee80211vap *vap) argument
3894 mwl_setanywepkey(struct ieee80211vap *vap, const uint8_t mac[IEEE80211_ADDR_LEN]) argument
3908 struct ieee80211vap *vap = ni->ni_vap; local
3939 mwl_setglobalkeys(struct ieee80211vap *vap) argument
4002 const struct ieee80211vap *vap = ni->ni_vap; local
4036 mwl_localstadb(struct ieee80211vap *vap) argument
4072 mwl_newstate(struct ieee80211vap *vap, enum ieee80211_state nstate, int arg) argument
4259 struct ieee80211vap *vap = ni->ni_vap; local
[all...]
/freebsd-11-stable/sys/dev/otus/
H A Dif_otus.c167 static struct ieee80211_node *otus_node_alloc(struct ieee80211vap *vap,
378 struct ieee80211vap *vap; local
384 vap = &uvp->vap;
386 if (ieee80211_vap_setup(ic, vap, name, unit, opmode,
394 uvp->newstate = vap->iv_newstate;
395 vap->iv_newstate = otus_newstate;
398 vap->iv_ampdu_density = IEEE80211_HTCAP_MPDUDENSITY_16;
399 vap->iv_ampdu_rxmax = IEEE80211_HTCAP_MAXRXAMPDU_32K;
401 ieee80211_ratectl_init(vap);
412 otus_vap_delete(struct ieee80211vap *vap) argument
1224 otus_newstate(struct ieee80211vap *vap, enum ieee80211_state nstate, int arg) argument
1371 otus_node_alloc(struct ieee80211vap *vap, const uint8_t mac[IEEE80211_ADDR_LEN]) argument
2177 struct ieee80211vap *vap = ni->ni_vap; local
2313 struct ieee80211vap *vap; local
3081 struct ieee80211vap *vap; local
[all...]
H A Dif_otusreg.h976 struct ieee80211vap vap; member in struct:otus_vap
980 #define OTUS_VAP(vap) ((struct otus_vap *)(vap))
/freebsd-11-stable/sys/dev/ral/
H A Drt2560.c370 struct ieee80211vap *vap; local
381 device_printf(sc->sc_dev, "only 1 vap supported\n");
396 * bssid; WDS vap's always share the local
406 vap = &rvp->ral_vap;
407 ieee80211_vap_setup(ic, vap, name, unit, opmode, flags, bssid);
410 rvp->ral_newstate = vap->iv_newstate;
411 vap->iv_newstate = rt2560_newstate;
412 vap->iv_update_beacon = rt2560_beacon_update;
414 ieee80211_ratectl_init(vap);
416 ieee80211_vap_attach(vap, ieee80211_media_chang
424 rt2560_vap_delete(struct ieee80211vap *vap) argument
745 rt2560_newstate(struct ieee80211vap *vap, enum ieee80211_state nstate, int arg) argument
914 struct ieee80211vap *vap; local
1277 rt2560_beacon_update(struct ieee80211vap *vap, int item) argument
1454 struct ieee80211vap *vap = ni->ni_vap; local
1507 struct ieee80211vap *vap = ni->ni_vap; local
1665 struct ieee80211vap *vap = ni->ni_vap; local
1744 struct ieee80211vap *vap = ni->ni_vap; local
2205 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
2489 struct ieee80211vap *vap = ic->ic_scan->ss_vap; local
2580 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
[all...]
H A Drt2560var.h104 #define RT2560_VAP(vap) ((struct rt2560_vap *)(vap))
H A Drt2661.c363 struct ieee80211vap *vap; local
374 device_printf(sc->sc_dev, "only 1 vap supported\n");
389 * bssid; WDS vap's always share the local
399 vap = &rvp->ral_vap;
400 ieee80211_vap_setup(ic, vap, name, unit, opmode, flags, bssid);
403 rvp->ral_newstate = vap->iv_newstate;
404 vap->iv_newstate = rt2661_newstate;
406 vap->iv_update_beacon = rt2661_beacon_update;
409 ieee80211_ratectl_init(vap);
411 ieee80211_vap_attach(vap, ieee80211_media_chang
419 rt2661_vap_delete(struct ieee80211vap *vap) argument
749 rt2661_newstate(struct ieee80211vap *vap, enum ieee80211_state nstate, int arg) argument
856 struct ieee80211vap *vap; local
1276 struct ieee80211vap *vap = ni->ni_vap; local
1433 struct ieee80211vap *vap = ni->ni_vap; local
2245 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
2626 rt2661_prepare_beacon(struct rt2661_softc *sc, struct ieee80211vap *vap) argument
2664 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
2760 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
[all...]
H A Drt2661var.h97 #define RT2661_VAP(vap) ((struct rt2661_vap *)(vap))
H A Drt2860.c428 struct ieee80211vap *vap; local
439 device_printf(sc->sc_dev, "only 1 vap supported\n");
454 * bssid; WDS vap's always share the local
464 vap = &rvp->ral_vap;
465 ieee80211_vap_setup(ic, vap, name, unit, opmode, flags, bssid);
468 rvp->ral_newstate = vap->iv_newstate;
469 vap->iv_newstate = rt2860_newstate;
471 vap->iv_update_beacon = rt2860_beacon_update;
475 vap->iv_max_aid = min(IEEE80211_AID_MAX, RT2860_WCID_MAX);
477 ieee80211_ratectl_init(vap);
487 rt2860_vap_delete(struct ieee80211vap *vap) argument
902 rt2860_newstate(struct ieee80211vap *vap, enum ieee80211_state nstate, int arg) argument
1382 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
1454 struct ieee80211vap *vap = ni->ni_vap; local
1731 struct ieee80211vap *vap = ni->ni_vap; local
2294 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
3800 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
4272 rt2860_setup_beacon(struct rt2860_softc *sc, struct ieee80211vap *vap) argument
4309 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
[all...]

Completed in 527 milliseconds

12345678