Disassociating From the Network

Top  Previous  Next

To disassociate from the network, use the wln.disassociate method. Please, note that wln.disassociate is a wln task, and your application should wait for this task to complete before issuing another task:

 

 

'disassociate now

wln.disassociate

While wln.task<>PL_WLN_TASK_IDLE

Wend

 

 

Disassociation can happen automatically, for example, when the access point goes offline or out of range. This will be detected by the wln object.