Home | History | Annotate | Download | only in ti-utils

Lines Matching full:mesh

106  * @NL80211_CMD_GET_MPATH: Get mesh path attributes for mesh path to
109 * @NL80211_CMD_SET_MPATH: Set mesh path attributes for mesh path to
112 * @NL80211_CMD_NEW_PATH: Add a mesh path with given attributes to the
114 * @NL80211_CMD_DEL_PATH: Remove a mesh path identified by %NL80211_ATTR_MAC
115 * or, if no MAC address given, all mesh paths, on the interface identified
136 * @NL80211_CMD_GET_MESH_PARAMS: Get mesh networking properties for the
139 * @NL80211_CMD_SET_MESH_PARAMS: Set mesh networking properties for the
439 * @NL80211_ATTR_MESH_ID: mesh id (1-32 bytes).
440 * @NL80211_ATTR_PLINK_ACTION: action to perform on the mesh peer link.
441 * @NL80211_ATTR_MPATH_NEXT_HOP: MAC address of the next hop for a mesh path.
442 * @NL80211_ATTR_MPATH_INFO: information about a mesh_path, part of mesh path
789 * @NL80211_IFTYPE_MESH_POINT: mesh point
912 * enum nl80211_mpath_flags - nl80211 mesh path flags
914 * @NL80211_MPATH_FLAG_ACTIVE: the mesh path is active
915 * @NL80211_MPATH_FLAG_RESOLVING: the mesh path discovery process is running
916 * @NL80211_MPATH_FLAG_SN_VALID: the mesh path contains a valid SN
917 * @NL80211_MPATH_FLAG_FIXED: the mesh path has been manually set
918 * @NL80211_MPATH_FLAG_RESOLVED: the mesh path discovery process succeeded
929 * enum nl80211_mpath_info - mesh path information
932 * information about a mesh path.
937 * @NL80211_ATTR_MPATH_METRIC: metric (cost) of this mesh path
939 * @NL80211_ATTR_MPATH_FLAGS: mesh path flags, enumerated in
942 * @NL80211_ATTR_MPATH_DISCOVERY_RETRIES: mesh path discovery retries
1188 * enum nl80211_meshconf_params - mesh configuration parameters
1190 * Mesh configuration parameters
1204 * on this mesh interface
1208 * mesh
1210 * @NL80211_MESHCONF_TTL: specifies the value of TTL field set at a source mesh
1214 * open peer links when we detect compatible mesh peers.
1220 * @NL80211_MESHCONF_PATH_REFRESH_TIME: how frequently to refresh mesh paths
1226 * @NL80211_MESHCONF_HWMP_ACTIVE_PATH_TIMEOUT: The time (in TUs) for which mesh
1235 * that it takes for an HWMP information element to propagate across the mesh
1239 * @NL80211_MESHCONF_ATTR_MAX: highest possible mesh configuration attribute