Terminating Your Own Network

Use the wln.networkstop method to terminate your own network that was created by calling wln.networkstart.

Note that wln.networkstop is a task and there is a certain correct way of handling tasks.


The wln.networkstart method will be rejected (return 1 — REJECTED) if:


Tibbo BASIC
'disassociate now
wln.networkstop
While wln.task<>PL_WLN_TASK_IDLE
Wend