diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2017-08-11 02:54:12 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2017-08-11 02:54:12 +0000 |
commit | d5cbc9e0bb473e3bb9c7a783d0efafdfcf27d460 (patch) | |
tree | 7ed79860c082a4784e6f973a0e96b829d3201bc5 /doc/libwpactrl | |
parent | 2855be4911b426d2e07b439de881a625bbb110b0 (diff) | |
download | bcnm-d5cbc9e0bb473e3bb9c7a783d0efafdfcf27d460.tar.xz |
Doc typo fix
Diffstat (limited to 'doc/libwpactrl')
-rw-r--r-- | doc/libwpactrl/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/libwpactrl/index.html b/doc/libwpactrl/index.html index 89b3db2..817a2ec 100644 --- a/doc/libwpactrl/index.html +++ b/doc/libwpactrl/index.html @@ -338,9 +338,9 @@ The function returns 1 on success, or 0 if something went wrong. </p> <p> -<code> int wpactrl_startscan (wpactrl_t *a, wpactrl_xchgitem_t *item, wpactrl_xchg_cbres_t *res, tain_t const *limit, tain_t *stamp) </code> </br> -Asks wpa_supplicant to start a scan. Sets up the <tt>wpactrl_xchgitem_t</tt> -structure pointed to by <em>item</em> so it can be used in an asynchronous +<code> int wpactrl_startscan (wpactrl_t *a, wpactrl_xchg_t *dt, wpactrl_xchg_cbres_t *res, tain_t const *limit, tain_t *stamp) </code> </br> +Asks wpa_supplicant to start a scan. Sets up the <tt>wpactrl_xchg_t</tt> +structure pointed to by <em>dt</em> so it can be used in an asynchronous event loop to check for availability of the scan results (see below). <em>limit</em> is an absolute deadline after which the scan should be considered failed: if the current time goes over <em>limit</em>, then |