Index |
The auxiliary variable used to identify instances
of the columnar objects in the wlanWDSPeersTable. |
LinkAliasName |
This attribute shows the user-defined alias
name for the peer's bridge link. |
CompointName |
This attribute displays the given node name of the
peer ComPoint. |
RSSI |
This attribute shows the receive signal
strength for the signal received from the peer in dBm. |
LinkAdminStatus |
This attribute shows is the peer's bridge
link is currently enabled. Enumerations: |
LockState |
This attribute defines if the peer's bridge is locked.
Lock state is common for all bridge links
using the same radio.
If the bridge is locked, it cannot be discovered
by auto-configuration scan, and changing of any
parameters is blocked. Enumerations: |
CompointMacAddress |
This attribute displays the MAC address
of the peer ComPoint.
This is not the WLAN radio's MAC address, but rather
the MAC address of the first ethernet port. |
RadioMacAddress |
This attribute displays the peer's WLAN radio's MAC address. |
ConfigSetupState |
This attribute defines the current auto-configuration
setup state of the bridge link.
idle(1) - No auto-configuration is currently in progress.
In this state, writing any value other than idle(1)
to this attribute starts auto-configuration of a
bridge link to the partner defined by the table row.
The state then automatically changes to setup(1) for
this peer, and to busy(3) for all other peers.
setup(2) - Auto-configuration of this bridge link to
connect to this peer is currently in progress.
As soon as auto-config setup is finished, the
state changes back to idle(0). You can check
whether auto-config setup succeeded by reading
wlanWDSPeerConfigSetupResult.
busy(3) - Either the bridge link is currently scanning
for peers, or auto-configuration setup with another
peer is currently in progress for this bridge link.
Writing this attribute in any state other than idle(0)
returns an error. Enumerations: - idle (1)
- setup (2)
- busy (3)
|
ConfigSetupResult |
This attribute holds the result after a bridge link
auto-config setup.
It is reset whenever a new auto-config setup is triggered. Enumerations: - noError (1)
- unknownCommand (2)
- locked (3)
- invalidPortID (4)
- deviceError (5)
- invalidTag (6)
- timeout (7)
- outOfBuffers (8)
- notFound (9)
- internalError (10)
- receivedNAK (11)
|
RemoteIfIndex |
This is a unique identifier (port ID or ifIndex) for
the bridge link on the remote side. |
IfIndex |
Auxiliary index in wlanWDSPeersTable. |