C
void WF_CPGetSsid( UINT8 CpId, UINT8 * p_ssid, UINT8 * p_ssidLength );
Description
Gets the SSID and SSID Length elements in the Connection Profile.
Preconditions
MACInit must be called first.
Parameters
Parameters |
Description |
CpId |
Connection Profile ID |
p_ssid |
Pointer to the SSID string |
ssidLength |
Pumber of bytes in the SSID |
Returns
None.
Remarks
None.