Searched refs:vap (Results 126 - 150 of 191) sorted by relevance

12345678

/freebsd-11-stable/sys/dev/iwi/
H A Dif_iwivar.h126 #define IWI_VAP(vap) ((struct iwi_vap *)(vap))
/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_upgt.c579 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
626 vap ? vap->iv_myaddr : ic->ic_macaddr);
635 ni = ieee80211_ref_node(vap->iv_bss);
637 if (vap->iv_opmode == IEEE80211_M_MONITOR) {
640 vap ? vap->iv_myaddr : ic->ic_macaddr);
653 vap ? vap->iv_myaddr : ic->ic_macaddr);
680 upgt_setup_rates(struct ieee80211vap *vap, struc argument
952 struct ieee80211vap *vap; local
982 upgt_newstate(struct ieee80211vap *vap, enum ieee80211_state nstate, int arg) argument
1023 upgt_vap_delete(struct ieee80211vap *vap) argument
2112 struct ieee80211vap *vap = ni->ni_vap; local
[all...]
H A Dif_runvar.h119 struct ieee80211vap vap; member in struct:run_vap
131 #define RUN_VAP(vap) ((struct run_vap *)(vap))
H A Dif_uathvar.h179 struct ieee80211vap vap; member in struct:uath_vap
183 #define UATH_VAP(vap) ((struct uath_vap *)(vap))
H A Dif_zyd.c480 struct ieee80211vap *vap; local
485 vap = &zvp->vap;
488 if (ieee80211_vap_setup(ic, vap, name, unit, opmode,
496 zvp->newstate = vap->iv_newstate;
497 vap->iv_newstate = zyd_newstate;
499 ieee80211_ratectl_init(vap);
500 ieee80211_ratectl_setinterval(vap, 1000 /* 1 sec */);
503 ieee80211_vap_attach(vap, ieee80211_media_change,
506 return (vap);
510 zyd_vap_delete(struct ieee80211vap *vap) argument
579 zyd_newstate(struct ieee80211vap *vap, enum ieee80211_state nstate, int arg) argument
628 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
1977 struct ieee80211vap *vap; local
2339 struct ieee80211vap *vap; local
2421 struct ieee80211vap *vap = ni->ni_vap; local
2640 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
[all...]
H A Dif_upgtvar.h414 struct ieee80211vap vap; member in struct:upgt_vap
418 #define UPGT_VAP(vap) ((struct upgt_vap *)(vap))
H A Dif_rumreg.h53 #define RT2573_SKEY(vap, kidx) (0x1000 + ((vap) * RT2573_SKEY_MAX + \
/freebsd-11-stable/sys/dev/mwl/
H A Dif_mwlvar.h226 struct mwl_hal_vap *mn_hvap; /* hal vap handle */
232 * Driver-specific vap state.
236 struct mwl_hal_vap *mv_hvap; /* hal vap handle */
237 struct mwl_hal_vap *mv_ap_hvap; /* ap hal vap handle for wds */
244 #define MWL_VAP(vap) ((struct mwl_vap *)(vap))
245 #define MWL_VAP_CONST(vap) ((const struct mwl_vap *)(vap))
270 struct mwl_hal_vap *sc_hvap; /* hal vap handle */
286 uint8_t sc_nbssid0; /* # vap'
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_replay.c56 zfs_init_vattr(vattr_t *vap, uint64_t mask, uint64_t mode, argument
59 VATTR_NULL(vap);
60 vap->va_mask = (uint_t)mask;
62 vap->va_type = IFTOVT(mode);
64 vap->va_mode = mode & MODEMASK;
66 vap->va_uid = (uid_t)(IS_EPHEMERAL(uid)) ? -1 : uid;
68 vap->va_gid = (gid_t)(IS_EPHEMERAL(gid)) ? -1 : gid;
69 vap->va_rdev = zfs_cmpldev(rdev);
70 vap->va_nodeid = nodeid;
874 vattr_t *vap local
[all...]
/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwm_sta.c276 iwm_mvm_rm_sta(struct iwm_softc *sc, struct ieee80211vap *vap, argument
283 ret = iwm_mvm_drain_sta(sc, IWM_VAP(vap), TRUE);
298 ret = iwm_mvm_drain_sta(sc, IWM_VAP(vap), FALSE);
312 iwm_mvm_rm_sta_id(struct iwm_softc *sc, struct ieee80211vap *vap) argument
H A Dif_iwm_scan.c301 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
321 IEEE80211_ADDR_COPY(wh->i_addr2, vap ? vap->iv_myaddr : ic->ic_macaddr);
398 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
436 vap ? vap->iv_myaddr : ic->ic_macaddr);
/freebsd-11-stable/sys/dev/ath/
H A Dif_ath_ioctl.c245 struct ieee80211vap *vap; local
252 TAILQ_FOREACH(vap, &ic->ic_vaps, iv_next) {
253 ifp = vap->iv_ifp;
H A Dif_ath_tx_ht.c225 struct ieee80211vap *vap = ni->ni_vap; local
285 vap->iv_flags_ht & IEEE80211_FHT_SHORTGI40)
291 vap->iv_flags_ht & IEEE80211_FHT_SHORTGI20)
389 struct ieee80211vap *vap = ni->ni_vap; local
398 * vap->iv_ampdu_density is a value, rather than the actual
401 if (vap->iv_ampdu_density > IEEE80211_HTCAP_MPDUDENSITY_16)
404 mpdudensity = ieee80211_mpdudensity_map[vap->iv_ampdu_density];
H A Dif_ath_rx.c337 struct ieee80211vap *vap = ni->ni_vap; local
338 struct ath_softc *sc = vap->iv_ic->ic_softc;
361 ATH_VAP(vap)->av_recv_mgmt(ni, m, subtype, rxs, rssi, nf);
375 if (IEEE80211_ADDR_EQ(ni->ni_bssid, vap->iv_bss->ni_bssid)) {
377 /* XXX unlocked check against vap->iv_bss? */
439 if (vap->iv_opmode == IEEE80211_M_STA &&
441 ni == vap->iv_bss &&
442 (vap->iv_state == IEEE80211_S_RUN || vap->iv_state == IEEE80211_S_SLEEP)) {
450 ath_beacon_config(sc, vap);
[all...]
/freebsd-11-stable/sys/dev/if_ndis/
H A Dif_ndisvar.h109 struct ieee80211vap vap; member in struct:ndis_vap
114 #define NDIS_VAP(vap) ((struct ndis_vap *)(vap))
/freebsd-11-stable/sys/kern/
H A Dvfs_default.c946 struct vattr vattr, *vap; local
958 vap = &vattr;
963 error = VOP_GETATTR(vp, vap, td->td_ucred);
966 fsize = vap->va_size;
967 iosize = vap->va_blocksize;
994 if (offset + len > vap->va_size) {
998 VATTR_NULL(vap);
999 vap->va_size = offset + len;
1000 error = VOP_SETATTR(vp, vap, td->td_ucred);
1003 VATTR_NULL(vap);
[all...]
/freebsd-11-stable/sys/net80211/
H A Dieee80211_mesh.h582 ieee80211_mesh_isproxyena(struct ieee80211vap *vap) argument
584 struct ieee80211_mesh_state *ms = vap->iv_mesh;
597 ieee80211_mesh_discover(struct ieee80211vap *vap, argument
600 struct ieee80211_mesh_state *ms = vap->iv_mesh;
601 return ms->ms_ppath->mpp_discover(vap, dest, m);
H A Dieee80211_scan.h64 * Scanning is done synchronously when initially bringing a vap to an
68 * is linkage to the IEEE80211_SCAN state. Only one vap at a time may
337 void ieee80211_scan_update_locked(struct ieee80211vap *vap,
339 void ieee80211_scan_copy_ssid(struct ieee80211vap *vap,
/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...]
/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/fs/pseudofs/
H A Dpseudofs.h116 struct vattr *vap
118 td, p, pn, vap
/freebsd-11-stable/sys/dev/rtwn/
H A Dif_rtwn.c766 struct ieee80211vap *vap; local
772 vap = &rvp->vap;
773 if (ieee80211_vap_setup(ic, vap, name, unit, opmode,
781 rvp->newstate = vap->iv_newstate;
782 vap->iv_newstate = rtwn_newstate;
785 ieee80211_vap_attach(vap, ieee80211_media_change,
788 return (vap);
792 rtwn_vap_delete(struct ieee80211vap *vap) argument
794 struct rtwn_vap *rvp = RTWN_VAP(vap);
1089 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
1166 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
1227 rtwn_newstate(struct ieee80211vap *vap, enum ieee80211_state nstate, int arg) argument
1567 struct ieee80211vap *vap = ni->ni_vap; local
1844 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
2751 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
3268 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
[all...]
/freebsd-11-stable/sys/dev/wpi/
H A Dif_wpivar.h140 #define WPI_VAP(vap) ((struct wpi_vap *)(vap))
/freebsd-11-stable/sys/fs/tmpfs/
H A Dtmpfs_subr.c704 * the parent directory and the mode is determined from the 'vap' argument.
710 tmpfs_alloc_file(struct vnode *dvp, struct vnode **vpp, struct vattr *vap, argument
730 if (vap->va_type == VDIR) {
744 error = tmpfs_alloc_node(dvp->v_mount, tmp, vap->va_type,
745 cnp->cn_cred->cr_uid, dnode->tn_gid, vap->va_mode, parent,
746 target, vap->va_rdev, &node);
1728 tmpfs_chtimes(struct vnode *vp, struct vattr *vap, argument
1746 error = vn_utimes_perm(vp, vap, cred, l);
1750 if (vap->va_atime.tv_sec != VNOVAL)
1753 if (vap
[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...]

Completed in 282 milliseconds

12345678