Searched defs:success (Results 1 - 25 of 1665) sorted by last modified time

1234567891011>>

/external/zxing/qr_scanner/src/com/google/zxing/client/android/camera/
H A DAutoFocusCallback.java38 public void onAutoFocus(boolean success, Camera camera) { argument
40 Message message = autoFocusHandler.obtainMessage(autoFocusMessage, success);
/external/webrtc/src/system_wrappers/source/
H A Dcpu_win.cc201 const bool success = Initialize(); local
203 if (!success || !has_initialized_)
H A Ddata_log.cc362 bool success = file_writer_thread_->Start(thread_id); local
363 if (!success)
H A Dmap_unittest.cc72 bool success = true; local
79 success = false;
85 return success;
/external/wpa_supplicant_8/hostapd/src/ap/
H A Ddfs.c729 int hostapd_dfs_complete_cac(struct hostapd_iface *iface, int success, int freq, argument
734 "success=%d freq=%d ht_enabled=%d chan_offset=%d chan_width=%d cf1=%d cf2=%d",
735 success, freq, ht_enabled, chan_offset, chan_width, cf1, cf2);
737 if (success) {
H A Dieee802_1x.c38 struct sta_info *sta, int success,
738 wpa_printf(MSG_DEBUG, " (success)");
1848 static void _ieee802_1x_finished(void *ctx, void *sta_ctx, int success, argument
1854 rsn_preauth_finished(hapd, sta, success);
1856 ieee802_1x_finished(hapd, sta, success, remediation);
2395 struct sta_info *sta, int success,
2413 if (success) {
2441 if (success && key && len >= PMK_LEN && !sta->remediation &&
2450 if (!success) {
2394 ieee802_1x_finished(struct hostapd_data *hapd, struct sta_info *sta, int success, int remediation) argument
H A Dpreauth_auth.c196 int success)
202 success ? "succeeded" : "failed");
207 if (success && key) {
195 rsn_preauth_finished(struct hostapd_data *hapd, struct sta_info *sta, int success) argument
H A Dpreauth_auth.h17 int success);
35 int success)
33 rsn_preauth_finished(struct hostapd_data *hapd, struct sta_info *sta, int success) argument
H A Dwps_hostapd.c755 struct wps_event_success *success)
760 os_memcpy(hapd->wps_stats.peer_addr, success->peer_macaddr, ETH_ALEN);
800 hostapd_wps_event_success(hapd, &data->success);
754 hostapd_wps_event_success(struct hostapd_data *hapd, struct wps_event_success *success) argument
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_fast.c59 int success; member in struct:eap_fast_data
265 data->success = 1;
1051 data->success = 0;
1068 * after protected success exchange in case of EAP-Fast
1226 "acknowledging success");
1680 return data->success;
1689 if (!data->success)
1708 if (!data->success)
1727 if (!data->success)
H A Deap_mschapv2.c34 * for challenges, but not for success/failure */
95 int success; member in struct:eap_mschapv2_data
334 * eap_mschapv2_process - Process an EAP-MSCHAPv2 success message
354 wpa_printf(MSG_DEBUG, "EAP-MSCHAPV2: Received success");
360 "response in success request");
375 /* Note: Only op_code of the EAP-MSCHAPV2 header is included in success
381 "buffer for success response");
391 data->success = 1;
827 return data->success && data->master_key_valid;
837 if (!data->master_key_valid || !data->success)
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_peap.c431 u8 id, int success)
442 hdr->code = success ? EAP_CODE_SUCCESS : EAP_CODE_FAILURE;
429 eap_peap_build_phase2_term(struct eap_sm *sm, struct eap_peap_data *data, u8 id, int success) argument
/external/wpa_supplicant_8/hostapd/src/eapol_auth/
H A Deapol_auth_sm.c85 int success)
91 eap.code = success ? EAP_CODE_SUCCESS : EAP_CODE_FAILURE;
97 success ? "SUCCESS" : "FAILURE", eap.identifier);
84 eapol_auth_tx_canned_eap(struct eapol_state_machine *sm, int success) argument
/external/wpa_supplicant_8/hostapd/src/eapol_supp/
H A Deapol_supp_sm.c1421 * eapol_sm_notify_eap_success - Notification of external EAP success trigger
1423 * @success: %TRUE = set success, %FALSE = clear success
1426 * success (success = %TRUE). This can be cleared by setting success = %FALSE.
1431 void eapol_sm_notify_eap_success(struct eapol_sm *sm, Boolean success) argument
1436 "EAP success=%d", success);
[all...]
H A Deapol_supp_sm.h146 * Returns: 0 on success, -1 on failure
157 * Returns: 0 on success, -1 on failure
287 void eapol_sm_notify_eap_success(struct eapol_sm *sm, Boolean success);
353 Boolean success)
352 eapol_sm_notify_eap_success(struct eapol_sm *sm, Boolean success) argument
/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p.c664 * Returns: 0 on success, -1 on failure
1314 * Returns: 0 on success, -1 on failure (channel not supported for P2P)
2425 p2p_dbg(p2p, "No pending Group Formation - ignore WPS registration success notification");
2431 p2p_dbg(p2p, "Ignore WPS registration success notification for "
2773 static void p2p_sd_cb(struct p2p_data *p2p, int success) argument
2775 p2p_dbg(p2p, "Service Discovery Query TX callback: success=%d",
2776 success);
2779 if (!success) {
2845 static void p2p_prov_disc_cb(struct p2p_data *p2p, int success) argument
2847 p2p_dbg(p2p, "Provision Discovery Request TX callback: success
2987 p2p_go_neg_req_cb(struct p2p_data *p2p, int success) argument
3042 p2p_go_neg_resp_cb(struct p2p_data *p2p, int success) argument
3055 p2p_go_neg_resp_failure_cb(struct p2p_data *p2p, int success, const u8 *addr) argument
3151 int success; local
[all...]
H A Dp2p_dev_disc.c43 void p2p_dev_disc_req_cb(struct p2p_data *p2p, int success) argument
45 p2p_dbg(p2p, "Device Discoverability Request TX callback: success=%d",
46 success);
48 if (!success) {
129 void p2p_dev_disc_resp_cb(struct p2p_data *p2p, int success) argument
131 p2p_dbg(p2p, "Device Discoverability Response TX callback: success=%d",
132 success);
288 void p2p_go_disc_req_cb(struct p2p_data *p2p, int success) argument
290 p2p_dbg(p2p, "GO Discoverability Request TX callback: success=%d",
291 success);
[all...]
H A Dp2p_invitation.c444 /* Non-success cases are not required to include Channel List */
528 void p2p_invitation_req_cb(struct p2p_data *p2p, int success) argument
530 p2p_dbg(p2p, "Invitation Request TX callback: success=%d", success);
537 if (success)
545 p2p_set_timeout(p2p, 0, success ? 500000 : 100000);
549 void p2p_invitation_resp_cb(struct p2p_data *p2p, int success) argument
551 p2p_dbg(p2p, "Invitation Response TX callback: success=%d", success);
554 if (!success)
[all...]
H A Dp2p_pd.c268 int success = 0; local
339 success = 1;
351 if (success && p2p->cfg->prov_disc_resp)
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dbrowser-android.c18 int success; member in struct:browser_data
41 data->success = 1;
44 data->success = atoi(url + 5);
116 return data.success;
H A Dbrowser-system.c18 int success; member in struct:browser_data
41 data->success = 1;
44 data->success = atoi(url + 5);
111 return data.success;
H A Dbrowser-wpadebug.c18 int success; member in struct:browser_data
41 data->success = 1;
44 data->success = atoi(url + 5);
123 return data.success;
H A Dbrowser.c18 int success; member in struct:browser_context
84 ctx->success = atoi(uri + 6);
92 ctx->success = 1;
218 return ctx.success;
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps.h255 * Returns: 0 on success, -1 on failure
267 * Returns: 0 on success, -1 on failure
517 } success; member in union:wps_event_data
757 * Return: 0 on success, -1 on failure
/external/wpa_supplicant_8/src/ap/
H A Ddfs.c729 int hostapd_dfs_complete_cac(struct hostapd_iface *iface, int success, int freq, argument
734 "success=%d freq=%d ht_enabled=%d chan_offset=%d chan_width=%d cf1=%d cf2=%d",
735 success, freq, ht_enabled, chan_offset, chan_width, cf1, cf2);
737 if (success) {

Completed in 201 milliseconds

1234567891011>>