Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

WLAN_INTERFACE_CAPABILITY (Structures)
 
.
Summary
Contains information about the capabilities of an interface.

C# Definition:

    [StructLayoutAttribute(LayoutKind.Sequential)]
    internal struct WLAN_INTERFACE_CAPABILITY
    {
    // A WLAN_INTERFACE_TYPE value that indicates the type of the interface.
    internal WLAN_INTERFACE_TYPE interfaceType;

    // Indicates whether 802.11d is supported by the interface. If TRUE, 802.11d is supported.
    [MarshalAsAttribute(UnmanagedType.Bool)]
    internal bool bDot11DSupported;

    // The maximum size of the SSID list supported by this interface.    
    internal uint dwMaxDesiredSsidListSize;

    // The maximum size of the basic service set (BSS) identifier list supported by this interface.    
    internal uint dwMaxDesiredBssidListSize;

    // Contains the number of supported PHY types.    
    internal uint dwNumberOfSupportedPhys;

    // An array of DOT11_PHY_TYPE values that specify the supported PHY types.
    [MarshalAsAttribute(UnmanagedType.ByValArray, SizeConst = 8, ArraySubType = UnmanagedType.Struct)]
    internal DOT11_PHY_TYPE[] dot11PhyTypes;
    }

VB Definition:

Structure WLAN_INTERFACE_CAPABILITY
   Public TODO
End Structure

User-Defined Field Types:

None.

Notes:

None.

Documentation

Please edit this page!

Do you have...

  • helpful tips?
  • corrections to the existing content?
  • alternate definitions?
  • additional languages you want to include?

Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing any supporting types needed.

 
Access PInvoke.net directly from VS:
Terms of Use
Edit This Page
Find References
Show Printable Version
Revisions