From d5cbc9e0bb473e3bb9c7a783d0efafdfcf27d460 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Fri, 11 Aug 2017 02:54:12 +0000 Subject: Doc typo fix --- doc/libwpactrl/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc') 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.

- int wpactrl_startscan (wpactrl_t *a, wpactrl_xchgitem_t *item, wpactrl_xchg_cbres_t *res, tain_t const *limit, tain_t *stamp)
-Asks wpa_supplicant to start a scan. Sets up the wpactrl_xchgitem_t -structure pointed to by item so it can be used in an asynchronous + int wpactrl_startscan (wpactrl_t *a, wpactrl_xchg_t *dt, wpactrl_xchg_cbres_t *res, tain_t const *limit, tain_t *stamp)
+Asks wpa_supplicant to start a scan. Sets up the wpactrl_xchg_t +structure pointed to by dt so it can be used in an asynchronous event loop to check for availability of the scan results (see below). limit is an absolute deadline after which the scan should be considered failed: if the current time goes over limit, then -- cgit v1.2.3