C# Class NativeWifi.Wlan.WlanConnectionParameters

Show file Open project: ATNoG/ODTONE Class Usage Examples

Public Properties

Property Type Description
desiredBssidListPtr System.IntPtr
dot11BssType Dot11BssType
dot11SsidPtr System.IntPtr
flags WlanConnectionFlags
wlanConnectionMode WlanConnectionMode

Property Details

desiredBssidListPtr public property

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
return System.IntPtr

dot11BssType public property

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

dot11SsidPtr public property

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
return System.IntPtr

flags public property

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

wlanConnectionMode public property

Specifies the mode of connection.
public WlanConnectionMode wlanConnectionMode
return WlanConnectionMode