Home | History | Annotate | Download | only in wpa_supplicant_lib

Lines Matching full:mesh

145  * @NL80211_CMD_GET_MPATH: Get mesh path attributes for mesh path to
148 * @NL80211_CMD_SET_MPATH: Set mesh path attributes for mesh path to
151 * @NL80211_CMD_NEW_PATH: Add a mesh path with given attributes to the
153 * @NL80211_CMD_DEL_PATH: Remove a mesh path identified by %NL80211_ATTR_MAC
154 * or, if no MAC address given, all mesh paths, on the interface identified
175 * @NL80211_CMD_GET_MESH_PARAMS: Get mesh networking properties for the
178 * @NL80211_CMD_SET_MESH_PARAMS: Set mesh networking properties for the
585 * @NL80211_ATTR_MESH_ID: mesh id (1-32 bytes).
586 * @NL80211_ATTR_PLINK_ACTION: action to perform on the mesh peer link.
587 * @NL80211_ATTR_MPATH_NEXT_HOP: MAC address of the next hop for a mesh path.
588 * @NL80211_ATTR_MPATH_INFO: information about a mesh_path, part of mesh path
1030 * @NL80211_IFTYPE_MESH_POINT: mesh point
1164 * enum nl80211_mpath_flags - nl80211 mesh path flags
1166 * @NL80211_MPATH_FLAG_ACTIVE: the mesh path is active
1167 * @NL80211_MPATH_FLAG_RESOLVING: the mesh path discovery process is running
1168 * @NL80211_MPATH_FLAG_SN_VALID: the mesh path contains a valid SN
1169 * @NL80211_MPATH_FLAG_FIXED: the mesh path has been manually set
1170 * @NL80211_MPATH_FLAG_RESOLVED: the mesh path discovery process succeeded
1181 * enum nl80211_mpath_info - mesh path information
1184 * information about a mesh path.
1189 * @NL80211_MPATH_INFO_METRIC: metric (cost) of this mesh path
1191 * @NL80211_MPATH_INFO_FLAGS: mesh path flags, enumerated in
1194 * @NL80211_MPATH_INFO_DISCOVERY_RETRIES: mesh path discovery retries
1195 * @NL80211_MPATH_INFO_MAX: highest mesh path information attribute number
1462 * enum nl80211_meshconf_params - mesh configuration parameters
1464 * Mesh configuration parameters
1478 * on this mesh interface
1482 * mesh
1484 * @NL80211_MESHCONF_TTL: specifies the value of TTL field set at a source mesh
1488 * open peer links when we detect compatible mesh peers.
1494 * @NL80211_MESHCONF_PATH_REFRESH_TIME: how frequently to refresh mesh paths
1500 * @NL80211_MESHCONF_HWMP_ACTIVE_PATH_TIMEOUT: The time (in TUs) for which mesh
1509 * that it takes for an HWMP information element to propagate across the mesh
1513 * @NL80211_MESHCONF_ATTR_MAX: highest possible mesh configuration attribute