Home
last modified time | relevance | path

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

/src/sys/net80211/
H A Dieee80211_wds.c415 int hdrspace, need_tap = 1; /* mbuf need to be tapped. */ in wds_input() local
612 need_tap = 0; in wds_input()
735 if (need_tap && ieee80211_radiotap_active_vap(vap)) in wds_input()
H A Dieee80211_adhoc.c312 int hdrspace, need_tap = 1; /* mbuf need to be tapped. */ in adhoc_input() local
550 need_tap = 0; in adhoc_input()
679 if (need_tap && ieee80211_radiotap_active_vap(vap)) in adhoc_input()
H A Dieee80211_hostap.c477 int hdrspace, need_tap = 1; /* mbuf need to be tapped. */ in hostap_input() local
736 need_tap = 0; in hostap_input()
883 need_tap = 0; in hostap_input()
903 if (need_tap && ieee80211_radiotap_active_vap(vap)) in hostap_input()
H A Dieee80211_sta.c541 int hdrspace, need_tap = 1; /* mbuf need to be tapped. */ in sta_input() local
824 need_tap = 0; in sta_input()
989 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()
1819 if (need_tap && ieee80211_radiotap_active_vap(vap)) in mesh_input()