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_INTF_OPCODE (wlanapi)
 
.
Summary
The WLAN_INTF_OPCODE enumerated type defines various opcodes used to set and query parameters on a wireless interface.
Summary
The _WLAN_INTF_OPCODE enumerated type defines various opcodes used to set and query parameters on a wireless interface.

C# Signature:

public enum WLAN_INTF_OPCODE
public enum _WLAN_INTF_OPCODE
{
     wlan_intf_opcode_autoconf_start = 0x000000000,
     wlan_intf_opcode_autoconf_enabled,
     wlan_intf_opcode_background_scan_enabled,
     wlan_intf_opcode_media_streaming_mode,
     wlan_intf_opcode_radio_state,
     wlan_intf_opcode_bss_type,
     wlan_intf_opcode_interface_state,
     wlan_intf_opcode_current_connection,
     wlan_intf_opcode_channel_number,
     wlan_intf_opcode_supported_infrastructure_auth_cipher_pairs,
     wlan_intf_opcode_supported_adhoc_auth_cipher_pairs,
     wlan_intf_opcode_supported_country_or_region_string_list,
     wlan_intf_opcode_current_operation_mode,
     wlan_intf_opcode_supported_safe_mode,
     wlan_intf_opcode_certified_safe_mode,
     wlan_intf_opcode_hosted_network_capable,
     wlan_intf_opcode_management_frame_protection_capable,
     wlan_intf_opcode_autoconf_end = 0x0fffffff,
     wlan_intf_opcode_msm_start = 0x10000100,
     wlan_intf_opcode_statistics,
     wlan_intf_opcode_rssi,
     wlan_intf_opcode_msm_end = 0x1fffffff,
     wlan_intf_opcode_security_start = 0x20010000,
     wlan_intf_opcode_security_end = 0x2fffffff,
     wlan_intf_opcode_ihv_start = 0x30000000,
     wlan_intf_opcode_ihv_end = 0x3fffffff
}

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

The WLAN_INTF_OPCODE enumerated type defines the possible opcodes that can be passed in the OpCode parameter to the WlanQueryInterface and WlanSetInterface functions to query or set parameters on a wireless interface.

The _WLAN_INTF_OPCODE enumerated type defines the possible opcodes that can be passed in the OpCode parameter to the WlanQueryInterface and WlanSetInterface functions to query or set parameters on a wireless interface.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation

Please edit this page!

Do you have...

  • helpful tips or sample code to share for using this API in managed code?
  • corrections to the existing content?
  • variations of the signature you want to share?
  • additional languages you want to include?

Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more).

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