.setwep Method
Function: |
Causes the Wi-Fi interface to set new WEP mode and key. This method is an immediate task. |
Syntax: |
wln.setwep(byref wepkey as string, wepmode as pl_wln_wep_modes) as accepted_rejected |
Returns: |
One of accepted_rejected constants:
|
See Also: |
Part |
Description |
wepkey |
A string containing the new WEP key. This is a "HEX string" — each character in the string represents one HEX digit. The string must contain 10 HEX digits for WEP64 and 26 HEX digits for WEP128. Any data in excess of these lengths is ignored. Missing digits are assumed to be 0. |
wepmode |
WEP mode to set:
|