Searched refs:vap0 (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/net80211/
H A Dieee80211_radiotap.c185 * vaps with an active tap other than vap0.
188 spam_vaps(struct ieee80211vap *vap0, struct mbuf *m, argument
191 struct ieee80211com *ic = vap0->iv_ic;
195 if (vap != vap0 &&
207 ieee80211_radiotap_tx(struct ieee80211vap *vap0, struct mbuf *m) argument
209 struct ieee80211com *ic = vap0->iv_ic;
216 if (vap0->iv_flags_ext & IEEE80211_FEXT_BPF)
217 bpf_mtap2(vap0->iv_rawbpf, th, len, m);
222 spam_vaps(vap0, m, th, len);
229 ieee80211_radiotap_rx(struct ieee80211vap *vap0, struc argument
[all...]
H A Dieee80211_proto.c1831 ieee80211_cac_completeswitch(struct ieee80211vap *vap0) argument
1833 struct ieee80211com *ic = vap0->iv_ic;
1841 KASSERT(vap0->iv_state == IEEE80211_S_CAC,
1842 ("wrong state %d", vap0->iv_state));
1843 ieee80211_new_state_locked(vap0, IEEE80211_S_RUN, 0);
1858 markwaiting(struct ieee80211vap *vap0) argument
1860 struct ieee80211com *ic = vap0->iv_ic;
1871 if (vap == vap0)
1889 wakeupwaiting(struct ieee80211vap *vap0) argument
1891 struct ieee80211com *ic = vap0
[all...]
H A Dieee80211_wds.c234 ieee80211_dwds_mcast(struct ieee80211vap *vap0, struct mbuf *m) argument
236 struct ieee80211com *ic = vap0->iv_ic;

Completed in 79 milliseconds