WF_CPSetSsid Function

Microchip TCP/IP Stack

Microchip TCP/IP Stack Help
WF_CPSetSsid Function
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.

Microchip TCP/IP Stack 5.42.08 - June 15, 2013
Copyright © 2012 Microchip Technology, Inc.  All rights reserved.