Wi-Fi Protected Setup

group LWESP_WPS

WPS function on ESP device.

Functions

lwespr_t lwesp_wps_set_config(uint8_t en, lwesp_ecn_t min_ecn, const lwesp_api_cmd_evt_fn evt_fn, void *const evt_arg, const uint32_t blocking)

Configure WPS function on ESP device.

Note

WPS does not support WEP encryption

Parameters
  • en[in] Set to 1 to enable WPS or 0 to disable WPS

  • min_ecn[in] Minimum security level ESP will look for. It will not connect to the level below selected parameter

  • evt_fn[in] Callback function called when command has finished. Set to NULL when not used

  • evt_arg[in] Custom argument for event callback function

  • blocking[in] Status whether command should be blocking or not

Returns

lwespOK on success, member of lwespr_t enumeration otherwise