Home
last modified time | relevance | path

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

/freebsd/sys/net80211/
H A Dieee80211_wds.c416 int hdrspace, need_tap = 1; /* mbuf need to be tapped. */ in wds_input() local
612 need_tap = 0; in wds_input()
734 if (need_tap && ieee80211_radiotap_active_vap(vap)) in wds_input()
H A Dieee80211_adhoc.c313 int hdrspace, need_tap = 1; /* mbuf need to be tapped. */ in adhoc_input() local
550 need_tap = 0; in adhoc_input()
677 if (need_tap && ieee80211_radiotap_active_vap(vap)) in adhoc_input()
H A Dieee80211_hostap.c481 int hdrspace, need_tap = 1; /* mbuf need to be tapped. */ in hostap_input() local
739 need_tap = 0; in hostap_input()
885 need_tap = 0; in hostap_input()
904 if (need_tap && ieee80211_radiotap_active_vap(vap)) in hostap_input()
H A Dieee80211_sta.c542 int hdrspace, need_tap = 1; /* mbuf need to be tapped. */ in sta_input() local
825 need_tap = 0; in sta_input()
988 if (need_tap && ieee80211_radiotap_active_vap(vap)) in sta_input()
H A Dieee80211_mesh.c1537 int hdrspace, meshdrlen, need_tap, error; in mesh_input() local
1546 need_tap = 1; /* mbuf need to be tapped. */ in mesh_input()
1746 need_tap = 0; in mesh_input()
1818 if (need_tap && ieee80211_radiotap_active_vap(vap)) in mesh_input()