update
Description
This function also requires the Wireless Network Toolbox™ product.
update(
updates the configuration of the WLAN node, nodeObj,Name=Value)nodeObj, according to the
name-value arguments you specify.
update(
updates the configuration for a specific device in a non-multilink device (MLD) node or a
particular link in a device within an MLD node.nodeObj,deviceID,Name=Value)
For a non-MLD node, deviceID is a scalar representing the device
ID. The deviceID argument is specified as the array index in the
DeviceConfig property of the nodeObj input. If
you do not specify the deviceID input, the default value is 1.
For an MLD node, deviceID is a vector. The first element in the
vector specifies the device ID. The second element in the vector specifies the link ID which
is the array index in the LinkConfig property corresponding to the
DeviceConfig property of the nodeObj input. If
you do not specify the deviceID input, the default value is [1
1].