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

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

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

Свойство Тип Описание
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