Searched refs:vap0 (Results 1 – 3 of 3) sorted by relevance
| /dragonfly/sys/netproto/802_11/wlan/ |
| HD | ieee80211_radiotap.c | 205 spam_vaps(struct ieee80211vap *vap0, struct mbuf *m, in spam_vaps() argument 208 struct ieee80211com *ic = vap0->iv_ic; in spam_vaps() 212 if (vap != vap0 && in spam_vaps() 224 ieee80211_radiotap_tx(struct ieee80211vap *vap0, struct mbuf *m) in ieee80211_radiotap_tx() argument 226 struct ieee80211com *ic = vap0->iv_ic; in ieee80211_radiotap_tx() 233 if (vap0->iv_flags_ext & IEEE80211_FEXT_BPF) in ieee80211_radiotap_tx() 234 bpf_mtap2(vap0->iv_rawbpf, th, len, m); in ieee80211_radiotap_tx() 239 spam_vaps(vap0, m, th, len); in ieee80211_radiotap_tx() 246 ieee80211_radiotap_rx(struct ieee80211vap *vap0, struct mbuf *m) in ieee80211_radiotap_rx() argument 248 struct ieee80211com *ic = vap0->iv_ic; in ieee80211_radiotap_rx() [all …]
|
| HD | ieee80211_proto.c | 1841 ieee80211_cac_completeswitch(struct ieee80211vap *vap0) in ieee80211_cac_completeswitch() argument 1843 struct ieee80211com *ic = vap0->iv_ic; in ieee80211_cac_completeswitch() 1851 KASSERT(vap0->iv_state == IEEE80211_S_CAC, in ieee80211_cac_completeswitch() 1852 ("wrong state %d", vap0->iv_state)); in ieee80211_cac_completeswitch() 1853 ieee80211_new_state_locked(vap0, IEEE80211_S_RUN, 0); in ieee80211_cac_completeswitch() 1868 markwaiting(struct ieee80211vap *vap0) in markwaiting() argument 1870 struct ieee80211com *ic = vap0->iv_ic; in markwaiting() 1881 if (vap == vap0) in markwaiting() 1899 wakeupwaiting(struct ieee80211vap *vap0) in wakeupwaiting() argument 1901 struct ieee80211com *ic = vap0->iv_ic; in wakeupwaiting() [all …]
|
| HD | ieee80211_wds.c | 234 ieee80211_dwds_mcast(struct ieee80211vap *vap0, struct mbuf *m) in ieee80211_dwds_mcast() argument 236 struct ieee80211com *ic = vap0->iv_ic; in ieee80211_dwds_mcast()
|