Callback_wln_mkey_progress_update()
Description: |
Callback procedure, informs of the pre-shared master key calculation progress. Procedure body has to be created elsewhere in the project (externally with respect to the library). |
Syntax: |
sub callback_wln_mkey_progress_update(progress as byte) |
Returns: |
--- |
See Also: |
Step-by-step Usage Instructions, Operation Details, Trying WPA |
Parameter |
Description |
progress |
Current progress, in %. |
Details
Callback_wln_mkey_progress_update() is called periodically from within wln_wpa_mkey_get().This enables your application to indicate the calculation progress to the user (i.e. by drawing a progress bar on the LCD screen).