Interface WlanApi
- All Superinterfaces:
Library
Module Name:
wlanapi.h
Abstract:
Definitions and data structures for wlan auto config client side API.
- Author:
- Eran Leshem
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classStructure WLAN_ASSOCIATION_ATTRIBUTES defines attributes of a wireless association.static classStructure WLAN_CONNECTION_ATTRIBUTES defines attributes of a wireless connection.static interfacestatic classSruct WLAN_INTERFACE_INFO defines the basic information for an interface.static classstatic interfaceThe states of the network (interface).static interfaceOpCodes for set/query interfaces.static interfacestatic classNested classes/interfaces inherited from interface Library
Library.Handler -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionintWlanCloseHandle(WinNT.HANDLE hClientHandle, Pointer pReserved) intWlanEnumInterfaces(WinNT.HANDLE hClientHandle, Pointer pReserved, PointerByReference ppInterfaceList) voidWlanFreeMemory(Pointer pMemory) intWlanOpenHandle(int dwClientVersion, Pointer pReserved, IntByReference pdwNegotiatedVersion, WinNT.HANDLEByReference phClientHandle) intWlanQueryInterface(WinNT.HANDLE hClientHandle, Guid.GUID pInterfaceGuid, int OpCode, Pointer pReserved, IntByReference pDataSize, PointerByReference ppData, IntByReference pWlanOpcodeValueType)
-
Field Details
-
INSTANCE
-
WLAN_MAX_NAME_LENGTH
static final int WLAN_MAX_NAME_LENGTH- See Also:
-
-
Method Details
-
WlanOpenHandle
int WlanOpenHandle(int dwClientVersion, Pointer pReserved, IntByReference pdwNegotiatedVersion, WinNT.HANDLEByReference phClientHandle) -
WlanCloseHandle
-
WlanEnumInterfaces
int WlanEnumInterfaces(WinNT.HANDLE hClientHandle, Pointer pReserved, PointerByReference ppInterfaceList) -
WlanQueryInterface
int WlanQueryInterface(WinNT.HANDLE hClientHandle, Guid.GUID pInterfaceGuid, int OpCode, Pointer pReserved, IntByReference pDataSize, PointerByReference ppData, IntByReference pWlanOpcodeValueType) - Parameters:
OpCode- SeeWlanApi.WLAN_INTF_OPCODEfor possible valuespWlanOpcodeValueType- SeeWlanApi.WLAN_OPCODE_VALUE_TYPEfor possible values
-
WlanFreeMemory
-