SetTableData procedure

Retrieves scan results from the router processor.

Syntax

procedure SetTableData(
  Row: DWORD;
  Name,
  Value: PChar
); stdcall;

Parameters

Row [in]

Table row number, which was specified by PrepareRouter function.

Name [in]

Table column internal name.

ValueMeaning
stcStatus
"Status"

Describes the current processing status.

stcAuth
"Auth"

Contains information about authorization on device.

stcType
"Type"

Contains information about device type.

stcRadioOff
"RadioOff"

Contains information about device wireless state.

Possible values are:
"[X]" - radio is turned off.
"-" - device doesn't have wireless interface.

stcHidden
"Hidden"

Contains information about SSID broadcast state.

Possible values are:
"[X]" - SSID broadcast is disabled, Access Point is hidden.
"-" - device doesn't have wireless interface.

stcBSSID
"BSSID"

Contains Access Point BSSID (MAC address).

Also may contain string <no wireless>, which means that device doesn't have wireless interface.

stcSSID
"SSID"

Contains Access Point ESSID (network name).

stcSec
"Sec"

Contains Access Point security mode (encryption or authentication type).

stcKey
"Key"

Contains Access Point password key.

stcPin
"WPS"

Contains Access Point WPS pin code.

stcLANIP
"LANIP"

Contains Local Area Network IPv4 Address of a device.

Also may contain string <bridge>, which means that LAN interface running in bridged mode or doesn't exist.

stcLANMask
"LANMask"

Contains Local Area Network IPv4 Subnet Mask of a device.

Also may contain string <bridge>, which means that LAN interface running in bridged mode or doesn't exist.

stcWANIP
"WANIP"

Contains Wide Area Network IPv4 Address of a device.

stcWANMask
"WANMask"

Contains Wide Area Network IPv4 Subnet Mask of a device.

stcWANGate
"WANGate"

Contains Wide Area Network IPv4 Default Gateway of a device.

stcDNS
"DNS"

Contains IPv4 Domain Name Servers of a device, separated by space character.

 

Value [in]

Table cell value set by router processor.