Home
last modified time | relevance | path

Searched refs:need_tap (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/net80211/
H A Dieee80211_wds.c422 int hdrspace, need_tap = 1; /* mbuf need to be tapped. */ in wds_input() local
619 need_tap = 0; in wds_input()
735 if (need_tap && ieee80211_radiotap_active_vap(vap)) in wds_input()
H A Dieee80211_adhoc.c318 int hdrspace, need_tap = 1; /* mbuf need to be tapped. */ in adhoc_input() local
556 need_tap = 0; in adhoc_input()
677 if (need_tap && ieee80211_radiotap_active_vap(vap)) in adhoc_input()
H A Dieee80211_hostap.c484 int hdrspace, need_tap = 1; /* mbuf need to be tapped. */ in hostap_input() local
743 need_tap = 0; in hostap_input()
883 need_tap = 0; in hostap_input()
902 if (need_tap && ieee80211_radiotap_active_vap(vap)) in hostap_input()
H A Dieee80211_sta.c549 int hdrspace, need_tap = 1; /* mbuf need to be tapped. */ in sta_input() local
825 need_tap = 0; in sta_input()
982 if (need_tap && ieee80211_radiotap_active_vap(vap)) in sta_input()
H A Dieee80211_mesh.c1541 int hdrspace, meshdrlen, need_tap, error; in mesh_input() local
1550 need_tap = 1; /* mbuf need to be tapped. */ in mesh_input()
1751 need_tap = 0; in mesh_input()
1823 if (need_tap && ieee80211_radiotap_active_vap(vap)) in mesh_input()