WiFi Framework C++ Edition

◆ Start() [1/2]

int Start ( const tstring Ssid)

Starts the WiFi Direct Legacy Soft AP in Open Authentication (Open Network) mode.

Parameters
SsidThe Soft AP SSID. If the parameter is an empty string the auto generated SSID will be used. An application can read the current SSID of the Soft AP by calling GetSsid method.
Returns
If the function succeed the return value is WCL_E_SUCCESS. Otherwise the method returns one of the WCL error codes.