diff --git a/Source/Wifinian/Library/ManagedNativeWifi.dll b/Source/Wifinian/Library/ManagedNativeWifi.dll
index c0ea2d4..927603a 100644
Binary files a/Source/Wifinian/Library/ManagedNativeWifi.dll and b/Source/Wifinian/Library/ManagedNativeWifi.dll differ
diff --git a/Source/Wifinian/Library/ManagedNativeWifi.xml b/Source/Wifinian/Library/ManagedNativeWifi.xml
index 124c79b..74fc9e4 100644
--- a/Source/Wifinian/Library/ManagedNativeWifi.xml
+++ b/Source/Wifinian/Library/ManagedNativeWifi.xml
@@ -4,73 +4,6 @@
ManagedNativeWifi
-
-
- Container of disposable object
-
- Disposable object type
-
- If a disposable object is given as content when this container is instantiated,
- the content object will not be disposed when this container is disposed.
- In contrast, if no disposable object is given (if it is default, in the case of class, null)
- as content when this container is instantiated, a new disposable object is instantiated
- instead and the content object will be disposed when this container is disposed.
-
-
-
-
- Returns the byte array of SSID.
-
- Byte array
-
-
-
- Returns the UTF-8 string representation of SSID
-
- UTF-8 string if successfully converted the byte array of SSID. Null if failed.
-
-
-
- Returns the byte array of MAC address
-
-
-
-
-
- Returns the hexadecimal string representation of MAC address delimited by colon.
-
- Hexadecimal string
-
-
-
- Infrastructure BSS network
-
-
-
-
- Independent BSS (IBSS) network
-
-
-
-
- Either infrastructure or IBSS network
-
-
-
-
- Wrapper class only for handle taken by WlanOpenHandle function in Native Wifi API
-
-
- This implementation is based on:
- http://referencesource.microsoft.com/#mscorlib/system/runtime/interopservices/safehandle.cs
-
-
-
-
- Default constructor
-
- This constructor is for P/Invoke.
-
Authentication algorithm
@@ -448,6 +381,19 @@
Indicates the end of the range that specifies proprietary cipher algorithms developed by an independent hardware vendor (IHV).
+
+
+ Container of disposable object
+
+ Disposable object type
+
+ If a disposable object is given as content when this container is instantiated,
+ the content object will not be disposed when this container is disposed.
+ In contrast, if no disposable object is given (if it is default, in the case of class, null)
+ as content when this container is instantiated, a new disposable object is instantiated
+ instead and the content object will be disposed when this container is disposed.
+
+
Connection mode
@@ -1379,5 +1325,59 @@
Constructor
+
+
+ Returns the byte array of SSID.
+
+ Byte array
+
+
+
+ Returns the UTF-8 string representation of SSID
+
+ UTF-8 string if successfully converted the byte array of SSID. Null if failed.
+
+
+
+ Returns the byte array of MAC address
+
+
+
+
+
+ Returns the hexadecimal string representation of MAC address delimited by colon.
+
+ Hexadecimal string
+
+
+
+ Infrastructure BSS network
+
+
+
+
+ Independent BSS (IBSS) network
+
+
+
+
+ Either infrastructure or IBSS network
+
+
+
+
+ Wrapper class only for handle taken by WlanOpenHandle function in Native Wifi API
+
+
+ This implementation is based on:
+ http://referencesource.microsoft.com/#mscorlib/system/runtime/interopservices/safehandle.cs
+
+
+
+
+ Default constructor
+
+ This constructor is for P/Invoke.
+