WL865E4-P  36.07.001
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 525 of file m2mb_wlan_driver.h.

Field Documentation

◆ ap_channel

UINT16 ap_channel

AP's channel

Definition at line 527 of file m2mb_wlan_driver.h.

◆ auth_Mode

Authentication type

Definition at line 530 of file m2mb_wlan_driver.h.

◆ encryption_Type

M2MB_WLAN_ENCRYPT_TYPE_E encryption_Type

encryption type

Definition at line 531 of file m2mb_wlan_driver.h.

◆ key

actual key

Definition at line 533 of file m2mb_wlan_driver.h.

◆ key_Index

UINT8 key_Index

key index

Definition at line 532 of file m2mb_wlan_driver.h.

◆ key_Length

UINT8 key_Length

key length

Definition at line 534 of file m2mb_wlan_driver.h.

◆ mac_Addr

MAC address of AP

Definition at line 535 of file m2mb_wlan_driver.h.

◆ ssid

SSID

Definition at line 528 of file m2mb_wlan_driver.h.

◆ ssid_Length

UINT8 ssid_Length

SSID length

Definition at line 529 of file m2mb_wlan_driver.h.


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