Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_radiotap.c190 spam_vaps(struct ieee80211vap *vap0, struct mbuf *m, in spam_vaps() argument
193 struct ieee80211com *ic = vap0->iv_ic; in spam_vaps()
197 if (vap != vap0 && in spam_vaps()
211 struct ieee80211com *ic = vap0->iv_ic; in ieee80211_radiotap_tx()
218 if (vap0->iv_flags_ext & IEEE80211_FEXT_BPF) in ieee80211_radiotap_tx()
219 bpf_mtap2(vap0->iv_rawbpf, th, len, m); in ieee80211_radiotap_tx()
224 spam_vaps(vap0, m, th, len); in ieee80211_radiotap_tx()
233 struct ieee80211com *ic = vap0->iv_ic; in ieee80211_radiotap_rx()
240 if (vap0->iv_flags_ext & IEEE80211_FEXT_BPF) in ieee80211_radiotap_rx()
241 bpf_mtap2(vap0->iv_rawbpf, rh, len, m); in ieee80211_radiotap_rx()
[all …]
H A Dieee80211_proto.c2383 struct ieee80211com *ic = vap0->iv_ic; in ieee80211_cac_completeswitch()
2391 KASSERT(vap0->iv_state == IEEE80211_S_CAC, in ieee80211_cac_completeswitch()
2392 ("wrong state %d", vap0->iv_state)); in ieee80211_cac_completeswitch()
2393 ieee80211_new_state_locked(vap0, IEEE80211_S_RUN, 0); in ieee80211_cac_completeswitch()
2396 if (vap->iv_state == IEEE80211_S_CAC && vap != vap0) in ieee80211_cac_completeswitch()
2408 markwaiting(struct ieee80211vap *vap0) in markwaiting() argument
2410 struct ieee80211com *ic = vap0->iv_ic; in markwaiting()
2421 if (vap == vap0) in markwaiting()
2439 wakeupwaiting(struct ieee80211vap *vap0) in wakeupwaiting() argument
2441 struct ieee80211com *ic = vap0->iv_ic; in wakeupwaiting()
[all …]
H A Dieee80211_wds.c236 ieee80211_dwds_mcast(struct ieee80211vap *vap0, struct mbuf *m) in ieee80211_dwds_mcast() argument
238 struct ieee80211com *ic = vap0->iv_ic; in ieee80211_dwds_mcast()