Home
last modified time | relevance | path

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

/freebsd/sys/net80211/
H A Dieee80211_radiotap.c188 spam_vaps(struct ieee80211vap *vap0, struct mbuf *m, in spam_vaps() argument
191 struct ieee80211com *ic = vap0->iv_ic; in spam_vaps()
195 if (vap != vap0 && in spam_vaps()
207 ieee80211_radiotap_tx(struct ieee80211vap *vap0, struct mbuf *m) in ieee80211_radiotap_tx() argument
209 struct ieee80211com *ic = vap0->iv_ic; in ieee80211_radiotap_tx()
216 if (vap0->iv_flags_ext & IEEE80211_FEXT_BPF) in ieee80211_radiotap_tx()
217 bpf_mtap2(vap0->iv_rawbpf, th, len, m); in ieee80211_radiotap_tx()
222 spam_vaps(vap0, m, th, len); in ieee80211_radiotap_tx()
229 ieee80211_radiotap_rx(struct ieee80211vap *vap0, struct mbuf *m) in ieee80211_radiotap_rx() argument
231 struct ieee80211com *ic = vap0->iv_ic; in ieee80211_radiotap_rx()
[all …]
H A Dieee80211_proto.c2389 ieee80211_cac_completeswitch(struct ieee80211vap *vap0) in ieee80211_cac_completeswitch() argument
2391 struct ieee80211com *ic = vap0->iv_ic; in ieee80211_cac_completeswitch()
2399 KASSERT(vap0->iv_state == IEEE80211_S_CAC, in ieee80211_cac_completeswitch()
2400 ("wrong state %d", vap0->iv_state)); in ieee80211_cac_completeswitch()
2401 ieee80211_new_state_locked(vap0, IEEE80211_S_RUN, 0); in ieee80211_cac_completeswitch()
2404 if (vap->iv_state == IEEE80211_S_CAC && vap != vap0) in ieee80211_cac_completeswitch()
2416 markwaiting(struct ieee80211vap *vap0) in markwaiting() argument
2418 struct ieee80211com *ic = vap0->iv_ic; in markwaiting()
2429 if (vap == vap0) in markwaiting()
2447 wakeupwaiting(struct ieee80211vap *vap0) in wakeupwaiting() argument
[all …]
H A Dieee80211_wds.c230 ieee80211_dwds_mcast(struct ieee80211vap *vap0, struct mbuf *m) in ieee80211_dwds_mcast() argument
232 struct ieee80211com *ic = vap0->iv_ic; in ieee80211_dwds_mcast()