Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MeshconfParams

mesh configuration parameters

Mesh configuration parameters. These can be changed while the mesh is active.

Hierarchy

Index

Properties

__unparsed?: [number, Buffer][]
autoOpenPlinks?: Buffer

whether we should automatically open peer links when we detect compatible mesh peers. Disabled if

nl80211_mesh_setup_userspace_mpm

or @NL80211_MESH_SETUP_USERSPACE_AMPE are set.

awakeWindow?: Buffer

awake window duration (in TUs)

confirmTimeout?: Buffer

specifies the initial confirm timeout, in millisecond units, used by the peer link management to close a peer link

connectedToGate?: true

If set to true then this mesh STA will advertise that it is connected to a gate in the mesh formation field. If left unset then the mesh formation field will only advertise such if there is an active root mesh path.

elementTtl?: Buffer

specifies the value of TTL field set at a source mesh point for path selection elements.

forwarding?: Buffer

set Mesh STA as forwarding or non-forwarding or forwarding entity (default is TRUE - forwarding entity)

gateAnnouncements?: Buffer

Advertise that this mesh station has access to a broader network beyond the MBSS. This is done via Root Announcement frames.

holdingTimeout?: Buffer

specifies the holding timeout, in millisecond units

htOpmode?: Buffer

set mesh HT protection mode.

hwmpActivePathTimeout?: Buffer

The time (in TUs) for which mesh points receiving a PREQ shall consider the forwarding information from the root to be valid. (TU = time unit)

hwmpConfirmationInterval?: Buffer

The minimum interval of time (in TUs) during which a mesh STA can send only one Action frame containing a PREQ element for root path confirmation.

hwmpMaxPreqRetries?: Buffer

the number of action frames containing a PREQ that an MP can send to a particular destination (path target)

hwmpNetDiamTrvsTime?: Buffer

The interval of time (in TUs) that it takes for an HWMP information element to propagate across the mesh

hwmpPathToRootTimeout?: Buffer

The time (in TUs) for which mesh STAs receiving a proactive PREQ shall consider the forwarding information to the root mesh STA to be valid.

hwmpPerrMinInterval?: Buffer

The minimum interval of time (in TUs) during which a mesh STA can send only one Action frame containing a PERR element.

hwmpPreqMinInterval?: Buffer

The minimum interval of time (in TUs) during which an MP can send only one action frame containing a PREQ reference element

hwmpRannInterval?: Buffer

The interval of time (in TUs) between root announcements are transmitted.

hwmpRootInterval?: Buffer

The interval of time (in TUs) between proactive PREQs are transmitted.

hwmpRootmode?: Buffer

whether root mode is enabled or not

maxPeerLinks?: Buffer

maximum number of peer links allowed on this mesh interface

maxRetries?: Buffer

specifies the maximum number of peer link open retries that can be sent to establish a new peer link instance in a mesh

minDiscoveryTimeout?: Buffer

minimum length of time to wait until giving up on a path discovery (in milliseconds)

pathRefreshTime?: Buffer

how frequently to refresh mesh paths (in milliseconds)

plinkTimeout?: boolean

If no tx activity is seen from a STA we've established peering with for longer than this time (in seconds), then remove it from the STA's list of peers. You may set this to 0 to disable the removal of the STA. Default is 30 minutes.

powerMode?: MeshPowerMode | "UNKNOWN" | "ACTIVE" | "LIGHT_SLEEP" | "DEEP_SLEEP"

Default mesh power mode for new peer links. type &enum nl80211_mesh_power_mode (u32)

retryTimeout?: Buffer

specifies the initial retry timeout in millisecond units, used by the Peer Link Open message

rssiThreshold?: Buffer

RSSI threshold in dBm. This specifies the threshold for average signal strength of candidate station to establish a peer link.

syncOffsetMaxNeighbor?: Buffer

maximum number of neighbors to synchronize to for 11s default synchronization method (see 11C.12.2.2)

ttl?: Buffer

specifies the value of TTL field set at a source mesh point.

Generated using TypeDoc