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

/freebsd-9.3-release/sys/net80211/
H A Dieee80211_radiotap.c173 * vaps with an active tap other than vap0.
176 spam_vaps(struct ieee80211vap *vap0, struct mbuf *m, argument
179 struct ieee80211com *ic = vap0->iv_ic;
183 if (vap != vap0 &&
195 ieee80211_radiotap_tx(struct ieee80211vap *vap0, struct mbuf *m) argument
197 struct ieee80211com *ic = vap0->iv_ic;
204 if (vap0->iv_flags_ext & IEEE80211_FEXT_BPF)
205 bpf_mtap2(vap0->iv_rawbpf, th, len, m);
210 spam_vaps(vap0, m, th, len);
217 ieee80211_radiotap_rx(struct ieee80211vap *vap0, struc argument
[all...]
H A Dieee80211_proto.c1568 ieee80211_cac_completeswitch(struct ieee80211vap *vap0) argument
1570 struct ieee80211com *ic = vap0->iv_ic;
1578 KASSERT(vap0->iv_state == IEEE80211_S_CAC,
1579 ("wrong state %d", vap0->iv_state));
1580 ieee80211_new_state_locked(vap0, IEEE80211_S_RUN, 0);
1595 markwaiting(struct ieee80211vap *vap0) argument
1597 struct ieee80211com *ic = vap0->iv_ic;
1608 if (vap == vap0)
1625 wakeupwaiting(struct ieee80211vap *vap0) argument
1627 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 96 milliseconds