![]() |
WE310F5
39.00.000
|
Structure of members for scan results. More...
#include <m2mb_wlan_driver.h>
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.
UINT16 beacon_Period |
Beacon period
Definition at line 99 of file m2mb_wlan_driver.h.
UINT8 bss_type |
BSS type [ADHOC, INFRA]
Definition at line 101 of file m2mb_wlan_driver.h.
UINT8 bssid[M2MB_WLAN_MAC_LEN] |
BSSID of network
Definition at line 102 of file m2mb_wlan_driver.h.
UINT16 caps |
Capability IE
Definition at line 108 of file m2mb_wlan_driver.h.
UINT8 channel |
Wireless channel
Definition at line 93 of file m2mb_wlan_driver.h.
UINT8 preamble |
Preamble
Definition at line 100 of file m2mb_wlan_driver.h.
UINT8 reserved |
Reserved
Definition at line 110 of file m2mb_wlan_driver.h.
UINT8 rsn_Auth |
RSN authentication
Definition at line 105 of file m2mb_wlan_driver.h.
UINT8 rsn_Cipher |
RSN Cipher
Definition at line 104 of file m2mb_wlan_driver.h.
INT8 rssi |
Received signal strength indicator
Definition at line 95 of file m2mb_wlan_driver.h.
UINT8 security_Enabled |
1:Security enabled. 0:Security disabled.
Definition at line 97 of file m2mb_wlan_driver.h.
UINT8 ssid[M2MB_WLAN_MAX_SSID_LEN] |
SSID of Access point
Definition at line 103 of file m2mb_wlan_driver.h.
UINT8 ssid_Length |
SSID length
Definition at line 94 of file m2mb_wlan_driver.h.
UINT8 wep_Support |
Support for WEP
Definition at line 109 of file m2mb_wlan_driver.h.
UINT8 wpa_Auth |
WPS authentication
Definition at line 107 of file m2mb_wlan_driver.h.
UINT8 wpa_Cipher |
WPA cipher
Definition at line 106 of file m2mb_wlan_driver.h.