WICED functions to WPS (Wifi Protected Setup)
◆ wiced_wps_enrollee()
Negotiates securely with a Wi-Fi Protected Setup (WPS) registrar (usually an Access Point) and obtains credentials necessary to join the AP.
- Parameters
-
| [in] | mode | : Indicates whether to use Push-Button (PBC) or PIN Number mode for WPS |
| [in] | details | : Pointer to a structure containing manufacturing details of this device |
| [in] | password | : Password for WPS PIN mode connections |
| [out] | credentials | : An array of credential structures that will receive the securely negotiated credentials |
| [out] | credential_count | : The number of structures in the credentials parameter |
- Returns
- wiced_result_t
◆ wiced_wps_registrar()
Negotiates securely with a Wi-Fi Protected Setup (WPS) enrollee (usually a client device) and provides credentials necessary to join a SoftAP.
- Parameters
-
| [in] | mode | : Indicates whether to use Push-Button (PBC) or PIN Number mode for WPS |
| [in] | details | : Pointer to a structure containing manufacturing details of this device |
| [in] | password | : Password for WPS PIN mode connections |
| [out] | credentials | : An array of credential structures that will provide the securely negotiated credentials |
| [out] | credential_count | : The number of structures in the credentials parameter |
- Returns
- wiced_result_t