Synergy Software Package User's Manual

#include <sf_wifi_api.h>

Data Fields

sf_wifi_wps_mode_t wps_mode
 WPS method Push-button or Pin.
 
uint8_t wps_key [SF_WIFI_WPS_PIN_LENGTH+SF_WIFI_SIZE_FOR_NULL_BYTE]
 
uint8_t timeout_seconds
 WPS timeout value in seconds.
 
void(* p_callback )(sf_wifi_callback_args_t *p_args)
 

Detailed Description

Define the structure for WiFi WPS Control

Field Documentation

◆ p_callback

void(* sf_wifi_wps_t::p_callback) (sf_wifi_callback_args_t *p_args)

Pointer to callback function to be called on changed in client's connection status with AP or client connected/disconnected

◆ wps_key

uint8_t sf_wifi_wps_t::wps_key[SF_WIFI_WPS_PIN_LENGTH+SF_WIFI_SIZE_FOR_NULL_BYTE]

WPS pin. Used only with WPS pin method, PIN should be NULL terminated


The documentation for this struct was generated from the following file: