TwclWiFiInterface.SetSecondarySta(Boolean) Method

Enables or disables secondary STA on the given interface.

Namespace: wclWiFi
public
 function SetSecondarySta(const Enable: Boolean): Integer;

Parameters

Enable
Type: Boolean

Set this parameter to True to enable a secondary STA on the given interface.

Return Value

Type: Integer

If the function succeed the return value is wclErrors.WCL_E_SUCCESS. Otherwise the method returns one of the WCL error codes.