CMSIS-Driver  
Peripheral Interface for Middleware and Application Code
 
Loading...
Searching...
No Matches
WiFi Protected Setup (WPS) Method

Specifies WiFi WPS method for ARM_WIFI_Activate. More...

Macros

#define ARM_WIFI_WPS_METHOD_NONE   0U
 Not used.
 
#define ARM_WIFI_WPS_METHOD_PBC   1U
 Push Button Configuration.
 
#define ARM_WIFI_WPS_METHOD_PIN   2U
 PIN.
 

Description

Specifies WiFi WPS method for ARM_WIFI_Activate.

The WiFi WPS method defines which WPS method is used.

Macro Definition Documentation

◆ ARM_WIFI_WPS_METHOD_NONE

#define ARM_WIFI_WPS_METHOD_NONE   0U

Not used.

WPS not used.

See also
WiFi Protected Setup (WPS) Method

◆ ARM_WIFI_WPS_METHOD_PBC

#define ARM_WIFI_WPS_METHOD_PBC   1U

Push Button Configuration.

WPS with Push Button Configuration.

See also
WiFi Protected Setup (WPS) Method

◆ ARM_WIFI_WPS_METHOD_PIN

#define ARM_WIFI_WPS_METHOD_PIN   2U

PIN.

WPS with PIN.

See also
WiFi Protected Setup (WPS) Method