WLAN_INTF_OPCODE (Compact 2013)

3/26/2014

This enumerated type defines various opcodes that are used to set and query parameters for an interface.

Syntax

typedef enum _WLAN_INTF_OPCODE {
  wlan_intf_opcode_autoconf_start = 0x000000000,
  wlan_intf_opcode_autoconf_enabled,
  wlan_intf_opcode_autoconf_background_scan_enabled,
  wlan_intf_opcode_autoconf_media_streaming_mode,
  wlan_intf_opcode_autoconf_radio_state,
  wlan_intf_opcode_autoconf_bss_type,
  wlan_intf_opcode_autoconf_interface_state,
  wlan_intf_opcode_autoconf_current_connection,
    wlan_intf_opcode_autoconf_channel_number,
    wlan_intf_opcode_autoconf_supported_infrastructure_auth_cipher_pairs,
    wlan_intf_opcode_autoconf_supported_adhoc_auth_ciper_pairs,
  wlan_intf_opcode_autoconf_supported_country_or_region_string_list,
  wlan_intf_opcode_autoconf_current_operation_mode,
  wlan_intf_opcode_autoconf_supported_safe_mode,
  wlan_intf_opcode_autoconf_certified_safe_mode,
  wlan_intf_opcode_autoconf_autoconf_end = 0x0ffffffff,
  wlan_intf_opcode_autoconf_msm_start = 0x10000100,
  wlan_intf_opcode_autoconf_statistics,
  wlan_intf_opcode_autoconf_rssi,
  wlan_intf_opcode_autoconf_msm_end = 0x1fffffff,
  wlan_intf_opcode_autoconf_security_start = 0x20010000,
  wlan_intf_opcode_autoconf_security_end = 0x2fffffff,
  wlan_intf_opcode_autoconf_ihv_start = 0x300000000,
  wlan_intf_opcode_autoconf_ihv_end = 0x3fffffff,
} WLAN_INTF_OPCODE,
  *PWLAN_INTF_OPCODE;

Constants

  • wlan_intf_opcode_autoconf_start
    Not used
  • wlan_intf_opcode_autoconf_enabled
    Sets or queries whether auto config is enabled
  • wlan_intf_opcode_autoconf_background_scan_enabled
    Sets or queries whether background scan is enabled
  • wlan_intf_opcode_autoconf_media_streaming_mode
    Sets or queries the media streaming mode of the driver
  • wlan_intf_opcode_autoconf_radio_state
    Sets or queries the radio state
  • wlan_intf_opcode_autoconf_bss_type
    Sets or queries the BSS type of the interface
  • wlan_intf_opcode_autoconf_interface_state
    Queries the state of the interface
  • wlan_intf_opcode_autoconf_current_connection
    Queries information about the current connection of the interface
  • wlan_intf_opcode_autoconf_channel_number
    Queries the current channel on which the wireless interface is operating
  • wlan_intf_opcode_autoconf_supported_infrastructure_auth_cipher_pairs
    Queries the supported auth/cipher pairs for infrastructure mode
  • wlan_intf_opcode_autoconf_supported_adhoc_auth_ciper_pairs
    Queries the supported auth/cipher pairs for ad hoc mode
  • wlan_intf_opcode_autoconf_supported_country_or_region_string_list
    Queries the list of supported country/region strings
  • wlan_intf_opcode_autoconf_current_operation_mode
    Sets or queries the current operation mode of the wireless interface.
  • wlan_intf_opcode_autoconf_supported_safe_mode
    Queries whether the miniport/network adapter combination supports Federal Information Processing Standards (FIPS) mode. FIPS mode is also known as safe mode. This wireless safe mode differs from the operating system safe mode.
  • wlan_intf_opcode_autoconf_certified_safe_mode
    Queries whether the miniport/network adapter combination is FIPS certified.
  • wlan_intf_opcode_autoconf_autoconf_end
    Not used
  • wlan_intf_opcode_autoconf_msm_start
    Not used
  • wlan_intf_opcode_autoconf_statistics
    Queries driver statistics
  • wlan_intf_opcode_autoconf_rssi
    Queries the received signal strength
  • wlan_intf_opcode_autoconf_msm_end
    Not used
  • wlan_intf_opcode_autoconf_security_start
    Not used
  • wlan_intf_opcode_autoconf_security_end
    Not used
  • wlan_intf_opcode_autoconf_ihv_start
    Not used
  • wlan_intf_opcode_autoconf_ihv_end
    Not used

See Also

Reference

Native Wi-Fi Enumerations
WlanQueryInterface
WlanSetInterface
Native Wi-Fi Reference