From 96d6da4e252b06dcfdc041e7df23e86161c33007 Mon Sep 17 00:00:00 2001 From: rihab kouki Date: Tue, 28 Jul 2020 11:24:49 +0100 Subject: Official ARM version: v5.6.0 --- docs/Driver/html/group__wifi__wps__method.html | 198 +++++++++++++++++++++++++ 1 file changed, 198 insertions(+) create mode 100644 docs/Driver/html/group__wifi__wps__method.html (limited to 'docs/Driver/html/group__wifi__wps__method.html') diff --git a/docs/Driver/html/group__wifi__wps__method.html b/docs/Driver/html/group__wifi__wps__method.html new file mode 100644 index 0000000..7730d08 --- /dev/null +++ b/docs/Driver/html/group__wifi__wps__method.html @@ -0,0 +1,198 @@ + + + + + +WiFi Protected Setup (WPS) Method +CMSIS-Driver: WiFi Protected Setup (WPS) Method + + + + + + + + + + + + + + +
+
+ + + + + + + +
+
CMSIS-Driver +  Version 2.7.1 +
+
Peripheral Interface for Middleware and Application Code
+
+
+ +
+
    + +
+
+ + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
WiFi Protected Setup (WPS) Method
+
+
+ +

Specifies WiFi WPS method for ARM_WIFI_Activate. +More...

+ + + + + + + + + + + +

+Macros

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

Description

+

Specifies WiFi WPS method for ARM_WIFI_Activate.

+

The WiFi WPS method defines which WPS method is used.

+

Macro Definition Documentation

+ +
+
+ + + + +
#define ARM_WIFI_WPS_METHOD_NONE   0U
+
+ +

Not used.

+

WPS not used.

+
See Also
WiFi Protected Setup (WPS) Method
+ +
+
+ +
+
+ + + + +
#define ARM_WIFI_WPS_METHOD_PBC   1U
+
+ +

Push Button Configuration.

+

WPS with Push Button Configuration.

+
See Also
WiFi Protected Setup (WPS) Method
+ +
+
+ +
+
+ + + + +
#define ARM_WIFI_WPS_METHOD_PIN   2U
+
+ +

PIN.

+

WPS with PIN.

+
See Also
WiFi Protected Setup (WPS) Method
+ +
+
+
+
+ + + + -- cgit