Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Dmesh.h28 * @MESH_PATH_RESOLVED: the mesh path can has been resolved
34 * MESH_PATH_RESOLVED is used by the mesh path timer to
42 MESH_PATH_RESOLVED = BIT(4), enumerator
410 mpath->flags |= MESH_PATH_ACTIVE | MESH_PATH_RESOLVED; in mesh_path_activate()