/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/ |
D | eap_wsc.c | 234 const u8 *buf, size_t len, u8 op_code) in eap_wsc_process_cont() argument 237 if (op_code != data->in_op_code) { in eap_wsc_process_cont() 240 op_code, data->in_op_code); in eap_wsc_process_cont() 261 u8 id, u8 flags, u8 op_code, in eap_wsc_process_fragment() argument 282 data->in_op_code = op_code; in eap_wsc_process_fragment() 301 u8 op_code, flags, id; in eap_wsc_process() local 318 op_code = *pos++; in eap_wsc_process() 339 op_code, flags, message_length); in eap_wsc_process() 342 if (op_code != WSC_FRAG_ACK) { in eap_wsc_process() 344 "in WAIT_FRAG_ACK state", op_code); in eap_wsc_process() [all …]
|
D | eap_pax.c | 101 u8 id, u8 op_code, size_t plen) in eap_pax_alloc_resp() argument 112 pax->op_code = op_code; in eap_pax_alloc_resp() 354 req->op_code, req->flags, req->mac_id, req->dh_group_id, in eap_pax_process() 416 if (req->op_code == EAP_PAX_OP_STD_1) { in eap_pax_process() 439 switch (req->op_code) { in eap_pax_process() 448 "op_code %d", req->op_code); in eap_pax_process()
|
D | eap_mschapv2.c | 37 u8 op_code; /* MSCHAPV2_OP_* */ member 179 ms->op_code = MSCHAPV2_OP_RESPONSE; in eap_mschapv2_challenge_reply() 529 ms->op_code = MSCHAPV2_OP_CHANGE_PASSWORD; in eap_mschapv2_change_password() 795 switch (ms->op_code) { in eap_mschapv2_process() 806 ms->op_code); in eap_mschapv2_process()
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/ |
D | eap_wsc.c | 277 const u8 *buf, size_t len, u8 op_code) in eap_wsc_process_cont() argument 280 if (op_code != data->in_op_code) { in eap_wsc_process_cont() 283 op_code, data->in_op_code); in eap_wsc_process_cont() 304 u8 flags, u8 op_code, u16 message_length, in eap_wsc_process_fragment() argument 322 data->in_op_code = op_code; in eap_wsc_process_fragment() 340 u8 op_code, flags; in eap_wsc_process() local 359 op_code = *pos++; in eap_wsc_process() 378 op_code, flags, message_length); in eap_wsc_process() 381 if (op_code != WSC_FRAG_ACK) { in eap_wsc_process() 383 "in WAIT_FRAG_ACK state", op_code); in eap_wsc_process() [all …]
|
D | eap_mschapv2.c | 23 u8 op_code; /* MSCHAPV2_OP_* */ member 130 ms->op_code = MSCHAPV2_OP_CHALLENGE; in eap_mschapv2_build_challenge() 168 ms->op_code = MSCHAPV2_OP_SUCCESS; in eap_mschapv2_build_success_req() 211 ms->op_code = MSCHAPV2_OP_FAILURE; in eap_mschapv2_build_failure_req() 262 resp->op_code != MSCHAPV2_OP_RESPONSE) { in eap_mschapv2_check() 264 "ignore op %d", resp->op_code); in eap_mschapv2_check() 269 resp->op_code != MSCHAPV2_OP_SUCCESS && in eap_mschapv2_check() 270 resp->op_code != MSCHAPV2_OP_FAILURE) { in eap_mschapv2_check() 272 "Failure - ignore op %d", resp->op_code); in eap_mschapv2_check() 277 resp->op_code != MSCHAPV2_OP_FAILURE) { in eap_mschapv2_check() [all …]
|
D | eap_pax.c | 102 pax->op_code = EAP_PAX_OP_STD_1; in eap_pax_build_std_1() 143 pax->op_code = EAP_PAX_OP_STD_3; in eap_pax_build_std_3() 209 resp->op_code, resp->flags, resp->mac_id, resp->dh_group_id, in eap_pax_check() 215 resp->op_code != EAP_PAX_OP_STD_2) { in eap_pax_check() 217 "ignore op %d", resp->op_code); in eap_pax_check() 222 resp->op_code != EAP_PAX_OP_ACK) { in eap_pax_check() 224 "ignore op %d", resp->op_code); in eap_pax_check() 228 if (resp->op_code != EAP_PAX_OP_STD_2 && in eap_pax_check() 229 resp->op_code != EAP_PAX_OP_ACK) { in eap_pax_check() 231 resp->op_code); in eap_pax_check() [all …]
|
/external/wpa_supplicant_6/wpa_supplicant/src/wps/ |
D | wps.c | 134 enum wsc_op_code op_code, in wps_process_msg() argument 138 return wps_registrar_process_msg(wps, op_code, msg); in wps_process_msg() 140 return wps_enrollee_process_msg(wps, op_code, msg); in wps_process_msg() 153 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code) in wps_get_msg() argument 156 return wps_registrar_get_msg(wps, op_code); in wps_get_msg() 158 return wps_enrollee_get_msg(wps, op_code); in wps_get_msg()
|
D | wps_enrollee.c | 403 enum wsc_op_code *op_code) in wps_enrollee_get_msg() argument 410 *op_code = WSC_MSG; in wps_enrollee_get_msg() 414 *op_code = WSC_MSG; in wps_enrollee_get_msg() 418 *op_code = WSC_MSG; in wps_enrollee_get_msg() 422 *op_code = WSC_MSG; in wps_enrollee_get_msg() 427 *op_code = WSC_NACK; in wps_enrollee_get_msg() 431 *op_code = WSC_ACK; in wps_enrollee_get_msg() 439 *op_code = WSC_NACK; in wps_enrollee_get_msg() 443 *op_code = WSC_Done; in wps_enrollee_get_msg() 452 if (*op_code == WSC_MSG && msg) { in wps_enrollee_get_msg() [all …]
|
D | wps_i.h | 227 enum wsc_op_code *op_code); 229 enum wsc_op_code op_code, 234 enum wsc_op_code *op_code); 236 enum wsc_op_code op_code,
|
D | wps_registrar.c | 1444 enum wsc_op_code *op_code) in wps_registrar_get_msg() argument 1469 *op_code = WSC_ACK; in wps_registrar_get_msg() 1472 *op_code = WSC_NACK; in wps_registrar_get_msg() 1475 *op_code = WSC_MSG; in wps_registrar_get_msg() 1497 *op_code = WSC_MSG; in wps_registrar_get_msg() 1501 *op_code = WSC_MSG; in wps_registrar_get_msg() 1505 *op_code = WSC_MSG; in wps_registrar_get_msg() 1509 *op_code = WSC_MSG; in wps_registrar_get_msg() 1513 *op_code = WSC_MSG; in wps_registrar_get_msg() 1517 *op_code = WSC_ACK; in wps_registrar_get_msg() [all …]
|
D | wps.h | 156 enum wsc_op_code op_code, 159 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code);
|
/external/wpa_supplicant/ |
D | eap_pax.c | 111 u16 resp_len, u8 op_code) in eap_pax_alloc_resp() argument 122 resp->op_code = op_code; in eap_pax_alloc_resp() 373 req->op_code, req->flags, req->mac_id, req->dh_group_id, in eap_pax_process() 435 if (req->op_code == EAP_PAX_OP_STD_1) { in eap_pax_process() 456 switch (req->op_code) { in eap_pax_process() 467 "op_code %d", req->op_code); in eap_pax_process()
|
D | eap_mschapv2.c | 39 u8 op_code; /* MSCHAPV2_OP_* */ member 250 ms->op_code = MSCHAPV2_OP_RESPONSE; in eap_mschapv2_challenge_reply() 446 ms->op_code = MSCHAPV2_OP_SUCCESS; in eap_mschapv2_success() 597 ms->op_code = MSCHAPV2_OP_CHANGE_PASSWORD; in eap_mschapv2_change_password() 726 ms->op_code = MSCHAPV2_OP_FAILURE; in eap_mschapv2_failure() 849 switch (ms->op_code) { in eap_mschapv2_process() 863 ms->op_code); in eap_mschapv2_process()
|
D | eap_pax_common.h | 27 u8 op_code; member
|
/external/elfcopy/ |
D | dwarf.c | 242 unsigned char op_code; in process_extended_line_op() local 258 op_code = *data++; in process_extended_line_op() 260 printf (_(" Extended opcode %d: "), op_code); in process_extended_line_op() 262 switch (op_code) in process_extended_line_op() 1993 unsigned char op_code; in display_debug_lines() local 1998 op_code = *data++; in display_debug_lines() 2000 if (op_code >= info.li_opcode_base) in display_debug_lines() 2002 op_code -= info.li_opcode_base; in display_debug_lines() 2003 uladv = (op_code / info.li_line_range) * info.li_min_insn_length; in display_debug_lines() 2006 op_code, uladv, state_machine_regs.address); in display_debug_lines() [all …]
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_common/ |
D | eap_pax_common.h | 23 u8 op_code; member
|