.setwpa Method
Function: |
Causes the Wi-Fi interface to set new WPA mode and key.This method is an immediate task. |
Syntax: |
wln.setwpa(wpamode as pl_wln_wpa_modes, algorithm as pl_wln_wpa_algorithms, byref wpakey as string, cast as pl_wln_wpa_unicast_multicast) as accepted_rejected |
Returns: |
One of accepted_rejected constants:
|
See Also: |
Part |
Description |
wpamode |
WPA mode to set:
|
algorithm |
Encryption algorithm to be used:
|
wpakey |
|
cast |
Always set it to 1 — PL_WLN_WPA_CAST_MULTICAST. |