Searched refs:event_cb (Results 1 - 25 of 27) sorted by relevance

12

/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_common.c276 if (wps->event_cb == NULL)
284 wps->event_cb(wps->cb_ctx, WPS_EV_FAIL, &data);
292 if (wps->event_cb == NULL)
297 wps->event_cb(wps->cb_ctx, WPS_EV_SUCCESS, &data);
306 if (wps->event_cb == NULL)
313 wps->event_cb(wps->cb_ctx, WPS_EV_PWD_AUTH_FAIL, &data);
319 if (wps->event_cb == NULL)
322 wps->event_cb(wps->cb_ctx, WPS_EV_PBC_OVERLAP, NULL);
328 if (wps->event_cb == NULL)
331 wps->event_cb(wp
[all...]
H A Dwps_er.c40 if (wps->event_cb == NULL)
55 wps->event_cb(wps->cb_ctx, event, &data);
133 if (wps->event_cb == NULL)
150 wps->event_cb(wps->cb_ctx, event, &data);
1416 ap->er->wps->event_cb(ap->er->wps->cb_ctx,
1552 er->wps->event_cb(er->wps->cb_ctx,
1623 ap->er->wps->event_cb(ap->er->wps->cb_ctx, WPS_EV_ER_AP_SETTINGS,
H A Dwps_enrollee.c1022 if (wps->wps->event_cb) {
1046 wps->wps->event_cb(wps->wps->cb_ctx, WPS_EV_M2D, &data);
1158 wps->wps->event_cb(wps->wps->cb_ctx, WPS_EV_AP_PIN_SUCCESS,
H A Dwps.h762 * event_cb - Event callback (state information about progress)
767 void (*event_cb)(void *ctx, enum wps_event event, member in struct:wps_context
/external/wpa_supplicant_8/src/wps/
H A Dwps_common.c276 if (wps->event_cb == NULL)
284 wps->event_cb(wps->cb_ctx, WPS_EV_FAIL, &data);
292 if (wps->event_cb == NULL)
297 wps->event_cb(wps->cb_ctx, WPS_EV_SUCCESS, &data);
306 if (wps->event_cb == NULL)
313 wps->event_cb(wps->cb_ctx, WPS_EV_PWD_AUTH_FAIL, &data);
319 if (wps->event_cb == NULL)
322 wps->event_cb(wps->cb_ctx, WPS_EV_PBC_OVERLAP, NULL);
328 if (wps->event_cb == NULL)
331 wps->event_cb(wp
[all...]
H A Dwps_er.c40 if (wps->event_cb == NULL)
55 wps->event_cb(wps->cb_ctx, event, &data);
133 if (wps->event_cb == NULL)
150 wps->event_cb(wps->cb_ctx, event, &data);
1416 ap->er->wps->event_cb(ap->er->wps->cb_ctx,
1552 er->wps->event_cb(er->wps->cb_ctx,
1623 ap->er->wps->event_cb(ap->er->wps->cb_ctx, WPS_EV_ER_AP_SETTINGS,
H A Dwps_enrollee.c1022 if (wps->wps->event_cb) {
1046 wps->wps->event_cb(wps->wps->cb_ctx, WPS_EV_M2D, &data);
1158 wps->wps->event_cb(wps->wps->cb_ctx, WPS_EV_AP_PIN_SUCCESS,
H A Dwps.h762 * event_cb - Event callback (state information about progress)
767 void (*event_cb)(void *ctx, enum wps_event event, member in struct:wps_context
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_common.c276 if (wps->event_cb == NULL)
284 wps->event_cb(wps->cb_ctx, WPS_EV_FAIL, &data);
292 if (wps->event_cb == NULL)
297 wps->event_cb(wps->cb_ctx, WPS_EV_SUCCESS, &data);
306 if (wps->event_cb == NULL)
313 wps->event_cb(wps->cb_ctx, WPS_EV_PWD_AUTH_FAIL, &data);
319 if (wps->event_cb == NULL)
322 wps->event_cb(wps->cb_ctx, WPS_EV_PBC_OVERLAP, NULL);
328 if (wps->event_cb == NULL)
331 wps->event_cb(wp
[all...]
H A Dwps_er.c40 if (wps->event_cb == NULL)
55 wps->event_cb(wps->cb_ctx, event, &data);
133 if (wps->event_cb == NULL)
150 wps->event_cb(wps->cb_ctx, event, &data);
1416 ap->er->wps->event_cb(ap->er->wps->cb_ctx,
1552 er->wps->event_cb(er->wps->cb_ctx,
1623 ap->er->wps->event_cb(ap->er->wps->cb_ctx, WPS_EV_ER_AP_SETTINGS,
H A Dwps_enrollee.c1022 if (wps->wps->event_cb) {
1046 wps->wps->event_cb(wps->wps->cb_ctx, WPS_EV_M2D, &data);
1158 wps->wps->event_cb(wps->wps->cb_ctx, WPS_EV_AP_PIN_SUCCESS,
H A Dwps.h762 * event_cb - Event callback (state information about progress)
767 void (*event_cb)(void *ctx, enum wps_event event, member in struct:wps_context
/external/bluetooth/bluedroid/stack/btu/
H A Dbtu_task.c377 if (btu_cb.event_reg[i].event_cb == NULL)
382 if (btu_cb.event_reg[i].event_cb)
384 btu_cb.event_reg[i].event_cb(p_msg);
/external/bluetooth/bluedroid/stack/include/
H A Dbtu.h204 tBTU_EVENT_CALLBACK event_cb; /* callback triggered when event is in range */ member in struct:__anon1512
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_openssl.c89 void (*event_cb)(void *ctx, enum tls_event ev, member in struct:tls_context
138 context->event_cb = conf->event_cb;
584 if (conn->context->event_cb != NULL) {
591 context->event_cb(context->cb_ctx, TLS_ALERT, &ev);
1343 if (context->event_cb == NULL)
1354 context->event_cb(context->cb_ctx, TLS_CERT_CHAIN_FAILURE, &ev);
1370 if (context->event_cb == NULL)
1392 context->event_cb(context->cb_ctx, TLS_PEER_CERTIFICATE, &ev);
1521 if (preverify_ok && context->event_cb !
[all...]
H A Dtls.h78 void (*event_cb)(void *ctx, enum tls_event ev, member in struct:tls_config
/external/wpa_supplicant_8/src/crypto/
H A Dtls_openssl.c89 void (*event_cb)(void *ctx, enum tls_event ev, member in struct:tls_context
138 context->event_cb = conf->event_cb;
584 if (conn->context->event_cb != NULL) {
591 context->event_cb(context->cb_ctx, TLS_ALERT, &ev);
1343 if (context->event_cb == NULL)
1354 context->event_cb(context->cb_ctx, TLS_CERT_CHAIN_FAILURE, &ev);
1370 if (context->event_cb == NULL)
1392 context->event_cb(context->cb_ctx, TLS_PEER_CERTIFICATE, &ev);
1521 if (preverify_ok && context->event_cb !
[all...]
H A Dtls.h78 void (*event_cb)(void *ctx, enum tls_event ev, member in struct:tls_config
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls_openssl.c89 void (*event_cb)(void *ctx, enum tls_event ev, member in struct:tls_context
138 context->event_cb = conf->event_cb;
584 if (conn->context->event_cb != NULL) {
591 context->event_cb(context->cb_ctx, TLS_ALERT, &ev);
1343 if (context->event_cb == NULL)
1354 context->event_cb(context->cb_ctx, TLS_CERT_CHAIN_FAILURE, &ev);
1370 if (context->event_cb == NULL)
1392 context->event_cb(context->cb_ctx, TLS_PEER_CERTIFICATE, &ev);
1521 if (preverify_ok && context->event_cb !
[all...]
H A Dtls.h78 void (*event_cb)(void *ctx, enum tls_event ev, member in struct:tls_config
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwps_hostapd.c976 wps->event_cb = hostapd_wps_event_cb;
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap.c1424 tlsconf.event_cb = eap_peer_sm_tls_event;
/external/wpa_supplicant_8/src/ap/
H A Dwps_hostapd.c976 wps->event_cb = hostapd_wps_event_cb;
/external/wpa_supplicant_8/src/eap_peer/
H A Deap.c1424 tlsconf.event_cb = eap_peer_sm_tls_event;
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwps_hostapd.c976 wps->event_cb = hostapd_wps_event_cb;

Completed in 2882 milliseconds

12