HomeSort by relevance Sort by last modified time
    Searched refs:event_cb (Results 1 - 5 of 5) sorted by null

  /external/bluetooth/glib/gio/inotify/
inotify-path.h 29 gboolean _ip_startup (void (*event_cb)(ik_event_t *event, inotify_sub *sub));
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_common.c 258 if (wps->event_cb == NULL)
263 wps->event_cb(wps->cb_ctx, WPS_EV_FAIL, &data);
269 if (wps->event_cb == NULL)
272 wps->event_cb(wps->cb_ctx, WPS_EV_SUCCESS, NULL);
280 if (wps->event_cb == NULL)
286 wps->event_cb(wps->cb_ctx, WPS_EV_PWD_AUTH_FAIL, &data);
292 if (wps->event_cb == NULL)
295 wps->event_cb(wps->cb_ctx, WPS_EV_PBC_OVERLAP, NULL);
301 if (wps->event_cb == NULL)
304 wps->event_cb(wps->cb_ctx, WPS_EV_PBC_TIMEOUT, NULL)
    [all...]
wps.h 493 * event_cb - Event callback (state information about progress)
498 void (*event_cb)(void *ctx, enum wps_event event, member in struct:wps_context
wps_enrollee.c 797 if (wps->wps->event_cb) {
821 wps->wps->event_cb(wps->wps->cb_ctx, WPS_EV_M2D, &data);
  /external/wpa_supplicant_6/wpa_supplicant/
wps_supplicant.c 661 wps->event_cb = wpa_supplicant_wps_event;

Completed in 61 milliseconds