C
void WF_CPSetSsid( UINT8 CpId, UINT8 * p_ssid, UINT8 ssidLength );
Description
Sets the SSID and SSID Length elements in the Connection Profile. Note that an Access Point can have either a visible or hidden SSID. If an Access Point uses a hidden SSID then an active scan must be used (see scanType field in the Connection Algorithm).
Preconditions
MACInit must be called first.
Parameters
Parameters |
Description |
CpId |
Connection Profile ID |
p_ssid |
Pointer to the SSID string |
ssidLength |
Number of bytes in the SSID |
Returns
None.
Remarks
None.