WLAN_SECURABLE_OBJECT (Compact 2013)

3/26/2014

This enumerated type defines the securable objects that are used by native Wi-Fi functions.

Syntax

typedef enum _WLAN_SECURABLE_OBJECT {
  wlan_secure_permit_list = 0,
  wlan_secure_deny_list = 1,
  wlan_secure_ac_enabled = 2,
  wlan_secure_bc_scan_enabled = 3,
  wlan_secure_bss_type = 4,
  wlan_secure_show_denied = 5,
  wlan_secure_interface_properties = 6,
  wlan_secure_ihv_control = 7,
  wlan_secure_media_streaming_mode_enabled = 11,
  wlan_secure_current_operation_mode = 12,
  WLAN_SECURABLE_OBJECT_COUNT
} WLAN_SECURABLE_OBJECT,
  *PWLAN_SECURABLE_OBJECT;

Constants

  • wlan_secure_permit_list
    The permissions for modifying the permit list for user profiles.
  • wlan_secure_deny_list
    The permissions for modifying the deny list for user profiles. The auto config service will not establish a connection to a network on the deny list.
  • wlan_secure_ac_enabled
    The permissions for enabling the auto configuration service.
  • wlan_secure_bc_scan_enabled
    The permissions for enabling background scans.
  • wlan_secure_bss_type
    The permissions for altering the basic service set type.
  • wlan_secure_show_denied
    The permissions for modifying whether networks on the deny list appear in the available networks list.
  • wlan_secure_interface_properties
    The permissions for changing interface properties. This is the generic securable object that is used by WlanQueryInterface or WlanSetInterface when another more specific securable object is not used.
  • wlan_secure_ihv_control
    The permissions for using the WlanIhvControl function for independent hardware vendor (IHV) control of WLAN drivers or services.
  • wlan_secure_media_streaming_mode_enabled
    The permissions for setting or querying the media streaming mode.
  • wlan_secure_current_operation_mode
    The permissions for setting or querying the operation mode of the wireless interface.
  • WLAN_SECURABLE_OBJECT_COUNT
    The number of securable objects.

See Also

Reference

Native Wi-Fi Enumerations
WlanGetFilterList
WlanSetFilterList
WlanQueryInterface
WlanSetInterface
WlanQueryAutoConfigParameter
WlanSetAutoConfigParameter
WlanIhvControl
WlanSetProfileList
WlanSetProfilePosition
Native Wi-Fi Reference