C# 클래스 NativeWifi.Wlan.WlanAvailableNetwork

파일 보기 프로젝트 열기: ATNoG/ODTONE 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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