C# Класс NativeWifi.Wlan.WlanAvailableNetwork

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
dot11BssType Dot11BssType
dot11DefaultAuthAlgorithm Dot11AuthAlgorithm
dot11DefaultCipherAlgorithm Dot11CipherAlgorithm
dot11Ssid Dot11Ssid
flags WlanAvailableNetworkFlags
morePhyTypes bool
networkConnectable bool
numberOfBssids uint
securityEnabled bool
wlanNotConnectableReason WlanReasonCode
wlanSignalQuality uint

Описание свойств

dot11BssType публичное свойство

Specifies whether the network is an infrastructure or an ad-hoc one.
public Dot11BssType dot11BssType
Результат Dot11BssType

dot11DefaultAuthAlgorithm публичное свойство

Indicates the default authentication algorithm used to join this network for the first time.
public Dot11AuthAlgorithm dot11DefaultAuthAlgorithm
Результат Dot11AuthAlgorithm

dot11DefaultCipherAlgorithm публичное свойство

Indicates the default cipher algorithm to be used when joining this network.
public Dot11CipherAlgorithm dot11DefaultCipherAlgorithm
Результат Dot11CipherAlgorithm

dot11Ssid публичное свойство

Contains the SSID of the visible wireless network.
public Dot11Ssid dot11Ssid
Результат Dot11Ssid

flags публичное свойство

Contains various flags specifying characteristics of the available network.
public WlanAvailableNetworkFlags flags
Результат WlanAvailableNetworkFlags

morePhyTypes публичное свойство

Specifies if there are more than 8 PHY types supported. When this member is set to true, an application must call WlanClient.WlanInterface.GetNetworkBssList to GetMeanBEP_2 the complete EventList of PHY types. WlanBssEntry.phyId contains the PHY type for an entry.
public bool morePhyTypes
Результат bool

networkConnectable публичное свойство

Indicates whether the network is connectable.
public bool networkConnectable
Результат bool

numberOfBssids публичное свойство

Indicates the number of BSSIDs in the network.
public uint numberOfBssids
Результат uint

securityEnabled публичное свойство

Indicates whether security is enabled on the network.
public bool securityEnabled
Результат bool

wlanNotConnectableReason публичное свойство

Indicates why a network cannot be connected to. This member is only valid when networkConnectable is false.
public WlanReasonCode wlanNotConnectableReason
Результат WlanReasonCode

wlanSignalQuality публичное свойство

A percentage value that represents the signal quality of the network. This configuredOneShotParams contains a value between 0 and 100. A value of 0 implies an actual RSSI signal strength of -100 dbm. A value of 100 implies an actual RSSI signal strength of -50 dbm. You can calculate the RSSI signal strength value for values between 1 and 99 using linear interpolation.
public uint wlanSignalQuality
Результат uint