Searched refs:vap (Results 76 - 100 of 191) sorted by path

12345678

/freebsd-11-stable/sys/net80211/
H A Dieee80211_ratectl.h67 ieee80211_ratectl_deinit(struct ieee80211vap *vap) argument
69 vap->iv_rate->ir_deinit(vap);
75 const struct ieee80211vap *vap = ni->ni_vap; local
77 vap->iv_rate->ir_node_init(ni);
83 const struct ieee80211vap *vap = ni->ni_vap; local
85 vap->iv_rate->ir_node_deinit(ni);
91 const struct ieee80211vap *vap = ni->ni_vap; local
93 return vap->iv_rate->ir_rate(ni, arg, iarg);
97 ieee80211_ratectl_tx_complete(const struct ieee80211vap *vap, argument
104 ieee80211_ratectl_tx_update(const struct ieee80211vap *vap, const struct ieee80211_node *ni, void *arg1, void *arg2, void *arg3) argument
113 ieee80211_ratectl_setinterval(const struct ieee80211vap *vap, int msecs) argument
123 const struct ieee80211vap *vap = ni->ni_vap; local
[all...]
H A Dieee80211_ratectl_none.c52 none_init(struct ieee80211vap *vap) argument
57 none_deinit(struct ieee80211vap *vap) argument
59 IEEE80211_FREE(vap->iv_rs, M_80211_RATECTL);
83 none_tx_complete(const struct ieee80211vap *vap, argument
90 none_tx_update(const struct ieee80211vap *vap, const struct ieee80211_node *ni, argument
96 none_setinterval(const struct ieee80211vap *vap, int msecs) argument
H A Dieee80211_regdomain.c89 ieee80211_regdomain_vattach(struct ieee80211vap *vap) argument
94 ieee80211_regdomain_vdetach(struct ieee80211vap *vap) argument
324 struct ieee80211vap *vap; local
327 TAILQ_FOREACH(vap, &ic->ic_vaps, iv_next)
328 if (vap->iv_state != IEEE80211_S_INIT)
334 ieee80211_setregdomain(struct ieee80211vap *vap, argument
337 struct ieee80211com *ic = vap->iv_ic;
344 IEEE80211_DPRINTF(vap, IEEE80211_MSG_IOCTL,
349 IEEE80211_DPRINTF(vap, IEEE80211_MSG_IOCTL,
355 IEEE80211_DPRINTF(vap, IEEE80211_MSG_IOCT
[all...]
H A Dieee80211_rssadapt.h46 const struct ieee80211vap *vap; member in struct:ieee80211_rssadapt
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,
H A Dieee80211_scan_sw.c124 ieee80211_swscan_vattach(struct ieee80211vap *vap) argument
128 * TODO: all of the vap scan calls should be methods!
134 ieee80211_swscan_vdetach(struct ieee80211vap *vap) argument
136 struct ieee80211com *ic = vap->iv_ic;
141 if (ss != NULL && ss->ss_vap == vap &&
147 ieee80211_swscan_set_scan_duration(struct ieee80211vap *vap, u_int duration) argument
149 struct ieee80211com *ic = vap->iv_ic;
164 struct ieee80211vap *vap, int flags, u_int duration,
168 struct ieee80211com *ic = vap->iv_ic;
174 IEEE80211_DPRINTF(vap, IEEE80211_MSG_SCA
163 ieee80211_swscan_start_scan_locked(const struct ieee80211_scanner *scan, struct ieee80211vap *vap, int flags, u_int duration, u_int mindwell, u_int maxdwell, u_int nssid, const struct ieee80211_scan_ssid ssids[]) argument
240 ieee80211_swscan_start_scan(const struct ieee80211_scanner *scan, struct ieee80211vap *vap, int flags, u_int duration, u_int mindwell, u_int maxdwell, u_int nssid, const struct ieee80211_scan_ssid ssids[]) argument
267 ieee80211_swscan_check_scan(const struct ieee80211_scanner *scan, struct ieee80211vap *vap, int flags, u_int duration, u_int mindwell, u_int maxdwell, u_int nssid, const struct ieee80211_scan_ssid ssids[]) argument
325 ieee80211_swscan_bg_scan(const struct ieee80211_scanner *scan, struct ieee80211vap *vap, int flags) argument
420 cancel_scan(struct ieee80211vap *vap, int any, const char *func) argument
453 ieee80211_swscan_cancel_scan(struct ieee80211vap *vap) argument
462 ieee80211_swscan_cancel_anyscan(struct ieee80211vap *vap) argument
478 ieee80211_swscan_scan_next(struct ieee80211vap *vap) argument
494 ieee80211_swscan_scan_done(struct ieee80211vap *vap) argument
512 ieee80211_swscan_probe_curchan(struct ieee80211vap *vap, int force) argument
550 struct ieee80211vap *vap = ss->ss_vap; local
613 struct ieee80211vap *vap = ss->ss_vap; local
763 struct ieee80211vap *vap = ss->ss_vap; local
869 struct ieee80211vap *vap = ss->ss_vap; local
913 ieee80211_swscan_add_scan(struct ieee80211vap *vap, struct ieee80211_channel *curchan, const struct ieee80211_scanparams *sp, const struct ieee80211_frame *wh, int subtype, int rssi, int noise) argument
[all...]
H A Dieee80211_sta.h40 extern int ieee80211_parse_wmeparams(struct ieee80211vap *vap, uint8_t *frm,
H A Dieee80211_superg.c134 ieee80211_superg_vattach(struct ieee80211vap *vap) argument
136 struct ieee80211com *ic = vap->iv_ic;
139 vap->iv_caps &= ~IEEE80211_C_FF;
140 if (vap->iv_caps & IEEE80211_C_FF)
141 vap->iv_flags |= IEEE80211_F_FF;
143 if (vap->iv_opmode == IEEE80211_M_STA &&
144 (vap->iv_caps & IEEE80211_C_TURBOP))
145 vap->iv_flags |= IEEE80211_F_TURBOP;
149 ieee80211_superg_vdetach(struct ieee80211vap *vap) argument
186 const struct ieee80211vap *vap local
209 struct ieee80211vap *vap = ni->ni_vap; local
260 struct ieee80211vap *vap = ni->ni_vap; local
348 ieee80211_ff_encap(struct ieee80211vap *vap, struct mbuf *m1, int hdrspace, struct ieee80211_key *key) argument
480 ieee80211_amsdu_encap(struct ieee80211vap *vap, struct mbuf *m1, int hdrspace, struct ieee80211_key *key) argument
580 struct ieee80211vap *vap = ni->ni_vap; local
603 struct ieee80211vap *vap; local
709 struct ieee80211vap *vap = ni->ni_vap; local
753 struct ieee80211vap *vap = ni->ni_vap; local
967 ieee80211_dturbo_switch(struct ieee80211vap *vap, int newflags) argument
1001 getathcap(struct ieee80211vap *vap, int cap) argument
1011 superg_ioctl_get80211(struct ieee80211vap *vap, struct ieee80211req *ireq) argument
1028 superg_ioctl_set80211(struct ieee80211vap *vap, struct ieee80211req *ireq) argument
[all...]
H A Dieee80211_superg.h140 struct mbuf * ieee80211_amsdu_encap(struct ieee80211vap *vap, struct mbuf *m1,
146 ieee80211_decap_fastframe(struct ieee80211vap *vap, struct ieee80211_node *ni, argument
149 return IEEE80211_ATH_CAP(vap, ni, IEEE80211_NODE_FF) ?
H A Dieee80211_tdma.h96 int ieee80211_tdma_getslot(struct ieee80211vap *vap);
98 uint8_t *ieee80211_add_tdma(uint8_t *frm, struct ieee80211vap *vap);
100 void ieee80211_tdma_update_beacon(struct ieee80211vap *vap,
/freebsd-11-stable/sys/nfs/
H A Dnfs_kdtrace.h87 #define KDTRACE_NFS_ATTRCACHE_GET_HIT(vp, vap) do { \
90 nfsclient_attrcache_get_hit_id, (vp), (vap)); \
99 #define KDTRACE_NFS_ATTRCACHE_LOAD_DONE(vp, vap, error) do { \
102 nfsclient_attrcache_load_done_id, (vp), (vap), \
114 #define KDTRACE_NFS_ATTRCACHE_GET_HIT(vp, vap)
116 #define KDTRACE_NFS_ATTRCACHE_LOAD_DONE(vp, vap, error)
/freebsd-11-stable/sys/security/mac/
H A Dmac_framework.h381 struct componentname *cnp, struct vattr *vap);
H A Dmac_policy.h561 struct componentname *cnp, struct vattr *vap);
H A Dmac_vfs.c424 struct componentname *cnp, struct vattr *vap)
431 vap);
432 MAC_CHECK_PROBE4(vnode_check_create, error, cred, dvp, cnp, vap);
423 mac_vnode_check_create(struct ucred *cred, struct vnode *dvp, struct componentname *cnp, struct vattr *vap) argument
/freebsd-11-stable/sys/security/mac_biba/
H A Dmac_biba.c2911 struct label *dvplabel, struct componentname *cnp, struct vattr *vap)
2910 biba_vnode_check_create(struct ucred *cred, struct vnode *dvp, struct label *dvplabel, struct componentname *cnp, struct vattr *vap) argument
/freebsd-11-stable/sys/security/mac_bsdextended/
H A Dmac_bsdextended.c229 struct ucred *cred, struct vnode *vp, struct vattr *vap, int acc_mode)
286 match = (vap->va_uid <= rule->mbr_object.mbo_uid_max &&
287 vap->va_uid >= rule->mbr_object.mbo_uid_min);
295 match = (vap->va_gid <= rule->mbr_object.mbo_gid_max &&
296 vap->va_gid >= rule->mbr_object.mbo_gid_min);
314 match = (vap->va_mode & S_ISUID);
322 match = (vap->va_mode & S_ISGID);
330 match = (vap->va_uid == cred->cr_uid ||
331 vap->va_uid == cred->cr_ruid ||
332 vap
228 ugidfw_rulecheck(struct mac_bsdextended_rule *rule, struct ucred *cred, struct vnode *vp, struct vattr *vap, int acc_mode) argument
426 ugidfw_check(struct ucred *cred, struct vnode *vp, struct vattr *vap, int acc_mode) argument
459 struct vattr vap; local
[all...]
H A Dugidfw_internal.h38 int ugidfw_check(struct ucred *cred, struct vnode *vp, struct vattr *vap,
63 struct vattr *vap);
H A Dugidfw_vnode.c89 struct label *dvplabel, struct componentname *cnp, struct vattr *vap)
88 ugidfw_check_create_vnode(struct ucred *cred, struct vnode *dvp, struct label *dvplabel, struct componentname *cnp, struct vattr *vap) argument
/freebsd-11-stable/sys/security/mac_lomac/
H A Dmac_lomac.c2334 struct label *dvplabel, struct componentname *cnp, struct vattr *vap)
2333 lomac_vnode_check_create(struct ucred *cred, struct vnode *dvp, struct label *dvplabel, struct componentname *cnp, struct vattr *vap) argument
/freebsd-11-stable/sys/security/mac_mls/
H A Dmac_mls.c2543 struct label *dvplabel, struct componentname *cnp, struct vattr *vap)
2542 mls_vnode_check_create(struct ucred *cred, struct vnode *dvp, struct label *dvplabel, struct componentname *cnp, struct vattr *vap) argument
/freebsd-11-stable/sys/security/mac_stub/
H A Dmac_stub.c1372 struct label *dvplabel, struct componentname *cnp, struct vattr *vap)
1371 stub_vnode_check_create(struct ucred *cred, struct vnode *dvp, struct label *dvplabel, struct componentname *cnp, struct vattr *vap) argument
/freebsd-11-stable/sys/security/mac_test/
H A Dmac_test.c2487 struct label *dvplabel, struct componentname *cnp, struct vattr *vap)
2486 test_vnode_check_create(struct ucred *cred, struct vnode *dvp, struct label *dvplabel, struct componentname *cnp, struct vattr *vap) argument
/freebsd-11-stable/tools/regression/net80211/ccmp/
H A Dtest_ccmp.c595 runtest(struct ieee80211vap *vap, struct ciphertest *t) argument
597 struct ieee80211_key *key = &vap->iv_nw_keys[t->keyix];
610 if (!ieee80211_crypto_newkey(vap, t->cipher,
620 if (!ieee80211_crypto_setkey(vap, key)) {
689 ieee80211_crypto_delkey(vap, key);
695 ieee80211_crypto_delkey(vap, key);
710 struct ieee80211vap vap; local
715 memset(&vap, 0, sizeof(vap));
722 vap
[all...]
/freebsd-11-stable/tools/regression/net80211/tkip/
H A Dtest_tkip.c182 runtest(struct ieee80211vap *vap, struct ciphertest *t) argument
185 struct ieee80211_key *key = &vap->iv_nw_keys[t->keyix];
199 if (!ieee80211_crypto_newkey(vap, t->cipher,
209 if (!ieee80211_crypto_setkey(vap, key)) {
229 if (!ieee80211_crypto_enmic(vap, key, m, 1)) {
323 if (!ieee80211_crypto_demic(vap, key, m, 1)) {
329 ieee80211_crypto_delkey(vap, key);
335 ieee80211_crypto_delkey(vap, key);
350 struct ieee80211vap vap; local
355 memset(&vap,
[all...]
/freebsd-11-stable/tools/regression/net80211/wep/
H A Dtest_wep.c188 runtest(struct ieee80211vap *vap, struct ciphertest *t) argument
190 struct ieee80211_key *key = &vap->iv_nw_keys[t->keyix];
204 if (!ieee80211_crypto_newkey(vap, t->cipher,
212 if (!ieee80211_crypto_setkey(vap, key)) {
255 ctx->wc_vap = vap;
256 ctx->wc_ic = vap->iv_ic;
278 ieee80211_crypto_delkey(vap, key);
284 ieee80211_crypto_delkey(vap, key);
299 struct ieee80211vap vap; local
304 memset(&vap,
[all...]

Completed in 380 milliseconds

12345678