WE310F5  39.00.000
M2MB_WLAN_BSS_SCAN_INFO_S Struct Reference

Structure of members for scan results. More...

#include <m2mb_wlan_driver.h>

Data Fields

UINT8 channel
 
UINT8 ssid_Length
 
INT8 rssi
 
UINT8 security_Enabled
 
UINT16 beacon_Period
 
UINT8 preamble
 
UINT8 bss_type
 
UINT8 bssid [M2MB_WLAN_MAC_LEN]
 
UINT8 ssid [M2MB_WLAN_MAX_SSID_LEN]
 
UINT8 rsn_Cipher
 
UINT8 rsn_Auth
 
UINT8 wpa_Cipher
 
UINT8 wpa_Auth
 
UINT16 caps
 
UINT8 wep_Support
 
UINT8 reserved
 

Detailed Description

Structure of members for scan results.

Structure for storing scan results. User application should send the array of this structure as a parameter to get filled when scan completed by the driver. This structure can be passed as one of the parameters for the m2mb_wlan_scan function.

Definition at line 91 of file m2mb_wlan_driver.h.

Field Documentation

◆ beacon_Period

UINT16 beacon_Period

Beacon period

Definition at line 99 of file m2mb_wlan_driver.h.

◆ bss_type

UINT8 bss_type

BSS type [ADHOC, INFRA]

Definition at line 101 of file m2mb_wlan_driver.h.

◆ bssid

BSSID of network

Definition at line 102 of file m2mb_wlan_driver.h.

◆ caps

UINT16 caps

Capability IE

Definition at line 108 of file m2mb_wlan_driver.h.

◆ channel

UINT8 channel

Wireless channel

Definition at line 93 of file m2mb_wlan_driver.h.

◆ preamble

UINT8 preamble

Preamble

Definition at line 100 of file m2mb_wlan_driver.h.

◆ reserved

UINT8 reserved

Reserved

Definition at line 110 of file m2mb_wlan_driver.h.

◆ rsn_Auth

UINT8 rsn_Auth

RSN authentication

Definition at line 105 of file m2mb_wlan_driver.h.

◆ rsn_Cipher

UINT8 rsn_Cipher

RSN Cipher

Definition at line 104 of file m2mb_wlan_driver.h.

◆ rssi

INT8 rssi

Received signal strength indicator

Definition at line 95 of file m2mb_wlan_driver.h.

◆ security_Enabled

UINT8 security_Enabled

1:Security enabled. 0:Security disabled.

Definition at line 97 of file m2mb_wlan_driver.h.

◆ ssid

SSID of Access point

Definition at line 103 of file m2mb_wlan_driver.h.

◆ ssid_Length

UINT8 ssid_Length

SSID length

Definition at line 94 of file m2mb_wlan_driver.h.

◆ wep_Support

UINT8 wep_Support

Support for WEP

Definition at line 109 of file m2mb_wlan_driver.h.

◆ wpa_Auth

UINT8 wpa_Auth

WPS authentication

Definition at line 107 of file m2mb_wlan_driver.h.

◆ wpa_Cipher

UINT8 wpa_Cipher

WPA cipher

Definition at line 106 of file m2mb_wlan_driver.h.


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