C# Class NativeWifi.Wlan.WlanAvailableNetwork

Show file Open project: ATNoG/ODTONE Class Usage Examples

Public Properties

Property Type Description
dot11BssType Dot11BssType
dot11DefaultAuthAlgorithm Dot11AuthAlgorithm
dot11DefaultCipherAlgorithm Dot11CipherAlgorithm
dot11Ssid Dot11Ssid
flags WlanAvailableNetworkFlags
morePhyTypes bool
networkConnectable bool
numberOfBssids uint
securityEnabled bool
wlanNotConnectableReason WlanReasonCode
wlanSignalQuality uint

Property Details

dot11BssType public property

Specifies whether the network is an infrastructure or an ad-hoc one.
public Dot11BssType dot11BssType
return Dot11BssType

dot11DefaultAuthAlgorithm public property

Indicates the default authentication algorithm used to join this network for the first time.
public Dot11AuthAlgorithm dot11DefaultAuthAlgorithm
return Dot11AuthAlgorithm

dot11DefaultCipherAlgorithm public property

Indicates the default cipher algorithm to be used when joining this network.
public Dot11CipherAlgorithm dot11DefaultCipherAlgorithm
return Dot11CipherAlgorithm

dot11Ssid public property

Contains the SSID of the visible wireless network.
public Dot11Ssid dot11Ssid
return Dot11Ssid

flags public property

Contains various flags specifying characteristics of the available network.
public WlanAvailableNetworkFlags flags
return WlanAvailableNetworkFlags

morePhyTypes public property

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
return bool

networkConnectable public property

Indicates whether the network is connectable.
public bool networkConnectable
return bool

numberOfBssids public property

Indicates the number of BSSIDs in the network.
public uint numberOfBssids
return uint

securityEnabled public property

Indicates whether security is enabled on the network.
public bool securityEnabled
return bool

wlanNotConnectableReason public property

Indicates why a network cannot be connected to. This member is only valid when networkConnectable is false.
public WlanReasonCode wlanNotConnectableReason
return WlanReasonCode

wlanSignalQuality public property

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
return uint