Attributes: |
|
BestChannel As Integer |
|
|
The best channel to use for creating an AdHoc network. |
|
CurrentChannel As
Integer |
|
|
The channel currently in use by the Airport network you are
connected to. |
|
DesiredSSID As String |
|
|
The name of the network attempting to be used on the AdHoc
network. |
|
OwnMACAddress As String |
|
|
The wireless address of your Airport card. |
|
Enabled As Boolean (read/write) |
|
|
The on/off state of the Airport I/O. |
|
Power As Boolean (read/write) |
|
|
The on/off state of the Airport card. |
Functions: |
|
Encrypt (Password As
String, Make104Bit As Boolean) As
String |
|
|
This function takes a password and returns it in the form of
a WEP encrypted key. Normally it generates a 40bit key, but if
Make104Bit is set to True, it will generate a 104-bit key. |
|
GetChannels As Integer() |
|
|
Returns an array of Integers containing a list of valid AdHoc
channels. |
|
GetInfo As WirelessInfo |
|
|
Returns an instance of the WirelessInfo class, containing all
sorts of info about the wireless network currently in use. |
|
JoinNetwork (Network As
String, [Password As String]) |
|
|
Attempts to join the specified wireless network. Optional Passowrd
parameter will attempt to join with a WEP key. |
|
MakeIBSS (Name As
String, Password As String,
Channel As Integer) |
|
|
Creates an AdHoc wireless network with the name, password and
channel specified. |
|
Scan (StripDups As
Boolean, [AdHoc As Boolean]) As
WirelessNetworkInfo() |
|
|
Scans for local wireless networks. Returns an array of the
networks represented as the WirelessNetworkInfo class. If StripDuplicates
is True, networks with the same name will not appear more than
once. If the optional parameter, AdHoc, is True then only AdHoc
networks are returned in the array. |