Home
last modified time | relevance | path

Searched refs:event_cb (Results 1 – 5 of 5) sorted by relevance

/external/wpa_supplicant_6/wpa_supplicant/src/wps/
Dwps_common.c258 if (wps->event_cb == NULL) in wps_fail_event()
263 wps->event_cb(wps->cb_ctx, WPS_EV_FAIL, &data); in wps_fail_event()
269 if (wps->event_cb == NULL) in wps_success_event()
272 wps->event_cb(wps->cb_ctx, WPS_EV_SUCCESS, NULL); in wps_success_event()
280 if (wps->event_cb == NULL) in wps_pwd_auth_fail_event()
286 wps->event_cb(wps->cb_ctx, WPS_EV_PWD_AUTH_FAIL, &data); in wps_pwd_auth_fail_event()
292 if (wps->event_cb == NULL) in wps_pbc_overlap_event()
295 wps->event_cb(wps->cb_ctx, WPS_EV_PBC_OVERLAP, NULL); in wps_pbc_overlap_event()
301 if (wps->event_cb == NULL) in wps_pbc_timeout_event()
304 wps->event_cb(wps->cb_ctx, WPS_EV_PBC_TIMEOUT, NULL); in wps_pbc_timeout_event()
Dwps.h498 void (*event_cb)(void *ctx, enum wps_event event, member
Dwps_enrollee.c797 if (wps->wps->event_cb) { in wps_process_m2d()
821 wps->wps->event_cb(wps->wps->cb_ctx, WPS_EV_M2D, &data); in wps_process_m2d()
/external/bluetooth/glib/gio/inotify/
Dinotify-path.h29 gboolean _ip_startup (void (*event_cb)(ik_event_t *event, inotify_sub *sub));
/external/wpa_supplicant_6/wpa_supplicant/
Dwps_supplicant.c661 wps->event_cb = wpa_supplicant_wps_event; in wpas_wps_init()