Searched refs:vap (Results 1 - 25 of 230) sorted by relevance

12345678910

/freebsd-current/sys/dev/iwm/
H A Dif_iwm_mac_ctxt.h110 extern int iwm_mac_ctxt_add(struct iwm_softc *sc, struct ieee80211vap *vap);
111 extern int iwm_mac_ctxt_changed(struct iwm_softc *sc, struct ieee80211vap *vap);
112 extern int iwm_mac_ctxt_remove(struct iwm_softc *sc, struct ieee80211vap *vap);
/freebsd-current/sys/net80211/
H A Dieee80211_tdma.c111 static void tdma_vdetach(struct ieee80211vap *vap);
113 static void tdma_beacon_miss(struct ieee80211vap *vap);
116 static int tdma_update(struct ieee80211vap *vap,
123 settxparms(struct ieee80211vap *vap, enum ieee80211_phymode mode, int rate) argument
125 if (isclr(vap->iv_ic->ic_modecaps, mode))
128 vap->iv_txparms[mode].ucastrate = rate;
129 vap->iv_txparms[mode].mcastrate = rate;
145 ieee80211_tdma_vattach(struct ieee80211vap *vap) argument
149 KASSERT(vap->iv_caps & IEEE80211_C_TDMA,
150 ("not a tdma vap, cap
196 tdma_vdetach(struct ieee80211vap *vap) argument
214 struct ieee80211vap *vap = ni->ni_vap; local
224 tdma_newstate(struct ieee80211vap *vap, enum ieee80211_state nstate, int arg) argument
291 tdma_beacon_miss(struct ieee80211vap *vap) argument
330 struct ieee80211vap *vap = ni->ni_vap; local
409 tdma_update(struct ieee80211vap *vap, const struct ieee80211_tdma_param *tdma, struct ieee80211_node *ni, int pickslot) argument
523 struct ieee80211vap *vap = ni->ni_vap; local
628 ieee80211_tdma_getslot(struct ieee80211vap *vap) argument
643 struct ieee80211vap *vap = ni->ni_vap; local
672 ieee80211_add_tdma(uint8_t *frm, struct ieee80211vap *vap) argument
712 ieee80211_tdma_update_beacon(struct ieee80211vap *vap, struct ieee80211_beacon_offsets *bo) argument
746 tdma_ioctl_get80211(struct ieee80211vap *vap, struct ieee80211req *ireq) argument
774 tdma_ioctl_set80211(struct ieee80211vap *vap, struct ieee80211req *ireq) argument
[all...]
H A Dieee80211_proto.c317 null_update_beacon(struct ieee80211vap *vap, int item) argument
322 ieee80211_proto_vattach(struct ieee80211vap *vap) argument
324 struct ieee80211com *ic = vap->iv_ic;
325 struct ifnet *ifp = vap->iv_ifp;
334 vap->iv_rtsthreshold = IEEE80211_RTS_DEFAULT;
335 vap->iv_fragthreshold = IEEE80211_FRAG_DEFAULT;
336 vap->iv_bmiss_max = IEEE80211_BMISS_MAX;
337 callout_init_mtx(&vap->iv_swbmiss, IEEE80211_LOCK_OBJ(ic), 0);
338 callout_init(&vap->iv_mgtsend, 1);
340 TASK_INIT(&vap
401 ieee80211_proto_vdetach(struct ieee80211vap *vap) argument
641 struct ieee80211vap *vap = ni->ni_vap; local
766 ieee80211_vap_reset_erp(struct ieee80211vap *vap) argument
826 vap_update_bss(struct ieee80211vap *vap, struct ieee80211_node *ni) argument
859 struct ieee80211vap *vap = arg; local
932 struct ieee80211vap *vap = arg; local
998 struct ieee80211vap *vap = arg; local
1064 struct ieee80211vap *vap = arg; local
1201 ieee80211_vap_set_shortslottime(struct ieee80211vap *vap, int onoff) argument
1231 ieee80211_vap_update_preamble(struct ieee80211vap *vap) argument
1248 ieee80211_vap_update_erp_protmode(struct ieee80211vap *vap) argument
1265 ieee80211_vap_update_ht_protmode(struct ieee80211vap *vap) argument
1500 setwmeparams(struct ieee80211vap *vap, const char *type, int ac, struct wmeParams *wmep, const paramType *phy) argument
1514 ieee80211_wme_initparams_locked(struct ieee80211vap *vap) argument
1595 ieee80211_wme_initparams(struct ieee80211vap *vap) argument
1608 ieee80211_wme_updateparams_locked(struct ieee80211vap *vap) argument
1767 ieee80211_wme_updateparams(struct ieee80211vap *vap) argument
1785 ieee80211_wme_vap_getparams(struct ieee80211vap *vap, struct chanAccParams *wp) argument
1814 ieee80211_wme_vap_ac_is_noack(struct ieee80211vap *vap, int ac) argument
1879 struct ieee80211vap *vap = arg; local
1948 ieee80211_start_check_reset_chan(struct ieee80211vap *vap) argument
1964 ieee80211_start_reset_chan(struct ieee80211vap *vap) argument
1977 ieee80211_start_locked(struct ieee80211vap *vap) argument
2064 struct ieee80211vap *vap = arg; local
2080 struct ieee80211vap *vap; local
2099 ieee80211_stop_locked(struct ieee80211vap *vap) argument
2123 ieee80211_stop(struct ieee80211vap *vap) argument
2138 struct ieee80211vap *vap; local
2158 struct ieee80211vap *vap; local
2179 struct ieee80211vap *vap; local
2221 struct ieee80211vap *vap; local
2241 struct ieee80211vap *vap = arg; local
2260 struct ieee80211vap *vap = arg; local
2305 struct ieee80211vap *vap; local
2333 struct ieee80211vap *vap; local
2357 struct ieee80211vap *vap; local
2392 struct ieee80211vap *vap; local
2419 struct ieee80211vap *vap; local
2450 struct ieee80211vap *vap; local
2498 _ieee80211_newstate_get_next_empty_slot(struct ieee80211vap *vap) argument
2515 _ieee80211_newstate_get_next_pending_slot(struct ieee80211vap *vap) argument
2534 _ieee80211_newstate_get_npending(struct ieee80211vap *vap) argument
2548 struct ieee80211vap *vap = xvap; local
2718 ieee80211_new_state_locked(struct ieee80211vap *vap, enum ieee80211_state nstate, int arg) argument
2906 ieee80211_new_state(struct ieee80211vap *vap, enum ieee80211_state nstate, int arg) argument
[all...]
H A Dieee80211_power.c66 ieee80211_power_vattach(struct ieee80211vap *vap) argument
68 if (vap->iv_opmode == IEEE80211_M_HOSTAP ||
69 vap->iv_opmode == IEEE80211_M_IBSS) {
71 vap->iv_update_ps = ieee80211_update_ps;
72 vap->iv_set_tim = ieee80211_set_tim;
74 vap->iv_node_ps = ieee80211_node_pwrsave;
75 vap->iv_sta_ps = ieee80211_sta_pwrsave;
79 ieee80211_power_latevattach(struct ieee80211vap *vap) argument
85 if (vap->iv_opmode == IEEE80211_M_HOSTAP) {
86 vap
99 ieee80211_power_vdetach(struct ieee80211vap *vap) argument
233 struct ieee80211vap *vap = ni->ni_vap; local
273 ieee80211_update_ps(struct ieee80211vap *vap, int nsta) argument
287 struct ieee80211vap *vap = ni->ni_vap; local
327 struct ieee80211vap *vap = ni->ni_vap; local
420 struct ieee80211vap *vap = ni->ni_vap; local
481 struct ieee80211vap *vap = ni->ni_vap; local
521 ieee80211_sta_pwrsave(struct ieee80211vap *vap, int enable) argument
556 ieee80211_sta_tim_notify(struct ieee80211vap *vap, int set) argument
598 ieee80211_sta_ps_timer_check(struct ieee80211vap *vap) argument
[all...]
H A Dieee80211_ratectl.h109 ieee80211_ratectl_deinit(struct ieee80211vap *vap) argument
111 vap->iv_rate->ir_deinit(vap);
117 const struct ieee80211vap *vap = ni->ni_vap; local
119 vap->iv_rate->ir_node_init(ni);
125 const struct ieee80211vap *vap = ni->ni_vap; local
127 vap->iv_rate->ir_node_deinit(ni);
133 const struct ieee80211vap *vap = ni->ni_vap; local
135 return vap->iv_rate->ir_rate(ni, arg, iarg);
142 const struct ieee80211vap *vap local
148 ieee80211_ratectl_tx_update(struct ieee80211vap *vap, struct ieee80211_ratectl_tx_stats *stats) argument
157 ieee80211_ratectl_setinterval(const struct ieee80211vap *vap, int msecs) argument
167 const struct ieee80211vap *vap = ni->ni_vap; local
[all...]
H A Dieee80211_monitor.c75 monitor_vdetach(struct ieee80211vap *vap) argument
80 monitor_vattach(struct ieee80211vap *vap) argument
82 vap->iv_newstate = monitor_newstate;
83 vap->iv_input = monitor_input;
84 vap->iv_opdetach = monitor_vdetach;
88 * IEEE80211_M_MONITOR vap state machine handler.
91 monitor_newstate(struct ieee80211vap *vap, enum ieee80211_state nstate, int arg) argument
93 struct ieee80211com *ic = vap->iv_ic;
98 ostate = vap->iv_state;
99 IEEE80211_DPRINTF(vap, IEEE80211_MSG_STAT
128 struct ieee80211vap *vap = ni->ni_vap; local
[all...]
H A Dieee80211_hostap.c91 hostap_vdetach(struct ieee80211vap *vap) argument
96 hostap_vattach(struct ieee80211vap *vap) argument
98 vap->iv_newstate = hostap_newstate;
99 vap->iv_input = hostap_input;
100 vap->iv_recv_mgmt = hostap_recv_mgmt;
101 vap->iv_recv_ctl = hostap_recv_ctl;
102 vap->iv_opdetach = hostap_vdetach;
103 vap->iv_deliver_data = hostap_deliver_data;
104 vap->iv_recv_pspoll = ieee80211_recv_pspoll;
121 struct ieee80211vap *vap local
156 hostap_newstate(struct ieee80211vap *vap, enum ieee80211_state nstate, int arg) argument
356 hostap_deliver_data(struct ieee80211vap *vap, struct ieee80211_node *ni, struct mbuf *m) argument
453 doprint(struct ieee80211vap *vap, int subtype) argument
478 struct ieee80211vap *vap = ni->ni_vap; local
919 struct ieee80211vap *vap = ni->ni_vap; local
998 struct ieee80211vap *vap = ni->ni_vap; local
1250 ieee80211_parse_wpa(struct ieee80211vap *vap, const uint8_t *frm, struct ieee80211_rsnparms *rsn, const struct ieee80211_frame *wh) argument
1427 ieee80211_parse_rsn(struct ieee80211vap *vap, const uint8_t *frm, struct ieee80211_rsnparms *rsn, const struct ieee80211_frame *wh) argument
1557 struct ieee80211vap *vap = ni->ni_vap; local
1651 struct ieee80211vap *vap = ni->ni_vap; local
1698 struct ieee80211vap *vap = ni->ni_vap; local
1723 struct ieee80211vap *vap = ni->ni_vap; local
1762 struct ieee80211vap *vap = ni->ni_vap; local
2404 struct ieee80211vap *vap = ni->ni_vap; local
[all...]
H A Dieee80211_wds.c82 wds_vdetach(struct ieee80211vap *vap) argument
84 if (vap->iv_bss != NULL) {
86 if (vap->iv_bss->ni_wdsvap == vap)
87 vap->iv_bss->ni_wdsvap = NULL;
92 wds_vattach(struct ieee80211vap *vap) argument
94 vap->iv_newstate = wds_newstate;
95 vap->iv_input = wds_input;
96 vap->iv_recv_mgmt = wds_recv_mgmt;
97 vap
123 ieee80211_create_wds(struct ieee80211vap *vap, struct ieee80211_channel *chan) argument
235 struct ieee80211vap *vap; local
342 wds_newstate(struct ieee80211vap *vap, enum ieee80211_state nstate, int arg) argument
410 struct ieee80211vap *vap = ni->ni_vap; local
746 struct ieee80211vap *vap = ni->ni_vap; local
[all...]
H A Dieee80211_sta.c90 sta_vdetach(struct ieee80211vap *vap) argument
95 sta_vattach(struct ieee80211vap *vap) argument
97 vap->iv_newstate = sta_newstate;
98 vap->iv_input = sta_input;
99 vap->iv_recv_mgmt = sta_recv_mgmt;
100 vap->iv_recv_ctl = sta_recv_ctl;
101 vap->iv_opdetach = sta_vdetach;
102 vap->iv_bmiss = sta_beacon_miss;
111 sta_beacon_miss(struct ieee80211vap *vap) argument
113 struct ieee80211com *ic = vap
187 sta_authretry(struct ieee80211vap *vap, struct ieee80211_node *ni, int reason) argument
208 sta_swbmiss_start(struct ieee80211vap *vap) argument
230 sta_newstate(struct ieee80211vap *vap, enum ieee80211_state nstate, int arg) argument
477 isdstods_mcastecho(struct ieee80211vap *vap, const struct ieee80211_frame *wh) argument
498 isfromds_mcastecho(struct ieee80211vap *vap, const struct ieee80211_frame *wh) argument
514 doprint(struct ieee80211vap *vap, int subtype) argument
539 struct ieee80211vap *vap = ni->ni_vap; local
1003 struct ieee80211vap *vap = ni->ni_vap; local
1033 struct ieee80211vap *vap = ni->ni_vap; local
1171 ieee80211_parse_wmeparams(struct ieee80211vap *vap, uint8_t *frm, const struct ieee80211_frame *wh, uint8_t *qosinfo) argument
1227 ieee80211_parse_csaparams(struct ieee80211vap *vap, uint8_t *frm, const struct ieee80211_frame *wh) argument
1339 contbgscan(struct ieee80211vap *vap) argument
1359 startbgscan(struct ieee80211vap *vap) argument
1400 struct ieee80211vap *vap = ni->ni_vap; local
[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 = ieee80211_crypto_get_key_wepidx(vap, k);
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
227 ieee80211_crypto_vattach(struct ieee80211vap *vap) argument
252 ieee80211_crypto_vdetach(struct ieee80211vap *vap) argument
337 ieee80211_crypto_newkey(struct ieee80211vap *vap, int cipher, int flags, struct ieee80211_key *key) argument
496 _ieee80211_crypto_delkey(struct ieee80211vap *vap, struct ieee80211_key *key) argument
530 ieee80211_crypto_delkey(struct ieee80211vap *vap, struct ieee80211_key *key) argument
544 ieee80211_crypto_delglobalkeys(struct ieee80211vap *vap) argument
562 ieee80211_crypto_setkey(struct ieee80211vap *vap, struct ieee80211_key *key) argument
605 ieee80211_crypto_get_key_wepidx(const struct ieee80211vap *vap, const struct ieee80211_key *k) argument
619 ieee80211_crypto_get_keyid(struct ieee80211vap *vap, struct ieee80211_key *k) argument
631 struct ieee80211vap *vap = ni->ni_vap; local
692 struct ieee80211vap *vap = ni->ni_vap; local
780 ieee80211_crypto_demic(struct ieee80211vap *vap, struct ieee80211_key *k, struct mbuf *m, int force) argument
832 struct ieee80211vap *vap = ni->ni_vap; local
850 struct ieee80211vap *vap; local
879 ieee80211_crypto_set_deftxkey(struct ieee80211vap *vap, ieee80211_keyix kid) argument
[all...]
H A Dieee80211_ioctl.c73 ieee80211_ioctl_getkey(u_long cmd, struct ieee80211vap *vap, argument
76 struct ieee80211com *ic = vap->iv_ic;
91 ni = ieee80211_find_vap_node(&ic->ic_sta, vap, ik.ik_macaddr);
98 wk = &vap->iv_nw_keys[kid];
99 IEEE80211_ADDR_COPY(&ik.ik_macaddr, vap->iv_bss->ni_macaddr);
106 if (wk->wk_keyix == vap->iv_def_txkey)
108 if (ieee80211_priv_check_vap_getkey(cmd, vap, NULL) == 0) {
130 ieee80211_ioctl_getchanlist(struct ieee80211vap *vap, struct ieee80211req *ireq) argument
132 struct ieee80211com *ic = vap->iv_ic;
140 ieee80211_ioctl_getchaninfo(struct ieee80211vap *vap, struc argument
154 ieee80211_ioctl_getwpaie(struct ieee80211vap *vap, struct ieee80211req *ireq, int req) argument
210 ieee80211_ioctl_getstastats(struct ieee80211vap *vap, struct ieee80211req *ireq) argument
315 ieee80211_ioctl_getscanresults(struct ieee80211vap *vap, struct ieee80211req *ireq) argument
379 struct ieee80211vap *vap = ni->ni_vap; local
460 getstainfo_common(struct ieee80211vap *vap, struct ieee80211req *ireq, struct ieee80211_node *ni, size_t off) argument
505 ieee80211_ioctl_getstainfo(struct ieee80211vap *vap, struct ieee80211req *ireq) argument
528 ieee80211_ioctl_getstatxpow(struct ieee80211vap *vap, struct ieee80211req *ireq) argument
549 ieee80211_ioctl_getwmeparam(struct ieee80211vap *vap, struct ieee80211req *ireq) argument
592 ieee80211_ioctl_getmaccmd(struct ieee80211vap *vap, struct ieee80211req *ireq) argument
600 ieee80211_ioctl_getcurchan(struct ieee80211vap *vap, struct ieee80211req *ireq) argument
631 ieee80211_ioctl_getappie(struct ieee80211vap *vap, struct ieee80211req *ireq) argument
657 ieee80211_ioctl_getregdomain(struct ieee80211vap *vap, const struct ieee80211req *ireq) argument
669 ieee80211_ioctl_getroam(struct ieee80211vap *vap, const struct ieee80211req *ireq) argument
680 ieee80211_ioctl_gettxparams(struct ieee80211vap *vap, const struct ieee80211req *ireq) argument
730 ieee80211_ioctl_getstavlan(struct ieee80211vap *vap, struct ieee80211req *ireq) argument
758 dummy_ioctl_get(struct ieee80211vap *vap, struct ieee80211req *ireq) argument
765 ieee80211_ioctl_getdefault(struct ieee80211vap *vap, struct ieee80211req *ireq) argument
779 ieee80211_ioctl_get80211(struct ieee80211vap *vap, u_long cmd, struct ieee80211req *ireq) argument
1173 ieee80211_ioctl_setkey(struct ieee80211vap *vap, struct ieee80211req *ireq) argument
1255 ieee80211_ioctl_delkey(struct ieee80211vap *vap, struct ieee80211req *ireq) argument
1295 struct ieee80211vap *vap; member in struct:mlmeop
1301 mlmedebug(struct ieee80211vap *vap, const uint8_t mac[IEEE80211_ADDR_LEN], int op, int reason) argument
1347 struct ieee80211vap *vap = ni->ni_vap; local
1370 setmlme_dropsta(struct ieee80211vap *vap, const uint8_t mac[IEEE80211_ADDR_LEN], struct mlmeop *mlmeop) argument
1399 setmlme_common(struct ieee80211vap *vap, int op, const uint8_t mac[IEEE80211_ADDR_LEN], int reason) argument
1560 setmlme_assoc_sta(struct ieee80211vap *vap, const uint8_t mac[IEEE80211_ADDR_LEN], int ssid_len, const uint8_t ssid[IEEE80211_NWID_LEN]) argument
1585 setmlme_assoc_adhoc(struct ieee80211vap *vap, const uint8_t mac[IEEE80211_ADDR_LEN], int ssid_len, const uint8_t ssid[IEEE80211_NWID_LEN]) argument
1624 ieee80211_ioctl_setmlme(struct ieee80211vap *vap, struct ieee80211req *ireq) argument
1649 ieee80211_ioctl_macmac(struct ieee80211vap *vap, struct ieee80211req *ireq) argument
1674 ieee80211_ioctl_setmaccmd(struct ieee80211vap *vap, struct ieee80211req *ireq) argument
1712 ieee80211_ioctl_setchanlist(struct ieee80211vap *vap, struct ieee80211req *ireq) argument
1758 ieee80211_ioctl_setstastats(struct ieee80211vap *vap, struct ieee80211req *ireq) argument
1784 ieee80211_ioctl_setstatxpow(struct ieee80211vap *vap, struct ieee80211req *ireq) argument
1804 ieee80211_ioctl_setwmeparam(struct ieee80211vap *vap, struct ieee80211req *ireq) argument
1986 setcurchan(struct ieee80211vap *vap, struct ieee80211_channel *c) argument
2049 ieee80211_ioctl_setchannel(struct ieee80211vap *vap, const struct ieee80211req *ireq) argument
2143 ieee80211_ioctl_setcurchan(struct ieee80211vap *vap, const struct ieee80211req *ireq) argument
2168 ieee80211_ioctl_setregdomain(struct ieee80211vap *vap, const struct ieee80211req *ireq) argument
2236 ieee80211_ioctl_setroam(struct ieee80211vap *vap, const struct ieee80211req *ireq) argument
2303 ieee80211_ioctl_settxparams(struct ieee80211vap *vap, const struct ieee80211req *ireq) argument
2414 setwparsnie(struct ieee80211vap *vap, uint8_t *ie, int space) argument
2426 ieee80211_ioctl_setappie_locked(struct ieee80211vap *vap, const struct ieee80211req *ireq, int fc0) argument
2504 ieee80211_ioctl_setappie(struct ieee80211vap *vap, const struct ieee80211req *ireq) argument
2522 ieee80211_ioctl_chanswitch(struct ieee80211vap *vap, struct ieee80211req *ireq) argument
2554 ieee80211_scanreq(struct ieee80211vap *vap, struct ieee80211_scan_req *sr) argument
2657 ieee80211_ioctl_scanreq(struct ieee80211vap *vap, struct ieee80211req *ireq) argument
2678 ieee80211_ioctl_setstavlan(struct ieee80211vap *vap, struct ieee80211req *ireq) argument
2702 isvap11g(const struct ieee80211vap *vap) argument
2710 isvapht(const struct ieee80211vap *vap) argument
2721 dummy_ioctl_set(struct ieee80211vap *vap, struct ieee80211req *ireq) argument
2728 ieee80211_ioctl_setdefault(struct ieee80211vap *vap, struct ieee80211req *ireq) argument
2742 ieee80211_ioctl_set80211(struct ieee80211vap *vap, u_long cmd, struct ieee80211req *ireq) argument
3544 struct ieee80211vap *vap = ifp->if_softc; local
[all...]
H A Dieee80211_adhoc.c92 adhoc_vdetach(struct ieee80211vap *vap) argument
97 adhoc_vattach(struct ieee80211vap *vap) argument
99 vap->iv_newstate = adhoc_newstate;
100 vap->iv_input = adhoc_input;
101 if (vap->iv_opmode == IEEE80211_M_IBSS)
102 vap->iv_recv_mgmt = adhoc_recv_mgmt;
104 vap->iv_recv_mgmt = ahdemo_recv_mgmt;
105 vap->iv_recv_ctl = adhoc_recv_ctl;
106 vap->iv_opdetach = adhoc_vdetach;
113 if (vap
121 struct ieee80211vap *vap = ni->ni_vap; local
131 adhoc_newstate(struct ieee80211vap *vap, enum ieee80211_state nstate, int arg) argument
283 doprint(struct ieee80211vap *vap, int subtype) argument
308 struct ieee80211vap *vap = ni->ni_vap; local
707 struct ieee80211vap *vap = ni->ni_vap; local
1006 struct ieee80211vap *vap = ni->ni_vap; local
[all...]
H A Dieee80211_node.c137 * Set flags to be propagated to all vap's;
154 ieee80211_node_vattach(struct ieee80211vap *vap) argument
157 vap->iv_max_aid = IEEE80211_AID_DEF;
160 vap->iv_inact_init = IEEE80211_INACT_INIT;
161 vap->iv_inact_auth = IEEE80211_INACT_AUTH;
162 vap->iv_inact_run = IEEE80211_INACT_RUN;
163 vap->iv_inact_probe = IEEE80211_INACT_PROBE;
165 IEEE80211_DPRINTF(vap, IEEE80211_MSG_INACT,
167 vap->iv_inact_init, vap
172 ieee80211_node_latevattach(struct ieee80211vap *vap) argument
206 ieee80211_node_vdetach(struct ieee80211vap *vap) argument
233 struct ieee80211vap *vap = ni->ni_vap; local
246 struct ieee80211vap *vap = ni->ni_vap; local
264 struct ieee80211vap *vap = ni->ni_vap; local
306 struct ieee80211vap *vap = ni->ni_vap; local
350 ieee80211_create_ibss(struct ieee80211vap* vap, struct ieee80211_channel *chan) argument
464 ieee80211_reset_bss(struct ieee80211vap *vap) argument
505 check_bss(struct ieee80211vap *vap, struct ieee80211_node *ni) argument
545 check_bss_debug(struct ieee80211vap *vap, struct ieee80211_node *ni) argument
602 struct ieee80211vap *vap = ni->ni_vap; local
639 struct ieee80211vap *vap = ni->ni_vap; local
696 struct ieee80211vap *vap = ni->ni_vap; local
719 struct ieee80211vap *vap; local
750 struct ieee80211vap *vap; local
862 struct ieee80211vap *vap = selbs->ni_vap; local
937 ieee80211_sta_join(struct ieee80211vap *vap, struct ieee80211_channel *chan, const struct ieee80211_scan_entry *se) argument
1099 node_alloc(struct ieee80211vap *vap, const uint8_t macaddr[IEEE80211_ADDR_LEN]) argument
1235 struct ieee80211vap *vap = ni->ni_vap; local
1329 struct ieee80211vap *vap = ni->ni_vap; local
1424 ieee80211_alloc_node(struct ieee80211_node_table *nt, struct ieee80211vap *vap, const uint8_t macaddr[IEEE80211_ADDR_LEN], const char *func __debrefcnt_used, int line __debrefcnt_used) argument
1490 ieee80211_tmp_node(struct ieee80211vap *vap, const uint8_t macaddr[IEEE80211_ADDR_LEN]) argument
1543 ieee80211_dup_bss(struct ieee80211vap *vap, const uint8_t macaddr[IEEE80211_ADDR_LEN]) argument
1570 ieee80211_node_create_wds(struct ieee80211vap *vap, const uint8_t bssid[IEEE80211_ADDR_LEN], struct ieee80211_channel *chan) argument
1669 _ieee80211_find_vap_node_locked(struct ieee80211_node_table *nt, const struct ieee80211vap *vap, const uint8_t macaddr[IEEE80211_ADDR_LEN], const char *func __debrefcnt_used, int line __debrefcnt_used) argument
1697 _ieee80211_find_vap_node(struct ieee80211_node_table *nt, const struct ieee80211vap *vap, const uint8_t macaddr[IEEE80211_ADDR_LEN], const char *func __debrefcnt_used, int line __debrefcnt_used) argument
1716 ieee80211_fakeup_adhoc_node(struct ieee80211vap *vap, const uint8_t macaddr[IEEE80211_ADDR_LEN]) argument
1922 ieee80211_add_neighbor(struct ieee80211vap *vap, const struct ieee80211_frame *wh, const struct ieee80211_scanparams *sp) argument
2044 _ieee80211_find_txnode(struct ieee80211vap *vap, const uint8_t macaddr[IEEE80211_ADDR_LEN], const char *func __debrefcnt_used, int line __debrefcnt_used) argument
2124 struct ieee80211vap *vap = ni->ni_vap; local
2312 struct ieee80211vap *vap = ni->ni_vap; local
2360 struct ieee80211vap *vap = ni->ni_vap; local
2494 struct ieee80211vap *vap; local
2540 ieee80211_vap_timeout(struct ieee80211vap *vap) argument
2557 struct ieee80211vap *vap; local
2586 ieee80211_iterate_nodes_vap(struct ieee80211_node_table *nt, struct ieee80211vap *vap, ieee80211_iter_func *f, void *arg) argument
2698 struct ieee80211vap *vap; local
2714 struct ieee80211vap *vap = ni->ni_vap; local
2783 struct ieee80211vap *vap = ni->ni_vap; local
2860 disable_protection(struct ieee80211vap *vap) argument
2886 struct ieee80211vap *vap = ni->ni_vap; local
2951 ieee80211_vap_erp_timeout(struct ieee80211vap *vap) argument
2974 struct ieee80211vap *vap = ni->ni_vap; local
3041 struct ieee80211vap *vap = ni->ni_vap; local
3058 struct ieee80211vap *vap = ni->ni_vap; local
3077 struct ieee80211vap *vap = ni->ni_vap; local
3092 ieee80211_getrssi(struct ieee80211vap *vap) argument
3129 ieee80211_getsignal(struct ieee80211vap *vap, int8_t *rssi, int8_t *noise) argument
[all...]
H A Dieee80211_freebsd.c83 struct ieee80211vap *vap __unused, struct ifnet *ifp __unused)
91 struct ieee80211vap *vap __unused, struct ifnet *ifp __unused)
99 struct ieee80211vap *vap __unused, struct ifnet *ifp __unused)
107 struct ieee80211vap *vap __unused, struct ifnet *ifp __unused)
118 struct ieee80211vap *vap; local
152 vap = ic->ic_vap_create(ic, wlanname, ifd->unit,
157 if (vap == NULL)
162 DEBUGNET_SET(vap->iv_ifp, ieee80211);
164 *ifpp = vap->iv_ifp;
172 struct ieee80211vap *vap local
181 ieee80211_vap_destroy(struct ieee80211vap *vap) argument
246 struct ieee80211vap *vap = arg1; local
268 ieee80211_sysctl_vattach(struct ieee80211vap *vap) argument
352 ieee80211_sysctl_vdetach(struct ieee80211vap *vap) argument
363 ieee80211_com_vincref(struct ieee80211vap *vap) argument
384 ieee80211_com_vdecref(struct ieee80211vap *vap) argument
397 ieee80211_com_vdetach(struct ieee80211vap *vap) argument
437 ieee80211_flush_ifq(struct ifqueue *ifq, struct ieee80211vap *vap) argument
521 ieee80211_realign(struct ieee80211vap *vap, struct mbuf *m, size_t align) argument
739 ieee80211_vap_xmitpkt(struct ieee80211vap *vap, struct mbuf *m) argument
786 struct ieee80211vap *vap = ni->ni_vap; local
807 struct ieee80211vap *vap = ni->ni_vap; local
825 ieee80211_notify_scan_done(struct ieee80211vap *vap) argument
838 ieee80211_notify_replay_failure(struct ieee80211vap *vap, const struct ieee80211_frame *wh, const struct ieee80211_key *k, u_int64_t rsc, int tid) argument
872 ieee80211_notify_michael_failure(struct ieee80211vap *vap, const struct ieee80211_frame *wh, u_int keyix) argument
897 struct ieee80211vap *vap = ni->ni_vap; local
908 struct ieee80211vap *vap; local
930 struct ieee80211vap *vap; local
950 struct ieee80211vap *vap; local
969 struct ieee80211vap *vap = ni->ni_vap; local
980 struct ieee80211vap *vap = ni->ni_vap; local
989 ieee80211_notify_country(struct ieee80211vap *vap, const uint8_t bssid[IEEE80211_ADDR_LEN], const uint8_t cc[2]) argument
1008 struct ieee80211vap *vap; local
1022 ieee80211_notify_ifnet_change(struct ieee80211vap *vap, int if_flags_mask) argument
1054 struct ieee80211vap *vap = ifp->if_softc; local
1083 struct ieee80211vap *vap = ifp->if_softc; local
1096 ieee80211_get_vap_ifname(struct ieee80211vap *vap) argument
1107 struct ieee80211vap *vap; local
1121 struct ieee80211vap *vap; local
1141 struct ieee80211vap *vap; local
[all...]
H A Dieee80211_ratectl.c84 struct ieee80211vap *vap = arg1; local
85 struct ieee80211com *ic = vap->iv_ic;
107 ieee80211_ratectl_init(struct ieee80211vap *vap) argument
109 if (vap->iv_rate == ratectls[IEEE80211_RATECTL_NONE])
110 ieee80211_ratectl_set(vap, IEEE80211_RATECTL_AMRR);
111 vap->iv_rate->ir_init(vap);
114 SYSCTL_ADD_PROC(vap->iv_sysctl, SYSCTL_CHILDREN(vap->iv_oid), OID_AUTO,
115 "rate_stats", CTLTYPE_STRING | CTLFLAG_RD | CTLFLAG_MPSAFE, vap,
120 ieee80211_ratectl_set(struct ieee80211vap *vap, int type) argument
[all...]
H A Dieee80211_scan.c129 ieee80211_scan_vattach(struct ieee80211vap *vap) argument
131 struct ieee80211com *ic = vap->iv_ic;
134 vap->iv_bgscanidle = (IEEE80211_BGSCAN_IDLE_DEFAULT*1000)/hz;
135 vap->iv_bgscanintvl = IEEE80211_BGSCAN_INTVAL_DEFAULT*hz;
136 vap->iv_scanvalid = IEEE80211_SCAN_VALID_DEFAULT*hz;
138 vap->iv_roaming = IEEE80211_ROAMING_AUTO;
140 memset(vap->iv_roamparms, 0, sizeof(vap->iv_roamparms));
145 memcpy(&vap->iv_roamparms[m], &defroam[m], sizeof(defroam[m]));
148 ic->ic_scan_methods->sc_vattach(vap);
152 ieee80211_scan_vdetach(struct ieee80211vap *vap) argument
234 ieee80211_scan_update_locked(struct ieee80211vap *vap, const struct ieee80211_scanner *scan) argument
300 struct ieee80211vap *vap = ss->ss_vap; local
310 ieee80211_scan_copy_ssid(struct ieee80211vap *vap, struct ieee80211_scan_state *ss, int nssid, const struct ieee80211_scan_ssid ssids[]) argument
328 ieee80211_start_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
353 ieee80211_check_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
411 ieee80211_check_scan_current(struct ieee80211vap *vap) argument
424 ieee80211_bg_scan(struct ieee80211vap *vap, int flags) argument
452 ieee80211_cancel_scan(struct ieee80211vap *vap) argument
466 ieee80211_cancel_anyscan(struct ieee80211vap *vap) argument
479 ieee80211_scan_next(struct ieee80211vap *vap) argument
492 ieee80211_scan_done(struct ieee80211vap *vap) argument
516 ieee80211_probe_curchan(struct ieee80211vap *vap, int force) argument
580 ieee80211_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
609 ieee80211_scan_assoc_success(struct ieee80211vap *vap, const uint8_t mac[IEEE80211_ADDR_LEN]) argument
625 ieee80211_scan_assoc_fail(struct ieee80211vap *vap, const uint8_t mac[IEEE80211_ADDR_LEN], int reason) argument
641 ieee80211_scan_iterate(struct ieee80211vap *vap, ieee80211_scan_iter_func *f, void *arg) argument
654 ieee80211_scan_flush(struct ieee80211vap *vap) argument
[all...]
H A Dieee80211_crypto_none.c75 none_attach(struct ieee80211vap *vap, struct ieee80211_key *k) argument
77 return vap; /* for diagnostics+stats */
101 struct ieee80211vap *vap = k->wk_private; local
106 keyid = ieee80211_crypto_get_keyid(vap, k);
112 IEEE80211_NOTE_MAC(vap, IEEE80211_MSG_CRYPTO, wh->i_addr1,
115 vap->iv_stats.is_tx_badcipher++;
122 struct ieee80211vap *vap = k->wk_private; local
133 IEEE80211_NOTE_MAC(vap, IEEE80211_MSG_CRYPTO, wh->i_addr2,
135 vap->iv_stats.is_rx_badkeyid++;
142 struct ieee80211vap *vap local
151 struct ieee80211vap *vap = k->wk_private; local
[all...]
H A Dieee80211_acl.c99 acl_attach(struct ieee80211vap *vap) argument
110 as->as_vap = vap;
111 vap->iv_as = as;
117 acl_detach(struct ieee80211vap *vap) argument
119 struct aclstate *as = vap->iv_as;
124 acl_free_all(vap);
125 vap->iv_as = NULL;
156 acl_check(struct ieee80211vap *vap, const struct ieee80211_frame *wh) argument
158 struct aclstate *as = vap->iv_as;
173 acl_add(struct ieee80211vap *vap, cons argument
212 acl_remove(struct ieee80211vap *vap, const uint8_t mac[IEEE80211_ADDR_LEN]) argument
231 acl_free_all(struct ieee80211vap *vap) argument
247 acl_setpolicy(struct ieee80211vap *vap, int policy) argument
274 acl_getpolicy(struct ieee80211vap *vap) argument
282 acl_setioctl(struct ieee80211vap *vap, struct ieee80211req *ireq) argument
289 acl_getioctl(struct ieee80211vap *vap, struct ieee80211req *ireq) argument
[all...]
H A Dieee80211_output.c94 doprint(struct ieee80211vap *vap, int subtype) argument
98 return (vap->iv_opmode == IEEE80211_M_IBSS);
121 ieee80211_vap_pkt_send_dest(struct ieee80211vap *vap, struct mbuf *m, argument
124 struct ieee80211com *ic = vap->iv_ic;
125 struct ifnet *ifp = vap->iv_ifp;
141 * XXX lose WDS vap linkage?
155 IEEE80211_DISCARD_MAC(vap, IEEE80211_MSG_OUTPUT,
158 vap->iv_stats.is_tx_classify++;
181 * A-MPDU depends upon vap/node config.
182 * A-MSDU depends upon vap/nod
345 ieee80211_start_pkt(struct ieee80211vap *vap, struct mbuf *m) argument
496 struct ieee80211vap *vap = ifp->if_softc; local
560 ieee80211_raw_output(struct ieee80211vap *vap, struct ieee80211_node *ni, struct mbuf *m, const struct ieee80211_bpf_params *params) argument
751 struct ieee80211vap *vap; local
893 struct ieee80211vap *vap = ni->ni_vap; local
1016 struct ieee80211vap *vap = ni->ni_vap; local
1076 struct ieee80211vap *vap = ni->ni_vap; local
1096 struct ieee80211vap *vap = ni->ni_vap; local
1350 ieee80211_mbuf_adjust(struct ieee80211vap *vap, int hdrsize, struct ieee80211_key *key, struct mbuf *m) argument
1432 ieee80211_crypto_getucastkey(struct ieee80211vap *vap, struct ieee80211_node *ni) argument
1451 ieee80211_crypto_getmcastkey(struct ieee80211vap *vap, struct ieee80211_node *ni) argument
1470 ieee80211_encap(struct ieee80211vap *vap, struct ieee80211_node *ni, struct mbuf *m) argument
1969 ieee80211_fragment(struct ieee80211vap *vap, struct mbuf *m0, u_int hdrsize, u_int ciphdrsize, u_int mtu) argument
2112 ieee80211_add_erp(uint8_t *frm, struct ieee80211vap *vap) argument
2191 struct ieee80211vap *vap = ni->ni_vap; local
2276 ieee80211_add_powerconstraint(uint8_t *frm, struct ieee80211vap *vap) argument
2320 ieee80211_add_quiet(uint8_t *frm, struct ieee80211vap *vap, int update) argument
2357 ieee80211_add_csa(uint8_t *frm, struct ieee80211vap *vap) argument
2395 ieee80211_add_wpa(uint8_t *frm, const struct ieee80211vap *vap) argument
2406 ieee80211_add_rsn(uint8_t *frm, const struct ieee80211vap *vap) argument
2434 ieee80211_probereq_ie_len(struct ieee80211vap *vap, struct ieee80211com *ic) argument
2469 ieee80211_probereq_ie(struct ieee80211vap *vap, struct ieee80211com *ic, uint8_t **frmp, uint32_t *frmlen, const uint8_t *ssid, size_t ssidlen, bool alloc) argument
2556 struct ieee80211vap *vap = ni->ni_vap; local
2655 ieee80211_getcapinfo(struct ieee80211vap *vap, struct ieee80211_channel *chan) argument
2689 struct ieee80211vap *vap = ni->ni_vap; local
3060 struct ieee80211vap *vap = bss->ni_vap; local
3237 ieee80211_send_proberesp(struct ieee80211vap *vap, const uint8_t da[IEEE80211_ADDR_LEN], int legacy) argument
3353 struct ieee80211vap *vap = ni->ni_vap; local
3382 struct ieee80211vap *vap = arg; local
3420 struct ieee80211vap *vap = ni->ni_vap; local
3450 struct ieee80211vap *vap = ni->ni_vap; local
3661 struct ieee80211vap *vap = ni->ni_vap; local
3779 struct ieee80211vap *vap = ni->ni_vap; local
4125 ieee80211_ff_encap1(struct ieee80211vap *vap, struct mbuf *m, const struct ether_header *eh) argument
[all...]
H A Dieee80211_ddb.c109 DB_SHOW_COMMAND(vap, db_show_vap)
114 db_printf("usage: show vap <addr>\n");
384 db_printf(" vap %p ic %p", ss->ss_vap, ss->ss_ic);
458 _db_show_vap(const struct ieee80211vap *vap, int showmesh, int showprocs) argument
460 const struct ieee80211com *ic = vap->iv_ic;
463 db_printf("VAP %p:", vap);
464 db_printf(" bss %p", vap->iv_bss);
465 db_printf(" myaddr %s", ether_sprintf(vap->iv_myaddr));
468 db_printf("\topmode %s", ieee80211_opmode_name[vap->iv_opmode]);
470 if (vap
659 struct ieee80211vap *vap; local
830 const struct ieee80211vap *vap; local
[all...]
H A Dieee80211_scan_sw.c125 ieee80211_swscan_vattach(struct ieee80211vap *vap) argument
129 * TODO: all of the vap scan calls should be methods!
135 ieee80211_swscan_vdetach(struct ieee80211vap *vap) argument
137 struct ieee80211com *ic = vap->iv_ic;
142 if (ss != NULL && ss->ss_vap == vap &&
148 ieee80211_swscan_set_scan_duration(struct ieee80211vap *vap, u_int duration) argument
150 struct ieee80211com *ic = vap->iv_ic;
165 struct ieee80211vap *vap, int flags, u_int duration,
169 struct ieee80211com *ic = vap->iv_ic;
175 IEEE80211_DPRINTF(vap, IEEE80211_MSG_SCA
164 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
239 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
266 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
331 ieee80211_swscan_bg_scan(const struct ieee80211_scanner *scan, struct ieee80211vap *vap, int flags) argument
429 cancel_scan(struct ieee80211vap *vap, int any, const char *func) argument
466 ieee80211_swscan_cancel_scan(struct ieee80211vap *vap) argument
475 ieee80211_swscan_cancel_anyscan(struct ieee80211vap *vap) argument
491 ieee80211_swscan_scan_next(struct ieee80211vap *vap) argument
507 ieee80211_swscan_scan_done(struct ieee80211vap *vap) argument
525 ieee80211_swscan_probe_curchan(struct ieee80211vap *vap, int force) argument
563 struct ieee80211vap *vap = ss->ss_vap; local
626 struct ieee80211vap *vap = ss->ss_vap; local
789 struct ieee80211vap *vap = ss->ss_vap; local
898 struct ieee80211vap *vap = ss->ss_vap; local
951 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_ht.c250 ieee80211_ht_vattach(struct ieee80211vap *vap) argument
254 vap->iv_ampdu_rxmax = IEEE80211_HTCAP_MAXRXAMPDU_8K;
255 vap->iv_ampdu_density = IEEE80211_HTCAP_MPDUDENSITY_NA;
256 vap->iv_ampdu_limit = vap->iv_ampdu_rxmax;
257 vap->iv_amsdu_limit = vap->iv_htcaps & IEEE80211_HTCAP_MAXAMSDU;
259 vap->iv_ampdu_mintraffic[WME_AC_BK] = 128;
260 vap->iv_ampdu_mintraffic[WME_AC_BE] = 64;
261 vap
312 ieee80211_ht_vdetach(struct ieee80211vap *vap) argument
468 struct ieee80211vap *vap = ni->ni_vap; local
545 struct ieee80211vap *vap = ni->ni_vap; local
696 struct ieee80211vap *vap = ni->ni_vap; local
833 struct ieee80211vap *vap = ni->ni_vap; local
874 struct ieee80211vap *vap = ni->ni_vap; local
939 struct ieee80211vap *vap = ni->ni_vap; local
1002 struct ieee80211vap *vap = ni->ni_vap; local
1225 struct ieee80211vap *vap = ni->ni_vap; local
1374 struct ieee80211vap *vap = ni->ni_vap; local
1455 struct ieee80211vap *vap = ni->ni_vap; local
1512 ieee80211_htinfo_notify(struct ieee80211vap *vap) argument
1543 htinfo_update(struct ieee80211vap *vap) argument
1574 struct ieee80211vap *vap = ni->ni_vap; local
1592 struct ieee80211vap *vap = ni->ni_vap; local
1618 ieee80211_htprot_update(struct ieee80211vap *vap, int protmode) argument
1650 ieee80211_ht_timeout(struct ieee80211vap *vap) argument
1863 struct ieee80211vap *vap = ni->ni_vap; local
1881 struct ieee80211vap *vap = ni->ni_vap; local
1901 struct ieee80211vap *vap = ni->ni_vap; local
1930 struct ieee80211vap *vap = ni->ni_vap; local
2014 struct ieee80211vap *vap = ni->ni_vap; local
2055 struct ieee80211vap *vap = ni->ni_vap; local
2072 struct ieee80211vap *vap = ni->ni_vap; local
2104 struct ieee80211vap *vap = ni->ni_vap; local
2348 struct ieee80211vap *vap = ni->ni_vap; local
2405 struct ieee80211vap *vap = ni->ni_vap; local
2482 struct ieee80211vap *vap = ni->ni_vap; local
2657 struct ieee80211vap *vap = ni->ni_vap; local
2754 struct ieee80211vap *vap = ni->ni_vap; local
2914 struct ieee80211vap *vap = ni->ni_vap; local
3044 struct ieee80211vap *vap = ni->ni_vap; local
3093 struct ieee80211vap *vap = ni->ni_vap; local
3136 struct ieee80211vap *vap = ni->ni_vap; local
3230 struct ieee80211vap *vap = ni->ni_vap; local
3367 ieee80211_add_htcap_body_ch(uint8_t *frm, struct ieee80211vap *vap, struct ieee80211_channel *c) argument
3444 ieee80211_add_htcap_ch(uint8_t *frm, struct ieee80211vap *vap, struct ieee80211_channel *c) argument
3491 ieee80211_ht_update_beacon(struct ieee80211vap *vap, struct ieee80211_beacon_offsets *bo) argument
3544 struct ieee80211vap *vap = ni->ni_vap; local
[all...]
/freebsd-current/sys/dev/ath/
H A Dif_ath_beacon.h39 struct ieee80211vap *vap);
41 struct ieee80211vap *vap);
44 extern void ath_beacon_update(struct ieee80211vap *vap, int item);
46 struct ieee80211vap *vap);
/freebsd-current/contrib/libxo/libxo/
H A Dxo.h204 xo_emit_hv (xo_handle_t *xop, const char *fmt, va_list vap);
214 const char *fmt, va_list vap);
224 xo_emit_hvp (xo_handle_t *xop, const char *fmt, va_list vap) argument
226 return xo_emit_hv(xop, fmt, vap);
233 va_list vap; local
234 va_start(vap, fmt);
235 xo_ssize_t rc = xo_emit_hv(xop, fmt, vap);
236 va_end(vap);
244 va_list vap; local
245 va_start(vap, fm
253 xo_emit_hvfp(xo_handle_t *xop, xo_emit_flags_t flags, const char *fmt, va_list vap) argument
263 va_list vap; local
274 va_list vap; local
482 xo_emit_warn_hcvp(xo_handle_t *xop, int as_warning, int code, const char *fmt, va_list vap) argument
492 va_list vap; local
502 va_list vap; local
513 va_list vap; local
523 va_list vap; local
534 va_list vap; local
546 va_list vap; local
557 va_list vap; local
[all...]
/freebsd-current/sys/fs/nfsclient/
H A Dnfs_kdtrace.h87 #define KDTRACE_NFS_ATTRCACHE_GET_HIT(vp, vap) do { \
90 nfscl_attrcache_get_hit_id, (vp), (vap)); \
99 #define KDTRACE_NFS_ATTRCACHE_LOAD_DONE(vp, vap, error) do { \
102 nfscl_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)

Completed in 300 milliseconds

12345678910