Callback_wln_failure()
Description: |
Callback procedure, informs of the failure to find the target wireless network, associate with it, or maintain association. Procedure body has to be created elsewhere in the project (externally with respect to the library). |
Syntax: |
sub callback_wln_failure(wln_state as en_wln_status_codes) |
Returns: |
--- |
See Also: |
Step-by-step Usage Instructions, Operation Details, The Simplest Example |
Parameter |
Description |
wln_state |
One of these en_wln_status_codes: WLN_STATUS_SCANNING_FAILURE, WLN_STATUS_ASSOCIATION_FAILURE, WLN_STATUS_DISASSOCIATION, WLN_STATUS_UNEXPECTED_ERROR.
|