518
Platforms
©2000-2008 Tibbo Technology Inc.
See Also:
Details
This selection cannot be changed once the Wi-Fi hardware is already operational (
= 1- YES). Correct mapping must be specified before attempting to
boot the Wi-Fi hardware, or
will fail.
.Disassociate Method
Function:
Causes the Wi-Fi interface to commence disassociation
from the wireless network.
Syntax:
wln.disassociate() as accepted_rejected
Returns:
One of accepted_rejected constants:
0- ACCEPTED.
1- REJECTED.
See Also:
Disassociating From the Network
,
Details
The disassociation process is a
. As such, the wln.disassociate will be
rejected (return 1- REJECTED) if another task is currently in progress. The task will
also be rejected if the Wi-Fi hardware is not online (
= 0- NO). The
method will return 0- ACCEPTED if the task is accepted for processing.
The task is completed when the
R/O property becomes 0-
PL_WLN_TASK_IDLE. The
event will also be generated
at that time. Additionally, the
event will be generated with
PL_WLN_EVENT_DISASSOCIATED argument.
.Domain Property
Function:
Selects the domain (area of the world) in which this
device is operating. This defines the list of channels on
which the Wi-Fi interface will be allowed to associate with
wireless networks.
Type:
Enum (pl_wln_domains, byte)
Value Range:
0- PL_WLN_DOMAIN_FCC (default): FCC domain (US,
Canada, Taiwan...). Allowed channels: 1-11.
1- PL_WLN_DOMAIN_EU: European Union. Allowed
channels: 1-13.
2- PL_WLN_DOMAIN_JAPAN: Japan. Allowed channels: 1-
14.
3- PL_WLN_DOMAIN_OTHER: All other countries. Allowed
channels: 1-14.
See Also:
,
Associating With Selected Network
507
519
515
512
500
500
519
528
523
522
508
509
511
512