WE310F5  39.00.000
M2MB_WLAN_WPS_CREDENTIALS_S Struct Reference

WPS credentials information. More...

#include <m2mb_wlan_driver.h>

Data Fields

UINT16 ap_channel
 
UINT8 ssid [M2MB_WLAN_MAX_SSID_LEN]
 
UINT8 ssid_Length
 
M2MB_WLAN_AUTH_TYPE_E auth_Mode
 
M2MB_WLAN_ENCRYPT_TYPE_E encryption_Type
 
UINT8 key_Index
 
UINT8 key [M2MB_WLAN_WPS_MAX_KEY_LEN+1]
 
UINT8 key_Length
 
UINT8 mac_Addr [M2MB_WLAN_MAC_LEN]
 

Detailed Description

WPS credentials information.

Data structure to pass WPS credentials from the driver to the application.

Definition at line 546 of file m2mb_wlan_driver.h.

Field Documentation

◆ ap_channel

UINT16 ap_channel

AP's channel

Definition at line 548 of file m2mb_wlan_driver.h.

◆ auth_Mode

Authentication type

Definition at line 551 of file m2mb_wlan_driver.h.

◆ encryption_Type

M2MB_WLAN_ENCRYPT_TYPE_E encryption_Type

encryption type

Definition at line 552 of file m2mb_wlan_driver.h.

◆ key

actual key

Definition at line 554 of file m2mb_wlan_driver.h.

◆ key_Index

UINT8 key_Index

key index

Definition at line 553 of file m2mb_wlan_driver.h.

◆ key_Length

UINT8 key_Length

key length

Definition at line 555 of file m2mb_wlan_driver.h.

◆ mac_Addr

MAC address of AP

Definition at line 556 of file m2mb_wlan_driver.h.

◆ ssid

SSID

Definition at line 549 of file m2mb_wlan_driver.h.

◆ ssid_Length

UINT8 ssid_Length

SSID length

Definition at line 550 of file m2mb_wlan_driver.h.


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