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

/freebsd-10.0-release/sys/net80211/
H A Dieee80211_radiotap.c184 * vaps with an active tap other than vap0.
187 spam_vaps(struct ieee80211vap *vap0, struct mbuf *m, argument
190 struct ieee80211com *ic = vap0->iv_ic;
194 if (vap != vap0 &&
206 ieee80211_radiotap_tx(struct ieee80211vap *vap0, struct mbuf *m) argument
208 struct ieee80211com *ic = vap0->iv_ic;
215 if (vap0->iv_flags_ext & IEEE80211_FEXT_BPF)
216 bpf_mtap2(vap0->iv_rawbpf, th, len, m);
221 spam_vaps(vap0, m, th, len);
228 ieee80211_radiotap_rx(struct ieee80211vap *vap0, struc argument
[all...]
H A Dieee80211_proto.c1625 ieee80211_cac_completeswitch(struct ieee80211vap *vap0) argument
1627 struct ieee80211com *ic = vap0->iv_ic;
1635 KASSERT(vap0->iv_state == IEEE80211_S_CAC,
1636 ("wrong state %d", vap0->iv_state));
1637 ieee80211_new_state_locked(vap0, IEEE80211_S_RUN, 0);
1652 markwaiting(struct ieee80211vap *vap0) argument
1654 struct ieee80211com *ic = vap0->iv_ic;
1665 if (vap == vap0)
1683 wakeupwaiting(struct ieee80211vap *vap0) argument
1685 struct ieee80211com *ic = vap0
[all...]
H A Dieee80211_wds.c232 ieee80211_dwds_mcast(struct ieee80211vap *vap0, struct mbuf *m) argument
234 struct ieee80211com *ic = vap0->iv_ic;

Completed in 117 milliseconds