C# 클래스 NativeWifi.Wlan.WlanConnectionParameters

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

공개 프로퍼티들

프로퍼티 타입 설명
desiredBssidListPtr System.IntPtr
dot11BssType Dot11BssType
dot11SsidPtr System.IntPtr
flags WlanConnectionFlags
wlanConnectionMode WlanConnectionMode

프로퍼티 상세

desiredBssidListPtr 공개적으로 프로퍼티

Pointer to a Dot11BssidList structure that contains the EventList of basic service set (BSS) identifiers desired for the connection.
On Windows XP SP2, must be set to null.
public IntPtr,System desiredBssidListPtr
리턴 System.IntPtr

dot11BssType 공개적으로 프로퍼티

A Dot11BssType value that indicates the BSS type of the network. If a profile is provided, this BSS type must be the same as the one in the profile.
public Dot11BssType dot11BssType
리턴 Dot11BssType

dot11SsidPtr 공개적으로 프로퍼티

Pointer to a Dot11Ssid structure that specifies the SSID of the network to connect to. This configuredOneShotParams is optional. When set to null, all SSIDs in the profile will be tried. This configuredOneShotParams must not be null if wlanConnectionMode is set to WlanConnectionMode.DiscoverySecure or WlanConnectionMode.DiscoveryUnsecure.
public IntPtr,System dot11SsidPtr
리턴 System.IntPtr

flags 공개적으로 프로퍼티

Specifies ocnnection parameters.
On Windows XP SP2, must be set to 0.
public WlanConnectionFlags flags
리턴 WlanConnectionFlags

wlanConnectionMode 공개적으로 프로퍼티

Specifies the mode of connection.
public WlanConnectionMode wlanConnectionMode
리턴 WlanConnectionMode