ReactOS 0.4.15-dev-7942-gd23573b
_WLAN_AVAILABLE_NETWORK Struct Reference

#include <wlanapi.h>

Collaboration diagram for _WLAN_AVAILABLE_NETWORK:

Public Attributes

WCHAR strProfileName [WLAN_MAX_NAME_LENGTH]
 
DOT11_SSID dot11Ssid
 
DOT11_BSS_TYPE dot11BssType
 
ULONG uNumberOfBssids
 
BOOL bNetworkConnectable
 
WLAN_REASON_CODE wlanNotConnectableReason
 
ULONG uNumberOfPhyTypes
 
DOT11_PHY_TYPE dot11PhyTypes [8]
 
BOOL bMorePhyTypes
 
WLAN_SIGNAL_QUALITY wlanSignalQuality
 
BOOL bSecurityEnabled
 
DOT11_AUTH_ALGORITHM dot11DefaultAuthAlgorithm
 
DOT11_CIPHER_ALGORITHM dot11DefaultCipherAlgorithm
 
DWORD dwFlags
 
DWORD dwReserved
 

Detailed Description

Definition at line 189 of file wlanapi.h.

Member Data Documentation

◆ bMorePhyTypes

BOOL _WLAN_AVAILABLE_NETWORK::bMorePhyTypes

Definition at line 198 of file wlanapi.h.

◆ bNetworkConnectable

BOOL _WLAN_AVAILABLE_NETWORK::bNetworkConnectable

Definition at line 194 of file wlanapi.h.

◆ bSecurityEnabled

BOOL _WLAN_AVAILABLE_NETWORK::bSecurityEnabled

Definition at line 200 of file wlanapi.h.

◆ dot11BssType

DOT11_BSS_TYPE _WLAN_AVAILABLE_NETWORK::dot11BssType

Definition at line 192 of file wlanapi.h.

◆ dot11DefaultAuthAlgorithm

DOT11_AUTH_ALGORITHM _WLAN_AVAILABLE_NETWORK::dot11DefaultAuthAlgorithm

Definition at line 201 of file wlanapi.h.

◆ dot11DefaultCipherAlgorithm

DOT11_CIPHER_ALGORITHM _WLAN_AVAILABLE_NETWORK::dot11DefaultCipherAlgorithm

Definition at line 202 of file wlanapi.h.

◆ dot11PhyTypes

DOT11_PHY_TYPE _WLAN_AVAILABLE_NETWORK::dot11PhyTypes[8]

Definition at line 197 of file wlanapi.h.

◆ dot11Ssid

DOT11_SSID _WLAN_AVAILABLE_NETWORK::dot11Ssid

Definition at line 191 of file wlanapi.h.

◆ dwFlags

DWORD _WLAN_AVAILABLE_NETWORK::dwFlags

Definition at line 203 of file wlanapi.h.

◆ dwReserved

DWORD _WLAN_AVAILABLE_NETWORK::dwReserved

Definition at line 204 of file wlanapi.h.

◆ strProfileName

WCHAR _WLAN_AVAILABLE_NETWORK::strProfileName[WLAN_MAX_NAME_LENGTH]

Definition at line 190 of file wlanapi.h.

◆ uNumberOfBssids

ULONG _WLAN_AVAILABLE_NETWORK::uNumberOfBssids

Definition at line 193 of file wlanapi.h.

◆ uNumberOfPhyTypes

ULONG _WLAN_AVAILABLE_NETWORK::uNumberOfPhyTypes

Definition at line 196 of file wlanapi.h.

◆ wlanNotConnectableReason

WLAN_REASON_CODE _WLAN_AVAILABLE_NETWORK::wlanNotConnectableReason

Definition at line 195 of file wlanapi.h.

◆ wlanSignalQuality

WLAN_SIGNAL_QUALITY _WLAN_AVAILABLE_NETWORK::wlanSignalQuality

Definition at line 199 of file wlanapi.h.


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