Searched refs:success (Results 1 - 25 of 993) 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/wpa_supplicant_8/hostapd/src/ap/
H A Ddfs.c749 int hostapd_dfs_complete_cac(struct hostapd_iface *iface, int success, int freq, argument
754 "success=%d freq=%d ht_enabled=%d chan_offset=%d chan_width=%d cf1=%d cf2=%d",
755 success, freq, ht_enabled, chan_offset, chan_width, cf1, cf2);
757 if (success) {
H A Ddfs.h14 int hostapd_dfs_complete_cac(struct hostapd_iface *iface, int success, int freq,
H A Dieee802_1x.c38 struct sta_info *sta, int success,
792 wpa_printf(MSG_DEBUG, " (success)");
1915 static void _ieee802_1x_finished(void *ctx, void *sta_ctx, int success, argument
1921 rsn_preauth_finished(hapd, sta, success);
1923 ieee802_1x_finished(hapd, sta, success, remediation);
2528 struct sta_info *sta, int success,
2546 if (success) {
2574 if (success && key && len >= PMK_LEN && !sta->remediation &&
2583 if (!success) {
2527 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.c762 struct wps_event_success *success)
767 os_memcpy(hapd->wps_stats.peer_addr, success->peer_macaddr, ETH_ALEN);
807 hostapd_wps_event_success(hapd, &data->success);
761 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;
1056 data->success = 0;
1073 * after protected success exchange in case of EAP-Fast
1231 "acknowledging success");
1689 return data->success;
1698 if (!data->success)
1717 if (!data->success)
1736 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;
834 return data->success && data->master_key_valid;
844 if (!data->master_key_valid || !data->success)
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_peap.c433 u8 id, int success)
444 hdr->code = success ? EAP_CODE_SUCCESS : EAP_CODE_FAILURE;
431 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.c86 int success)
92 eap.code = success ? EAP_CODE_SUCCESS : EAP_CODE_FAILURE;
98 success ? "SUCCESS" : "FAILURE", eap.identifier);
85 eapol_auth_tx_canned_eap(struct eapol_state_machine *sm, int success) argument
H A Deapol_auth_sm.h67 void (*finished)(void *ctx, void *sta_ctx, int success, int preauth,
/external/wpa_supplicant_8/hostapd/src/eapol_supp/
H A Deapol_supp_sm.c1430 * eapol_sm_notify_eap_success - Notification of external EAP success trigger
1432 * @success: %TRUE = set success, %FALSE = clear success
1435 * success (success = %TRUE). This can be cleared by setting success = %FALSE.
1440 void eapol_sm_notify_eap_success(struct eapol_sm *sm, Boolean success) argument
1445 "EAP success=%d", success);
[all...]
H A Deapol_supp_sm.h148 * Returns: 0 on success, -1 on failure
159 * Returns: 0 on success, -1 on failure
309 void eapol_sm_notify_eap_success(struct eapol_sm *sm, Boolean success);
376 Boolean success)
375 eapol_sm_notify_eap_success(struct eapol_sm *sm, Boolean success) argument
/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p.c707 * Returns: 0 on success, -1 on failure
1478 * Returns: 0 on success, -1 on failure (channel not supported for P2P)
2836 p2p_dbg(p2p, "No pending Group Formation - ignore WPS registration success notification");
2842 p2p_dbg(p2p, "Ignore WPS registration success notification for "
3228 static void p2p_sd_cb(struct p2p_data *p2p, int success) argument
3230 p2p_dbg(p2p, "Service Discovery Query TX callback: success=%d",
3231 success);
3234 if (!success) {
3301 static void p2p_prov_disc_cb(struct p2p_data *p2p, int success) argument
3303 p2p_dbg(p2p, "Provision Discovery Request TX callback: success
3367 p2p_prov_disc_resp_cb(struct p2p_data *p2p, int success) argument
3500 p2p_go_neg_req_cb(struct p2p_data *p2p, int success) argument
3555 p2p_go_neg_resp_cb(struct p2p_data *p2p, int success) argument
3568 p2p_go_neg_resp_failure_cb(struct p2p_data *p2p, int success, const u8 *addr) argument
3660 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_i.h813 void p2p_invitation_req_cb(struct p2p_data *p2p, int success);
814 void p2p_invitation_resp_cb(struct p2p_data *p2p, int success);
819 void p2p_dev_disc_req_cb(struct p2p_data *p2p, int success);
821 void p2p_dev_disc_resp_cb(struct p2p_data *p2p, int success);
824 void p2p_go_disc_req_cb(struct p2p_data *p2p, int success);
H A Dp2p_invitation.c508 /* Non-success cases are not required to include Channel List */
592 void p2p_invitation_req_cb(struct p2p_data *p2p, int success) argument
594 p2p_dbg(p2p, "Invitation Request TX callback: success=%d", success);
601 if (success)
609 p2p_set_timeout(p2p, 0, success ? 500000 : 100000);
613 void p2p_invitation_resp_cb(struct p2p_data *p2p, int success) argument
615 p2p_dbg(p2p, "Invitation Response TX callback: success=%d", success);
618 if (!success)
[all...]
H A Dp2p_pd.c797 int success = 0; local
985 success = 1;
997 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);
127 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);
118 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);
135 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.h256 * Returns: 0 on success, -1 on failure
268 * Returns: 0 on success, -1 on failure
518 } success; member in union:wps_event_data
758 * Return: 0 on success, -1 on failure
H A Dwps_common.c296 os_memcpy(data.success.peer_macaddr, mac_addr, ETH_ALEN);

Completed in 234 milliseconds

1234567891011>>