Lines Matching refs:event_cb
277 if (wps->event_cb == NULL) in wps_fail_event()
285 wps->event_cb(wps->cb_ctx, WPS_EV_FAIL, &data); in wps_fail_event()
293 if (wps->event_cb == NULL) in wps_success_event()
298 wps->event_cb(wps->cb_ctx, WPS_EV_SUCCESS, &data); in wps_success_event()
307 if (wps->event_cb == NULL) in wps_pwd_auth_fail_event()
314 wps->event_cb(wps->cb_ctx, WPS_EV_PWD_AUTH_FAIL, &data); in wps_pwd_auth_fail_event()
320 if (wps->event_cb == NULL) in wps_pbc_overlap_event()
323 wps->event_cb(wps->cb_ctx, WPS_EV_PBC_OVERLAP, NULL); in wps_pbc_overlap_event()
329 if (wps->event_cb == NULL) in wps_pbc_timeout_event()
332 wps->event_cb(wps->cb_ctx, WPS_EV_PBC_TIMEOUT, NULL); in wps_pbc_timeout_event()
338 if (wps->event_cb == NULL) in wps_pbc_active_event()
341 wps->event_cb(wps->cb_ctx, WPS_EV_PBC_ACTIVE, NULL); in wps_pbc_active_event()
347 if (wps->event_cb == NULL) in wps_pbc_disable_event()
350 wps->event_cb(wps->cb_ctx, WPS_EV_PBC_DISABLE, NULL); in wps_pbc_disable_event()