C
static void WF_SaveWPSCredentials( UINT8 CpId );
Description
Reads back WPS credentials from MRF24W and stores these into global variable AppConfig. WPS protocol can easily take up to 2 mins (refer to WPS specifications) to complete. To address this lengthy time required every single time the MRF24W is restarted, this function offers you to retrieve and store WPS credentials, so that the WPS credentials can be re-used upon re-starting.
Preconditions
MACInit must be called first.
Parameters
Parameters |
Description |
CpId |
Connection Profile� ID |
Returns
None.
Remarks
None.