Desktop Functions: Smart Device Functions:
|
Search Results for "_stat" in [All]ws2_32
SO_BSP_STATE = 0x1009, powrprof
IntPtr status = Marshal.AllocCoTaskMem(Marshal.SizeOf(typeof(SYSTEM_BATTERY_STATE)));
(UInt32)Marshal.SizeOf(typeof(SYSTEM_BATTERY_STATE))
SYSTEM_BATTERY_STATE batt_status = (SYSTEM_BATTERY_STATE)Marshal.PtrToStructure(status, typeof(SYSTEM_BATTERY_STATE)); wlanapi
[Out] out WLAN_HOSTED_NETWORK_STATUS pWlanHostedNetworkStatus, private struct WLAN_RADIO_STATE
public WLAN_PHY_RADIO_STATE[] PhyRadioState;
public WLAN_RADIO_STATE(IntPtr ppData)
// The first 4 bytes are the number of WLAN_PHY_RADIO_STATE structures.
// Construct the array of WLAN_PHY_RADIO_STATE structures.
PhyRadioState = new WLAN_PHY_RADIO_STATE[dwNumberOfPhys];
// structure. The length of the WLAN_PHY_RADIO_STATE structure is 12 bytes
// Construct the WLAN_PHY_RADIO_STATE structure, marshal the unmanaged
PhyRadioState[i] = (WLAN_PHY_RADIO_STATE)Marshal.PtrToStructure(pPhyList, typeof(WLAN_PHY_RADIO_STATE));
Private Structure WLAN_RADIO_STATE
Public PhyRadioState As WLAN_PHY_RADIO_STATE()
' The first 4 bytes are the number of WLAN_PHY_RADIO_STATE structures.
' Construct the array of WLAN_PHY_RADIO_STATE structures.
PhyRadioState = New WLAN_PHY_RADIO_STATE(dwNumberOfPhys - 1) {}
' structure. The length of the WLAN_PHY_RADIO_STATE structure is 12 bytes
' Construct the WLAN_PHY_RADIO_STATE structure, marshal the unmanaged
PhyRadioState(i) = DirectCast(Marshal.PtrToStructure(pPhyList, GetType(WLAN_PHY_RADIO_STATE)), WLAN_PHY_RADIO_STATE)
public struct WLAN_STATISTICS {
public WLAN_MAC_FRAME_STATISTICS MacUcastCounters;
public WLAN_MAC_FRAME_STATISTICS MacMcastCounters;
public WLAN_PHY_FRAME_STATISTICS[] PhyCounters;
Public Structure WLAN_STATISTICS
Public MacUcastCounters As WLAN_MAC_FRAME_STATISTICS
Public MacMcastCounters As WLAN_MAC_FRAME_STATISTICS
Public PhyCounters() As WLAN_PHY_FRAME_STATISTICS iphlpapi
public enum IF_OPER_STATUS : uint
public enum IP_DAD_STATE : uint
public IP_DAD_STATE DadState;
public IF_OPER_STATUS OperStatus;
public enum MIB_TCP_STATE {
MIB_TCP_STATE_CLOSED,
MIB_TCP_STATE_LISTEN,
MIB_TCP_STATE_SYN_SENT,
MIB_TCP_STATE_SYN_RCVD,
MIB_TCP_STATE_ESTAB,
MIB_TCP_STATE_FIN_WAIT1,
MIB_TCP_STATE_FIN_WAIT2,
MIB_TCP_STATE_CLOSE_WAIT,
MIB_TCP_STATE_CLOSING,
MIB_TCP_STATE_LAST_ACK,
MIB_TCP_STATE_TIME_WAIT,
MIB_TCP_STATE_DELETE_TCB Constants9: MAPI
/// If MAPI_OLE_STATIC is also set, the attachment is a static OLE object.
/// If MAPI_OLE_STATIC is not set, the attachment is an embedded OLE object.
public const uint MAPI_OLE_STATIC = 0x00000002;
Public Const MAPI_OLE_STATIC As UInteger = &H2 10: NCBASTAT 11: PROPERTYKEY
public static PropertyKey PKEY_Status = new PropertyKey( 0x000214A1, 0x0000, 0x0000, 0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x46, 9);
public static PropertyKey PKEY_GPS_Status = new PropertyKey( 0x125491F4, 0x818F, 0x46B2, 0x91, 0xB5, 0xD5, 0x37, 0x75, 0x36, 0x17, 0xB2, 100);
public static PropertyKey PKEY_Link_Status = new PropertyKey( 0xB9B4B3FC, 0x2B51, 0x4A42, 0xB5, 0xD8, 0x32, 0x41, 0x46, 0xAF, 0xCF, 0x25, 3);
public static PropertyKey PKEY_RecordedTV_StationCallSign = new PropertyKey( 0x6D748DE2, 0x8D38, 0x4CC3, 0xAC, 0x60, 0xF0, 0x09, 0xB0, 0x57, 0xC5, 0x57, 5);
public static PropertyKey PKEY_RecordedTV_StationName = new PropertyKey( 0x1B5439E7, 0xEBA1, 0x4AF8, 0xBD, 0xD7, 0x7A, 0xF1, 0xD4, 0x54, 0x94, 0x93, 100);
public static PropertyKey PKEY_Hardware_Status = new PropertyKey(0x5EAF3EF2, 0xE0CA, 0x4598, 0xBF, 0x06, 0x71, 0xED, 0x1D, 0x9D, 0xD9, 0x53, 4096);
public static PropertyKey WPD_IMAGE_CROPPED_STATUS = new PropertyKey(0x63D64908, 0x9FA1, 0x479F, 0x85, 0xBA, 0x99, 0x52, 0x21, 0x64, 0x47, 0xDB, 4);
public static PropertyKey WPD_IMAGE_COLOR_CORRECTED_STATUS = new PropertyKey(0x63D64908, 0x9FA1, 0x479F, 0x85, 0xBA, 0x99, 0x52, 0x21, 0x64, 0x47, 0xDB, 5);
public static PropertyKey WPD_VIDEO_RECORDEDTV_STATION_NAME = new PropertyKey(0x346F2163, 0xF998, 0x4146, 0x8B, 0x01, 0xD1, 0x9B, 0x4C, 0x00, 0xDE, 0x9A, 4);
public static PropertyKey WPD_TASK_STATUS = new PropertyKey(0xE354E95E, 0xD8A0, 0x4637, 0xA0, 0x3A, 0x0C, 0xB2, 0x68, 0x38, 0xDB, 0xC7, 6);
public static PropertyKey WPD_EVENT_PARAMETER_OPERATION_STATE = new PropertyKey(0x15AB1953, 0xF817, 0x4FEF, 0xA9, 0x21, 0x56, 0x76, 0xE8, 0x38, 0xF6, 0xE0, 4);
public static PropertyKey SENSOR_EVENT_PARAMETER_STATE = new PropertyKey(0X64346E30, 0X8728, 0X4B34, 0XBD, 0XF6, 0X4F, 0X52, 0X44, 0X2C, 0X5C, 0X28, 3); // [VT_UI4]
public static PropertyKey SENSOR_PROPERTY_STATE = new PropertyKey(0X7F8383EC, 0XD3EC, 0X495C, 0XA8, 0XCF, 0XB8, 0XBB, 0XE8, 0X5C, 0X29, 0X20, 3); //[VT_UI4]
public static PropertyKey SENSOR_DATA_TYPE_STATE_PROVINCE = new PropertyKey(0X055C74D8, 0XCA6F, 0X47D6, 0X95, 0XC6, 0X1E, 0XD3, 0X63, 0X7A, 0X0F, 0XF4, 26); //[VT_LPWSTR]
public static PropertyKey SENSOR_DATA_TYPE_GPS_STATUS = new PropertyKey(0X055C74D8, 0XCA6F, 0X47D6, 0X95, 0XC6, 0X1E, 0XD3, 0X63, 0X7A, 0X0F, 0XF4, 33); //[VT_I4]
public static PropertyKey SENSOR_DATA_TYPE_DIFFERENTIAL_REFERENCE_STATION_ID = new PropertyKey(0X055C74D8, 0XCA6F, 0X47D6, 0X95, 0XC6, 0X1E, 0XD3, 0X63, 0X7A, 0X0F, 0XF4, 37); //[VT_I4]
public static PropertyKey SENSOR_DATA_TYPE_MOTION_STATE = new PropertyKey(0X3F8A69A2, 0X7C5, 0X4E48, 0XA9, 0X65, 0XCD, 0X79, 0X7A, 0XAB, 0X56, 0XD5, 9); //[VT_BOOL]
public static PropertyKey SENSOR_DATA_TYPE_BOOLEAN_SWITCH_STATE = new PropertyKey(0X38564A7C, 0XF2F2, 0X49BB, 0X9B, 0X2B, 0XBA, 0X60, 0XF6, 0X6A, 0X58, 0XDF, 2); //[VT_BOOL]
public static PropertyKey SENSOR_DATA_TYPE_MULTIVALUE_SWITCH_STATE = new PropertyKey(0X38564A7C, 0XF2F2, 0X49BB, 0X9B, 0X2B, 0XBA, 0X60, 0XF6, 0X6A, 0X58, 0XDF, 3); //[VT_R8]
public static PropertyKey SENSOR_DATA_TYPE_TOUCH_STATE = new PropertyKey(0X2299288A, 0X6D9E, 0X4B0B, 0XB7, 0XEC, 0X35, 0X28, 0XF8, 0X9E, 0X40, 0XAF, 4); //[VT_BOOL] 12: SCM
Const SC_MANAGER_QUERY_LOCK_STATUS As Int32 = &H10
SC_MANAGER_QUERY_LOCK_STATUS Or _ 13: Service
private const int SERVICE_QUERY_STATUS = 0x4;
SERVICE_QUERY_STATUS |
Const SERVICE_QUERY_STATUS As Int32 = &H4
SERVICE_QUERY_STATUS Or _ 14: ShellAPI
public const int ABN_STATECHANGE = 0x0000000;
public const int NIF_STATE = 0x00000008;
public const int OFFLINE_STATUS_LOCAL = 0x0001; // If open, it's open locally
public const int OFFLINE_STATUS_REMOTE = 0x0002; // If open, it's open remotely
public const int OFFLINE_STATUS_INCOMPLETE = 0x0004; // The local copy is currently imcomplete. 15: ShellAPI
public const int ABN_STATECHANGE = 0x0000000;
public const int NIF_STATE = 0x00000008;
public const int OFFLINE_STATUS_LOCAL = 0x0001; // If open, it's open locally
public const int OFFLINE_STATUS_REMOTE = 0x0002; // If open, it's open remotely
public const int OFFLINE_STATUS_INCOMPLETE = 0x0004; // The local copy is currently imcomplete. 16: WINBASE
public const int FSCTL_FILESYSTEM_GET_STATISTICS = 0x00090060; 17: Window styles
public const uint WS_EX_STATICEDGE = 0x00020000;
WS_EX_STATICEDGE = 0x00020000,
WS_EX_STATICEDGE = 131072 18: WINERROR
public const int ERROR_SET_POWER_STATE_VETOED = 1140;
public const int ERROR_SET_POWER_STATE_FAILED = 1141;
public const int ERROR_INVALID_SERVER_STATE = 1352;
public const int ERROR_INVALID_DOMAIN_STATE = 1353;
public const int ERROR_BAD_LOGON_SESSION_STATE = 1365;
public const int ERROR_RXACT_INVALID_STATE = 1369;
public const int ERROR_INVALID_HANDLE_STATE = 1609;
public const int ERROR_INVALID_PRINTER_STATE = 1906;
public const int ERROR_STATIC_INIT = 4002;
public const int ERROR_INVALID_STATE = 5023;
public const int ERROR_RESMON_INVALID_STATE = 5084;
public const int ERROR_CLUSTER_MEMBERSHIP_INVALID_STATE = 5890;
public const int DNS_STATUS_FQDN = 9557;
public const int DNS_STATUS_DOTTED_NAME = 9558;
public const int DNS_STATUS_SINGLE_PART_NAME = 9559;
public const int DNS_STATUS_CONTINUE_NEEDED = 9801;
/// ERROR_IPSEC_IKE_NEG_STATUS_BEGIN
public const int ERROR_IPSEC_IKE_NEG_STATUS_BEGIN = 13800;
/// ERROR_IPSEC_IKE_NEG_STATUS_END
public const int ERROR_IPSEC_IKE_NEG_STATUS_END = 13884;
public const int OLE_E_STATIC = (int)(0x8004000B - 0x100000000);
public const int DV_E_STATDATA = (int)(0x80040067 - 0x100000000);
public const int OLE_S_STATIC = 0x00040001;
public const int STG_E_STATUS_COPY_PROTECTION_FAILURE = (int)(0x80030305 - 0x100000000);
public const int NTE_BAD_KEY_STATE = (int)(0x8009000B - 0x100000000);
public const int NTE_BAD_HASH_STATE = (int)(0x8009000C - 0x100000000); msi
ERROR_INVALID_HANDLE_STATE = 1609, ntdll20: NtCreateFile
public static extern int NtCreateFile(out SafeFileHandle handle, FileAccess access, OBJECT_ATTRIBUTES* objectAttributes, IO_STATUS_BLOCK* ioStatus, ref long allocSize, uint fileAttributes, FileShare share, uint createDisposition, uint createOptions, IntPtr eaBuffer, uint eaLength);
ref IO_STATUS_BLOCK ioStatus,
public struct IO_STATUS_BLOCK
IO_STATUS_BLOCK ioStatusBlock = new IO_STATUS_BLOCK();
[DllImport("ntdll.dll", SetLastError=true)] static extern IntPtr NtQueryInformationFile(IntPtr fileHandle, ref IO_STATUS_BLOCK IoStatusBlock, IntPtr pInfoBlock, uint length, FILE_INFORMATION_CLASS fileInformation);
Declare Function NtQueryInformationFile Lib "ntdll.dll" (ByVal fileHandle As IntPtr, ByRef IoStatusBlock As IO_STATUS_BLOCK, ByVal pInfoBlock As IntPtr, ByVal length As UInteger, ByVal fileInformation As FILE_INFORMATION_CLASS) As IntPtr
Structure IO_STATUS_BLOCK
struct IO_STATUS_BLOCK
struct IO_STATUS_BLOCK {
static extern IntPtr NtQueryInformationFile(SafeFileHandle fileHandle, ref IO_STATUS_BLOCK IoStatusBlock, IntPtr pInfoBlock, uint length, FILE_INFORMATION_CLASS fileInformation);
IO_STATUS_BLOCK iosb = new IO_STATUS_BLOCK(); mpr22: WNetEnumResource
ERROR_INVALID_HANDLE_STATE = 1609,
ERROR_INVALID_HANDLE_STATE = 1609 kernel3223: CreateMutex
EVENT_MODIFY_STATE = 0x00000002,
MUTEX_MODIFY_STATE = 0x00000001,
SEMAPHORE_MODIFY_STATE = 0x00000002,
TIMER_MODIFY_STATE = 0x00000002,
TIMER_QUERY_STATE = 0x00000001
IntPtr hMutex = Native.OpenMutex( ( uint ) ( Native.SyncObjectAccess.MUTEX_MODIFY_STATE ), false, name );
hMutex = Native.OpenMutex( ( uint ) ( Native.SyncObjectAccess.MUTEX_MODIFY_STATE ), false, name );
static extern bool GetSystemPowerStatus(out SYSTEM_POWER_STATUS 25: NetBIOS See Also: NCB, LANA_ENUM, ADAPTER_STATUS, NAME_BUFFER
Dim adapt As ADAPTER_STATUS
Dim myAdapt As New ADAPTER_STATUS 26: OpenEvent
const uint EVENT_MODIFY_STATE = 0x0002 ;
EVENT_MODIFY_STATE = 0x00000002,
MUTEX_MODIFY_STATE = 0x00000001,
SEMAPHORE_MODIFY_STATE = 0x00000002,
TIMER_MODIFY_STATE = 0x00000002,
TIMER_QUERY_STATE = 0x00000001
IntPtr handle= OpenEvent(EVENT_ALL_ACCESS | EVENT_MODIFY_STATE, false, name); 27: OpenMutex
const UInt32 MUTEX_MODIFY_STATE = 0x0001;
static extern EXECUTION_STATE SetThreadExecutionState(EXECUTION_STATE esFlags);
public enum EXECUTION_STATE :uint
Note that the return value is the EXECUTION_STATE that ''was'' set. Description of what the different EXECUTION_STATE does
SetThreadExecutionState(EXECUTION_STATE.ES_DISPLAY_REQUIRED | EXECUTION_STATE.ES_CONTINUOUS);
SetThreadExecutionState(EXECUTION_STATE.ES_CONTINUOUS);
SetThreadExecutionState(EXECUTION_STATE.ES_CONTINUOUS | EXECUTION_STATE.ES_AWAYMODE_REQUIRED);
SetThreadExecutionState(EXECUTION_STATE.ES_SYSTEM_REQUIRED); shell3229: SHAppBarMessage
Public T_STATE As ABState
ABN_STATECHANGE = 0
retState.T_STATE = ABState.ABS_MANUAL
retState.T_STATE = ABState.ABS_ALWAYSONTOP
retState.T_STATE = ABState.ABS_AUTOHIDE
retState.T_STATE = ABState.ABS_AUTOHIDEANDONTOP
private uint BIF_STATUSTEXT = 0x0004; // Top of the dialog has 2 lines of text for BROWSEINFO.lpszTitle and one line if
out QUERY_USER_NOTIFICATION_STATE pquns);
enum QUERY_USER_NOTIFICATION_STATE winscard32: SCardGetAttrib
// SCARD_ATTR_ATR_STRING = SCARD_ATTR_VALUE(SCARD_CLASS_ICC_STATE, 0x0303) in WinSCard.h
private const int SCARD_STATE_UNAWARE = 0x00000000;
rs[0].dwCurrentState = SCARD_STATE_UNAWARE; crypt32
[In, Out] ref CERT_REVOCATION_STATUS pRevStatus);
CERT_REVOCATION_STATUS revStatus = new CERT_REVOCATION_STATUS(); Enums35: BrowseInfoFlags
BIF_STATUSTEXT = 0x00000004,
BIF_STATUSTEXT = &H00000004
BIF_STATUSTEXT As Long = &H00000004
enum DFS_STORAGE_STATES {
DFS_STORAGE_STATE_OFFLINE=0x1,
DFS_STORAGE_STATE_ONLINE=0x2,
DFS_STORAGE_STATE_ACTIVE=0x4
Enum DFS_STORAGE_STATES 38: DFS_VOLUME_STATE
enum DFS_VOLUME_STATE {
DFS_VOLUME_STATE_OK =0x1,
DFS_VOLUME_STATE_INCONSISTENT=2,
DFS_VOLUME_STATE_OFFLINE=3,
DFS_VOLUME_STATE_ONLINE=4
Enum DFS_VOLUME_STATE 39: DLGC
DLGC_STATIC = 0x0100, 40: HRESULT
public const int STG_E_STATUS_COPY_PROTECTION_FAILURE = unchecked((int)0x80030305);
public const int OLE_E_STATIC = unchecked((int)0x8004000B);
public const int DV_E_STATDATA = unchecked((int)0x80040067);
public const int OLE_S_STATIC = unchecked((int)0x00040001);
public const int NTE_BAD_KEY_STATE = unchecked((int)0x8009000B);
public const int NTE_BAD_HASH_STATE = unchecked((int)0x8009000C);
// FACILITY_STATE_MANAGEMENT
#region (0x220000 - 0x22FFFF) FACILITY_STATE_MANAGEMENT=34 errors
Public Const STG_E_STATUS_COPY_PROTECTION_FAILURE As Integer = CInt(&H80030305UI)
Public Const OLE_E_STATIC As Integer = CInt(&H8004000bUI)
Public Const DV_E_STATDATA As Integer = CInt(&H80040067UI)
Public Const OLE_S_STATIC As Integer = CInt(&H40001)
Public Const NTE_BAD_KEY_STATE As Integer = CInt(&H8009000bUI)
Public Const NTE_BAD_HASH_STATE As Integer = CInt(&H8009000cUI)
' FACILITY_STATE_MANAGEMENT
#Region "(0x220000 - 0x22FFFF) FACILITY_STATE_MANAGEMENT=34 errors"
FEATURE_FORCE_ADDR_AND_STATUS = 23, 42: MIB_TCP_STATE
public enum MIB_TCP_STATE
MIB_TCP_STATE_CLOSED = 1,
MIB_TCP_STATE_LISTEN = 2,
MIB_TCP_STATE_SYN_SENT = 3,
MIB_TCP_STATE_SYN_RCVD = 4,
MIB_TCP_STATE_ESTAB = 5,
MIB_TCP_STATE_FIN_WAIT1 = 6,
MIB_TCP_STATE_FIN_WAIT2 = 7,
MIB_TCP_STATE_CLOSE_WAIT = 8,
MIB_TCP_STATE_CLOSING = 9,
MIB_TCP_STATE_LAST_ACK = 10,
MIB_TCP_STATE_TIME_WAIT = 11,
MIB_TCP_STATE_DELETE_TCB = 12
Public Enum MIB_TCP_STATE
MIB_TCP_STATE_CLOSED = 1
MIB_TCP_STATE_LISTEN = 2
MIB_TCP_STATE_SYN_SENT = 3
MIB_TCP_STATE_SYN_RCVD = 4
MIB_TCP_STATE_ESTAB = 5
MIB_TCP_STATE_FIN_WAIT1 = 6
MIB_TCP_STATE_FIN_WAIT2 = 7
MIB_TCP_STATE_CLOSE_WAIT = 8
MIB_TCP_STATE_CLOSING = 9
MIB_TCP_STATE_LAST_ACK = 10
MIB_TCP_STATE_TIME_WAIT = 11
MIB_TCP_STATE_DELETE_TCB = 12 43: NET_API_STATUS
/// #define NET_API_STATUS DWORD
public enum NET_API_STATUS : uint
Public Enum NET_API_STATUS as UInteger 44: NtStatus Many kernel-mode standard driver routines and driver support routines use the NTSTATUS type for return values. Additionally, drivers provide an NTSTATUS-typed value in an IRP's IO_STATUS_BLOCK structure when completing IRPS. 45: OLECMDTEXTF
OLECMDTEXTF_STATUS = 2
OLECMDTEXTF_STATUS = 2 46: RasError
ERROR_STATE_MACHINES_NOT_STARTED,
ERROR_STATE_MACHINES_ALREADY_STARTED,
ERROR_INVALID_AUTH_STATE, 47: RM_APP_STATUS 48: SCM_ACCESS
SC_MANAGER_QUERY_LOCK_STATUS = 0x00010,
SC_MANAGER_QUERY_LOCK_STATUS |
SC_MANAGER_QUERY_LOCK_STATUS = &H10
SC_MANAGER_ALL_ACCESS = STANDARD_RIGHTS_REQUIRED And SC_MANAGER_CONNECT And SC_MANAGER_CREATE_SERVICE And SC_MANAGER_ENUMERATE_SERVICE And SC_MANAGER_LOCK And SC_MANAGER_QUERY_LOCK_STATUS And SC_MANAGER_MODIFY_BOOT_CONFIG 49: SERVICE_ACCESS
SERVICE_QUERY_STATUS = 0x00004,
SERVICE_QUERY_STATUS |
SERVICE_QUERY_STATUS = &H4
SERVICE_QUERY_STATUS Or _ 50: SERVICE_STATE
public enum SERVICE_STATES : int
SERVICE_STATE_ALL = SERVICE_ACTIVE | SERVICE_INACTIVE Public Enum SERVICE_STATES : int32
SERVICE_STATE_ALL = SERVICE_ACTIVE Or SERVICE_INACTIVE 51: SERVICE_STATES
public enum SERVICE_STATES : int
SERVICE_STATE_ALL = SERVICE_ACTIVE | SERVICE_INACTIVE <Flags()> Public Enum SERVICE_STATES : int32
SERVICE_STATE_ALL = SERVICE_ACTIVE Or SERVICE_INACTIVE 52: SPDRP
SPDRP_INSTALL_STATE = 0x00000022,
/// The buffer receives a TOKEN_STATISTICS structure that contains various token statistics.
enum USB_CONNECTION_STATUS
Enum USB_CONNECTION_STATUS
typedef enum _USB_CONNECTION_STATUS {
} USB_CONNECTION_STATUS, *PUSB_CONNECTION_STATUS; 55: WindowStyles
WS_EX_STATICEDGE = 0x00020000,
WS_EX_STATICEDGE = 0x00020000,
WS_EX_STATICEDGE = &H20000
WS_EX_STATICEDGE As Long = &H20000 56: WindowStylesEx
WS_EX_STATICEDGE = 0x00020000,
WS_EX_STATICEDGE = &H20000
WS_EX_STATICEDGE As Long = &H20000
public enum WLAN_HOSTED_NETWORK_PEER_AUTH_STATE
wlan_hosted_network_peer_state_invalid,
wlan_hosted_network_peer_state_authenticated
Enum WLAN_HOSTED_NETWORK_PEER_AUTH_STATE
wlan_hosted_network_reason_virtual_station_blocking_use,
wlan_hosted_network_reason_service_available_on_virtual_station
public enum WLAN_INTERFACE_STATE
/// wlan_interface_state_not_ready -> 0
wlan_interface_state_not_ready = 0,
/// wlan_interface_state_connected -> 1
wlan_interface_state_connected = 1,
/// wlan_interface_state_ad_hoc_network_formed -> 2
wlan_interface_state_ad_hoc_network_formed = 2,
/// wlan_interface_state_disconnecting -> 3
wlan_interface_state_disconnecting = 3,
/// wlan_interface_state_disconnected -> 4
wlan_interface_state_disconnected = 4,
/// wlan_interface_state_associating -> 5
wlan_interface_state_associating = 5,
/// wlan_interface_state_discovering -> 6
wlan_interface_state_discovering = 6,
/// wlan_interface_state_authenticating -> 7
wlan_interface_state_authenticating = 7,
Public Enum WLAN_INTERFACE_STATE
''' wlan_interface_state_not_ready -> 0
wlan_interface_state_not_ready = 0
''' wlan_interface_state_connected -> 1
wlan_interface_state_connected = 1
''' wlan_interface_state_ad_hoc_network_formed -> 2
wlan_interface_state_ad_hoc_network_formed = 2
''' wlan_interface_state_disconnecting -> 3
wlan_interface_state_disconnecting = 3
''' wlan_interface_state_disconnected -> 4
wlan_interface_state_disconnected = 4
''' wlan_interface_state_associating -> 5
wlan_interface_state_associating = 5
''' wlan_interface_state_discovering -> 6
wlan_interface_state_discovering = 6
''' wlan_interface_state_authenticating -> 7
wlan_interface_state_authenticating = 7 60: WLAN_INTF_OPCODE
wlan_intf_opcode_radio_state,
wlan_intf_opcode_interface_state,
wlan_intf_opcode_statistics,
wlan_intf_opcode_radio_state
wlan_intf_opcode_interface_state
wlan_intf_opcode_statistics Cut off search results after 60. Please refine your search. |