Home
last modified time | relevance | path

Searched refs:IEEE80211_MESHRT_FLAGS_GATE (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/netproto/802_11/
H A Dieee80211_mesh.h435 #define IEEE80211_MESHRT_FLAGS_GATE 0x08 /* mesh gate entry */ macro
H A Dieee80211_ioctl.h348 #define IEEE80211_MESHRT_FLAGS_GATE 0x08 macro
/dragonfly/sys/netproto/802_11/wlan/
H A Dieee80211_hwmp.c1231 rtorig->rt_flags |= IEEE80211_MESHRT_FLAGS_GATE; in hwmp_recv_preq()
1995 rt->rt_flags |= IEEE80211_MESHRT_FLAGS_GATE; in hwmp_recv_rann()
H A Dieee80211_mesh.c1128 KASSERT(rt_gate->rt_flags & IEEE80211_MESHRT_FLAGS_GATE, in ieee80211_mesh_forward_to_gates()
2684 rt_gate->rt_flags |= IEEE80211_MESHRT_FLAGS_GATE; in mesh_recv_action_meshgate()