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__event.html | 192 +++++++++++++++++++++++++++++++ 1 file changed, 192 insertions(+) create mode 100644 docs/Driver/html/group__wifi__event.html (limited to 'docs/Driver/html/group__wifi__event.html') diff --git a/docs/Driver/html/group__wifi__event.html b/docs/Driver/html/group__wifi__event.html new file mode 100644 index 0000000..4359c84 --- /dev/null +++ b/docs/Driver/html/group__wifi__event.html @@ -0,0 +1,192 @@ + + + + + +WiFi Events +CMSIS-Driver: WiFi Events + + + + + + + + + + + + + + +
+
+ + + + + + + +
+
CMSIS-Driver +  Version 2.7.1 +
+
Peripheral Interface for Middleware and Application Code
+
+
+ +
+
    + +
+
+ + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
WiFi Events
+
+
+ +

The WiFi driver generates call back events that are notified via the function ARM_WIFI_SignalEvent. +More...

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

+Macros

#define ARM_WIFI_EVENT_AP_CONNECT   (1UL << 0)
 Access Point: Station has connected; arg = &mac, mac (uint8_t[6]) More...
 
#define ARM_WIFI_EVENT_AP_DISCONNECT   (1UL << 1)
 Access Point: Station has disconnected; arg = &mac, mac (uint8_t[6]) More...
 
#define ARM_WIFI_EVENT_ETH_RX_FRAME   (1UL << 4)
 Ethernet Frame Received (in bypass mode only); arg = interface (0 = Station, 1 = Access Point) More...
 
+

Description

+

The WiFi driver generates call back events that are notified via the function ARM_WIFI_SignalEvent.

+

The following call back notification events are generated:

+

Macro Definition Documentation

+ +
+
+ + + + +
#define ARM_WIFI_EVENT_AP_CONNECT   (1UL << 0)
+
+ +

Access Point: Station has connected; arg = &mac, mac (uint8_t[6])

+ +
+
+ +
+
+ + + + +
#define ARM_WIFI_EVENT_AP_DISCONNECT   (1UL << 1)
+
+ +

Access Point: Station has disconnected; arg = &mac, mac (uint8_t[6])

+ +
+
+ +
+
+ + + + +
#define ARM_WIFI_EVENT_ETH_RX_FRAME   (1UL << 4)
+
+ +

Ethernet Frame Received (in bypass mode only); arg = interface (0 = Station, 1 = Access Point)

+ +
+
+
+
+ + + + -- cgit