Searched refs:vap (Results 151 - 175 of 191) sorted by path

12345678

/freebsd-11-stable/sys/fs/ext2fs/
H A Dext2_vnops.c346 struct vattr *vap = ap->a_vap; local
352 vap->va_fsid = dev2udev(ip->i_devvp->v_rdev);
353 vap->va_fileid = ip->i_number;
354 vap->va_mode = ip->i_mode & ~IFMT;
355 vap->va_nlink = ip->i_nlink;
356 vap->va_uid = ip->i_uid;
357 vap->va_gid = ip->i_gid;
358 vap->va_rdev = ip->i_rdev;
359 vap->va_size = ip->i_size;
360 vap
385 struct vattr *vap = ap->a_vap; local
616 struct vattr *vap = ap->a_vap; local
1246 struct vattr *vap = ap->a_vap; local
[all...]
/freebsd-11-stable/sys/fs/fuse/
H A Dfuse_vnops.c322 struct vattr *vap = ap->a_vap; local
335 mode_t mode = MAKEIMODE(vap->va_type, vap->va_mode);
347 if ((vap->va_type != VREG)) {
349 vap->va_type);
481 struct vattr *vap = ap->a_vap; local
519 if (vap != VTOVA(vp)) {
520 memcpy(vap, VTOVA(vp), sizeof(*vap));
522 if (vap
612 struct vattr *vap = VTOVA(vp); local
1090 struct vattr *vap = ap->a_vap; local
1535 struct vattr *vap = ap->a_vap; local
[all...]
/freebsd-11-stable/sys/fs/msdosfs/
H A Dmsdosfs_vnops.c144 printf("msdosfs_create(cnp %p, vap %p\n", cnp, ap->a_vap);
261 struct vattr *vap = ap->a_vap; local
269 vap->va_fsid = dev2udev(pmp->pm_dev);
289 vap->va_fileid = msdosfs_fileno_map(pmp->pm_mountp, fileid);
291 vap->va_fileid = (long)fileid;
294 vap->va_mode = mode &
296 vap->va_uid = pmp->pm_uid;
297 vap->va_gid = pmp->pm_gid;
298 vap->va_nlink = 1;
299 vap
336 struct vattr *vap = ap->a_vap; local
[all...]
/freebsd-11-stable/sys/fs/nandfs/
H A Dnandfs_vnops.c492 struct vattr *vap = ap->a_vap; local
500 VATTR_NULL(vap);
501 vap->va_atime.tv_sec = inode->i_mtime;
502 vap->va_atime.tv_nsec = inode->i_mtime_nsec;
503 vap->va_mtime.tv_sec = inode->i_mtime;
504 vap->va_mtime.tv_nsec = inode->i_mtime_nsec;
505 vap->va_ctime.tv_sec = inode->i_ctime;
506 vap->va_ctime.tv_nsec = inode->i_ctime_nsec;
507 vap->va_type = IFTOVT(inode->i_mode);
508 vap
803 struct vattr *vap = ap->a_vap; local
978 nandfs_check_possible(struct vnode *vp, struct vattr *vap, mode_t mode) argument
1015 nandfs_check_permitted(struct vnode *vp, struct vattr *vap, mode_t mode, struct ucred *cred) argument
1040 struct vattr vap; local
1879 struct vattr *vap = ap->a_vap; local
[all...]
/freebsd-11-stable/sys/fs/nfs/
H A Dnfs_commonsubs.c2059 NFSACL_T *saclp, struct vattr *vap, fhandle_t *fhp, int rderror,
2174 *tl = vtonfsv34_type(vap->va_type);
2184 txdr_hyper(vap->va_filerev, tl);
2189 txdr_hyper(vap->va_size, tl);
2276 *tl = txdr_unsigned(vap->va_fileid);
2359 *tl = vtonfsv34_mode(vap->va_mode);
2369 *tl = txdr_unsigned(vap->va_nlink);
2374 nfsv4_uidtostr(vap->va_uid, &cp, &siz, p);
2381 nfsv4_gidtostr(vap->va_gid, &cp, &siz, p);
2457 *tl++ = txdr_unsigned(NFSMAJOR(vap
2058 nfsv4_fillattr(struct nfsrv_descript *nd, struct mount *mp, vnode_t vp, NFSACL_T *saclp, struct vattr *vap, fhandle_t *fhp, int rderror, nfsattrbit_t *attrbitp, struct ucred *cred, NFSPROC_T *p, int isdgram, int reterr, int supports_nfsv4acls, int at_root, uint64_t mounted_on_fileno) argument
[all...]
/freebsd-11-stable/sys/fs/nfsclient/
H A Dnfs_clport.c410 struct vattr *vap, *nvap = &nap->na_vattr, *vaper = nvaper; local
437 vap = &np->n_vattr.na_vattr;
438 mtime_save = vap->va_mtime;
498 vap->va_fsid = (uint32_t)np->n_vattr.na_filesid[0];
500 vap->va_fsid = (uint32_t)hash32_buf(
503 vap->va_fsid = vp->v_mount->mnt_stat.f_fsid.val[0];
505 if (vap->va_size != np->n_size) {
506 if (vap->va_type == VREG) {
507 if (dontshrink && vap->va_size < np->n_size) {
513 vap
825 nfscl_fillsattr(struct nfsrv_descript *nd, struct vattr *vap, struct vnode *vp, int flags, u_int32_t rdev) argument
1151 nfscl_checksattr(struct vattr *vap, struct nfsvattr *nvap) argument
[all...]
H A Dnfs_clrpcops.c1123 nfsrpc_setattr(vnode_t vp, struct vattr *vap, NFSACL_T *aclp, argument
1136 if (vap != NULL && NFSATTRISSET(u_quad_t, vap, va_size))
1167 if (vap != NULL)
1168 error = nfsrpc_setattrrpc(vp, vap, &stateid, cred, p,
1207 nfsrpc_setattrrpc(vnode_t vp, struct vattr *vap, argument
1220 vap->va_type = vnode_vtype(vp);
1221 nfscl_fillsattr(nd, vap, vp, NFSSATTR_FULL, 0);
1829 nfsrpc_mknod(vnode_t dvp, char *name, int namelen, struct vattr *vap, argument
1862 nfscl_fillsattr(nd, vap, dv
1909 nfsrpc_create(vnode_t dvp, char *name, int namelen, struct vattr *vap, nfsquad_t cverf, int fmode, struct ucred *cred, NFSPROC_T *p, struct nfsvattr *dnap, struct nfsvattr *nnap, struct nfsfh **nfhpp, int *attrflagp, int *dattrflagp, void *dstuff) argument
1980 nfsrpc_createv23(vnode_t dvp, char *name, int namelen, struct vattr *vap, nfsquad_t cverf, int fmode, struct ucred *cred, NFSPROC_T *p, struct nfsvattr *dnap, struct nfsvattr *nnap, struct nfsfh **nfhpp, int *attrflagp, int *dattrflagp, void *dstuff) argument
2028 nfsrpc_createv4(vnode_t dvp, char *name, int namelen, struct vattr *vap, nfsquad_t cverf, int fmode, struct nfsclowner *owp, struct nfscldeleg **dpp, struct ucred *cred, NFSPROC_T *p, struct nfsvattr *dnap, struct nfsvattr *nnap, struct nfsfh **nfhpp, int *attrflagp, int *dattrflagp, void *dstuff, int *unlockedp) argument
2574 nfsrpc_symlink(vnode_t dvp, char *name, int namelen, char *target, struct vattr *vap, struct ucred *cred, NFSPROC_T *p, struct nfsvattr *dnap, struct nfsvattr *nnap, struct nfsfh **nfhpp, int *attrflagp, int *dattrflagp, void *dstuff) argument
2635 nfsrpc_mkdir(vnode_t dvp, char *name, int namelen, struct vattr *vap, struct ucred *cred, NFSPROC_T *p, struct nfsvattr *dnap, struct nfsvattr *nnap, struct nfsfh **nfhpp, int *attrflagp, int *dattrflagp, void *dstuff) argument
6350 nfsrpc_createlayout(vnode_t dvp, char *name, int namelen, struct vattr *vap, nfsquad_t cverf, int fmode, struct nfsclowner *owp, struct nfscldeleg **dpp, struct ucred *cred, NFSPROC_T *p, struct nfsvattr *dnap, struct nfsvattr *nnap, struct nfsfh **nfhpp, int *attrflagp, int *dattrflagp, void *dstuff, int *unlockedp, nfsv4stateid_t *stateidp, int usecurstateid, int layoutlen, int *retonclosep, struct nfsclflayouthead *flhp, int *laystatp) argument
6608 nfsrpc_getcreatelayout(vnode_t dvp, char *name, int namelen, struct vattr *vap, nfsquad_t cverf, int fmode, struct nfsclowner *owp, struct nfscldeleg **dpp, struct ucred *cred, NFSPROC_T *p, struct nfsvattr *dnap, struct nfsvattr *nnap, struct nfsfh **nfhpp, int *attrflagp, int *dattrflagp, void *dstuff, int *unlockedp) argument
[all...]
H A Dnfs_clvnops.c199 struct componentname *cnp, struct vattr *vap);
806 struct vattr *vap = ap->a_vap; local
820 vap->va_type = vattr.va_type;
821 vap->va_mode = vattr.va_mode;
822 vap->va_nlink = vattr.va_nlink;
823 vap->va_uid = vattr.va_uid;
824 vap->va_gid = vattr.va_gid;
825 vap->va_fsid = vattr.va_fsid;
826 vap->va_fileid = vattr.va_fileid;
827 vap
878 struct vattr *vap = ap->a_vap; local
985 nfs_setattrrpc(struct vnode *vp, struct vattr *vap, struct ucred *cred, struct thread *td) argument
1421 nfs_mknodrpc(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp, struct vattr *vap) argument
1523 struct vattr *vap = ap->a_vap; local
2000 struct vattr *vap = ap->a_vap; local
2076 struct vattr *vap = ap->a_vap; local
3230 struct vattr *vap; local
[all...]
/freebsd-11-stable/sys/fs/nullfs/
H A Dnull_vnops.c456 struct vattr *vap = ap->a_vap; local
458 if ((vap->va_flags != VNOVAL || vap->va_uid != (uid_t)VNOVAL ||
459 vap->va_gid != (gid_t)VNOVAL || vap->va_atime.tv_sec != VNOVAL ||
460 vap->va_mtime.tv_sec != VNOVAL || vap->va_mode != (mode_t)VNOVAL) &&
463 if (vap->va_size != VNOVAL) {
471 if (vap->va_flags != VNOVAL)
/freebsd-11-stable/sys/fs/pseudofs/
H A Dpseudofs_vnops.c200 struct vattr *vap = va->a_vap; local
210 vap->va_type = vn->v_type;
211 vap->va_fileid = pn_fileno(pn, pvd->pvd_pid);
212 vap->va_flags = 0;
213 vap->va_blocksize = PAGE_SIZE;
214 vap->va_bytes = vap->va_size = 0;
215 vap->va_filerev = 0;
216 vap->va_fsid = vn->v_mount->mnt_stat.f_fsid.val[0];
217 vap
[all...]
/freebsd-11-stable/sys/fs/smbfs/
H A Dsmbfs_vnops.c297 struct vattr *vap = ap->a_vap; local
312 if ((vap->va_uid != (uid_t)VNOVAL || vap->va_gid != (gid_t)VNOVAL ||
313 vap->va_atime.tv_sec != VNOVAL || vap->va_mtime.tv_sec != VNOVAL ||
314 vap->va_mode != (mode_t)VNOVAL || vap->va_flags != VNOVAL) &&
326 if (vap->va_flags != VNOVAL) {
327 if (vap->va_flags & ~(UF_HIDDEN|UF_SYSTEM|UF_ARCHIVE|
334 if (vap
542 struct vattr *vap = ap->a_vap; local
[all...]
/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...]
H A Dtmpfs_vnops.c243 struct vattr *vap = v->a_vap; local
246 MPASS(vap->va_type == VREG || vap->va_type == VSOCK);
248 error = tmpfs_alloc_file(dvp, vpp, vap, cnp, NULL);
260 struct vattr *vap = v->a_vap; local
262 if (vap->va_type != VBLK && vap->va_type != VCHR &&
263 vap->va_type != VFIFO)
266 return tmpfs_alloc_file(dvp, vpp, vap, cnp, NULL);
372 struct vattr *vap local
411 struct vattr *vap = v->a_vap; local
1081 struct vattr *vap = v->a_vap; local
1187 struct vattr *vap = v->a_vap; local
[all...]
/freebsd-11-stable/sys/fs/udf/
H A Dudf_vnops.c286 struct vattr *vap; local
293 vap = a->a_vap;
297 vap->va_fsid = dev2udev(node->udfmp->im_dev);
298 vap->va_fileid = node->hash_id;
299 vap->va_mode = udf_permtomode(node);
300 vap->va_nlink = le16toh(fentry->link_cnt);
305 vap->va_uid = (le32toh(fentry->uid) == -1) ? 0 : le32toh(fentry->uid);
306 vap->va_gid = (le32toh(fentry->gid) == -1) ? 0 : le32toh(fentry->gid);
307 udf_timetotimespec(&fentry->atime, &vap->va_atime);
308 udf_timetotimespec(&fentry->mtime, &vap
340 struct vattr *vap; local
[all...]
/freebsd-11-stable/sys/kern/
H A Dkern_linker.c1721 int namelen, struct vattr *vap)
1753 if (vap)
1754 VOP_GETATTR(nd.ni_vp, vap, td->td_ucred);
1720 linker_lookup_file(const char *path, int pathlen, const char *name, int namelen, struct vattr *vap) argument
H A Duipc_mqueue.c1194 struct vattr *vap = ap->a_vap; local
1197 vap->va_type = vp->v_type;
1198 vap->va_mode = pn->mn_mode;
1199 vap->va_nlink = 1;
1200 vap->va_uid = pn->mn_uid;
1201 vap->va_gid = pn->mn_gid;
1202 vap->va_fsid = vp->v_mount->mnt_stat.f_fsid.val[0];
1203 vap->va_fileid = pn->mn_fileno;
1204 vap->va_size = 0;
1205 vap
1234 struct vattr *vap; local
[all...]
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...]
H A Dvfs_subr.c906 vattr_null(struct vattr *vap) argument
909 vap->va_type = VNON;
910 vap->va_size = VNOVAL;
911 vap->va_bytes = VNOVAL;
912 vap->va_mode = VNOVAL;
913 vap->va_nlink = VNOVAL;
914 vap->va_uid = VNOVAL;
915 vap->va_gid = VNOVAL;
916 vap->va_fsid = VNOVAL;
917 vap
[all...]
H A Dvfs_vnops.c199 struct vattr *vap = &vat; local
225 VATTR_NULL(vap);
226 vap->va_type = VREG;
227 vap->va_mode = cmode;
229 vap->va_vaflags |= VA_EXCLUSIVE;
242 &ndp->ni_cnd, vap);
246 &ndp->ni_cnd, vap);
1385 struct vattr *vap; local
1396 vap = &vattr;
1403 vap
2285 vn_utimes_perm(struct vnode *vp, struct vattr *vap, struct ucred *cred, struct thread *td) argument
[all...]
/freebsd-11-stable/sys/net80211/
H A Dieee80211.c100 MALLOC_DEFINE(M_80211_VAP, "80211vap", "802.11 vap state");
296 * the driver on attach to prior to creating any vap's.
350 * all vap's and reclaim all common state prior to the
357 struct ieee80211vap *vap; local
378 while ((vap = TAILQ_FIRST(&ic->ic_vaps)) != NULL) {
379 ieee80211_com_vdetach(vap);
380 ieee80211_vap_destroy(vap);
441 default_reset(struct ieee80211vap *vap, u_long cmd) argument
447 * Add underlying device errors to vap error
452 struct ieee80211vap *vap = ifp->if_softc; local
477 ieee80211_vap_setup(struct ieee80211com *ic, struct ieee80211vap *vap, const char name[IFNAMSIZ], int unit, enum ieee80211_opmode opmode, int flags, const uint8_t bssid[IEEE80211_ADDR_LEN]) argument
598 ieee80211_vap_attach(struct ieee80211vap *vap, ifm_change_cb_t media_change, ifm_stat_cb_t media_stat, const uint8_t macaddr[IEEE80211_ADDR_LEN]) argument
656 ieee80211_vap_detach(struct ieee80211vap *vap) argument
725 ieee80211_promisc(struct ieee80211vap *vap, bool on) argument
747 ieee80211_allmulti(struct ieee80211vap *vap, bool on) argument
772 struct ieee80211vap *vap; local
790 ieee80211_syncflag(struct ieee80211vap *vap, int flag) argument
812 struct ieee80211vap *vap; local
830 ieee80211_syncflag_ht(struct ieee80211vap *vap, int flag) argument
852 struct ieee80211vap *vap; local
870 ieee80211_syncflag_ext(struct ieee80211vap *vap, int flag) argument
1325 ieee80211_lookup_channel_rxstatus(struct ieee80211vap *vap, const struct ieee80211_rx_stats *rxs) argument
1642 struct ieee80211vap *vap = ifp->if_softc; local
1716 struct ieee80211vap *vap = ifp->if_softc; local
[all...]
H A Dieee80211_adhoc.c94 adhoc_vdetach(struct ieee80211vap *vap) argument
99 adhoc_vattach(struct ieee80211vap *vap) argument
101 vap->iv_newstate = adhoc_newstate;
102 vap->iv_input = adhoc_input;
103 if (vap->iv_opmode == IEEE80211_M_IBSS)
104 vap->iv_recv_mgmt = adhoc_recv_mgmt;
106 vap->iv_recv_mgmt = ahdemo_recv_mgmt;
107 vap->iv_recv_ctl = adhoc_recv_ctl;
108 vap->iv_opdetach = adhoc_vdetach;
115 if (vap
123 struct ieee80211vap *vap = arg; local
133 adhoc_newstate(struct ieee80211vap *vap, enum ieee80211_state nstate, int arg) argument
271 doprint(struct ieee80211vap *vap, int subtype) argument
296 struct ieee80211vap *vap = ni->ni_vap; local
674 struct ieee80211vap *vap = ni->ni_vap; local
918 struct ieee80211vap *vap = ni->ni_vap; local
[all...]
H A Dieee80211_amrr.c75 static void amrr_tx_update(const struct ieee80211vap *vap,
102 amrr_setinterval(const struct ieee80211vap *vap, int msecs) argument
104 struct ieee80211_amrr *amrr = vap->iv_rs;
117 amrr_init(struct ieee80211vap *vap) argument
121 KASSERT(vap->iv_rs == NULL, ("%s called multiple times", __func__));
124 amrr = vap->iv_rs = IEEE80211_MALLOC(sizeof(struct ieee80211_amrr),
127 if_printf(vap->iv_ifp, "couldn't alloc ratectl structure\n");
132 amrr_setinterval(vap, 500 /* ms */);
133 amrr_sysctlattach(vap, vap
137 amrr_deinit(struct ieee80211vap *vap) argument
167 struct ieee80211vap *vap = ni->ni_vap; local
384 amrr_tx_complete(const struct ieee80211vap *vap, const struct ieee80211_node *ni, int ok, void *arg1, void *arg2 __unused) argument
406 amrr_tx_update(const struct ieee80211vap *vap, const struct ieee80211_node *ni, void *arg1, void *arg2, void *arg3) argument
423 struct ieee80211vap *vap = arg1; local
439 amrr_sysctlattach(struct ieee80211vap *vap, struct sysctl_ctx_list *ctx, struct sysctl_oid *tree) argument
[all...]
H A Dieee80211_crypto.c62 null_key_alloc(struct ieee80211vap *vap, struct ieee80211_key *k, argument
65 if (!(&vap->iv_nw_keys[0] <= k &&
66 k < &vap->iv_nw_keys[IEEE80211_WEP_NKID])) {
81 *keyix = k - vap->iv_nw_keys;
87 null_key_delete(struct ieee80211vap *vap, const struct ieee80211_key *k) argument
92 null_key_set(struct ieee80211vap *vap, const struct ieee80211_key *k) argument
96 static void null_key_update(struct ieee80211vap *vap) {} argument
108 cipher_attach(struct ieee80211vap *vap, struct ieee80211_key *key) argument
110 return key->wk_cipher->ic_attach(vap, key);
117 dev_key_alloc(struct ieee80211vap *vap, argument
125 dev_key_delete(struct ieee80211vap *vap, const struct ieee80211_key *key) argument
132 dev_key_set(struct ieee80211vap *vap, const struct ieee80211_key *key) argument
159 ieee80211_crypto_vattach(struct ieee80211vap *vap) argument
184 ieee80211_crypto_vdetach(struct ieee80211vap *vap) argument
262 ieee80211_crypto_newkey(struct ieee80211vap *vap, int cipher, int flags, struct ieee80211_key *key) argument
421 _ieee80211_crypto_delkey(struct ieee80211vap *vap, struct ieee80211_key *key) argument
455 ieee80211_crypto_delkey(struct ieee80211vap *vap, struct ieee80211_key *key) argument
469 ieee80211_crypto_delglobalkeys(struct ieee80211vap *vap) argument
487 ieee80211_crypto_setkey(struct ieee80211vap *vap, struct ieee80211_key *key) argument
524 ieee80211_crypto_get_keyid(struct ieee80211vap *vap, struct ieee80211_key *k) argument
536 struct ieee80211vap *vap = ni->ni_vap; local
590 struct ieee80211vap *vap = ni->ni_vap; local
640 struct ieee80211vap *vap = ni->ni_vap; local
658 struct ieee80211vap *vap; local
[all...]
H A Dieee80211_dfs.c132 struct ieee80211vap *vap = arg; local
133 struct ieee80211com *ic = vap->iv_ic;
139 if (vap->iv_state != IEEE80211_S_CAC) /* NB: just in case */
150 if_printf(vap->iv_ifp,
156 vap->iv_des_chan = dfs->newchan;
157 ieee80211_new_state_locked(vap, IEEE80211_S_SCAN, 0);
159 if_printf(vap->iv_ifp,
175 ieee80211_cac_completeswitch(vap);
185 ieee80211_dfs_cac_start(struct ieee80211vap *vap) argument
187 struct ieee80211com *ic = vap
203 ieee80211_dfs_cac_stop(struct ieee80211vap *vap) argument
[all...]
H A Dieee80211_freebsd.c76 struct ieee80211vap *vap; local
106 vap = ic->ic_vap_create(ic, wlanname, unit,
111 return (vap == NULL ? EIO : 0);
117 struct ieee80211vap *vap = ifp->if_softc; local
118 struct ieee80211com *ic = vap->iv_ic;
120 ic->ic_vap_delete(vap);
124 ieee80211_vap_destroy(struct ieee80211vap *vap) argument
126 CURVNET_SET(vap->iv_ifp->if_vnet);
127 if_clone_destroyif(wlan_cloner, vap->iv_ifp);
190 struct ieee80211vap *vap local
212 ieee80211_sysctl_vattach(struct ieee80211vap *vap) argument
296 ieee80211_sysctl_vdetach(struct ieee80211vap *vap) argument
308 ieee80211_com_vincref(struct ieee80211vap *vap) argument
328 ieee80211_com_vdecref(struct ieee80211vap *vap) argument
341 ieee80211_com_vdetach(struct ieee80211vap *vap) argument
384 ieee80211_flush_ifq(struct ifqueue *ifq, struct ieee80211vap *vap) argument
468 ieee80211_realign(struct ieee80211vap *vap, struct mbuf *m, size_t align) argument
636 ieee80211_vap_xmitpkt(struct ieee80211vap *vap, struct mbuf *m) argument
683 struct ieee80211vap *vap = ni->ni_vap; local
704 struct ieee80211vap *vap = ni->ni_vap; local
722 ieee80211_notify_scan_done(struct ieee80211vap *vap) argument
735 ieee80211_notify_replay_failure(struct ieee80211vap *vap, const struct ieee80211_frame *wh, const struct ieee80211_key *k, u_int64_t rsc, int tid) argument
766 ieee80211_notify_michael_failure(struct ieee80211vap *vap, const struct ieee80211_frame *wh, u_int keyix) argument
791 struct ieee80211vap *vap = ni->ni_vap; local
802 struct ieee80211vap *vap; local
824 struct ieee80211vap *vap; local
844 struct ieee80211vap *vap; local
863 struct ieee80211vap *vap = ni->ni_vap; local
874 struct ieee80211vap *vap = ni->ni_vap; local
883 ieee80211_notify_country(struct ieee80211vap *vap, const uint8_t bssid[IEEE80211_ADDR_LEN], const uint8_t cc[2]) argument
902 struct ieee80211vap *vap; local
935 struct ieee80211vap *vap = ifp->if_softc; local
964 struct ieee80211vap *vap = ifp->if_softc; local
[all...]

Completed in 225 milliseconds

12345678