Searched refs:op_code (Results 1 - 25 of 50) sorted by relevance

12

/external/libnfc-nci/src/nfc/nci/
H A Dnci_hrcv.c49 UINT8 *pp, len, op_code; local
56 NCI_MSG_PRS_HDR1 (pp, op_code);
57 NFC_TRACE_DEBUG1 ("nci_proc_core_rsp opcode:0x%x", op_code);
61 switch (op_code)
89 NFC_TRACE_ERROR1 ("unknown opcode:0x%x", op_code);
108 UINT8 *pp, len, op_code; local
114 NCI_MSG_PRS_HDR1 (pp, op_code);
115 NFC_TRACE_DEBUG1 ("nci_proc_core_ntf opcode:0x%x", op_code);
119 switch (op_code)
142 NFC_TRACE_ERROR1 ("unknown opcode:0x%x", op_code);
160 UINT8 *pp, len, op_code; local
231 UINT8 *pp, len, op_code; local
307 UINT8 *pp, len, op_code; local
367 UINT8 *pp, len, op_code; local
450 UINT8 *pp, len, op_code; local
477 UINT8 *pp, len, op_code; local
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_wsc.c291 const u8 *buf, size_t len, u8 op_code)
294 if (op_code != data->in_op_code) {
297 op_code, data->in_op_code);
318 u8 flags, u8 op_code, u16 message_length,
336 data->in_op_code = op_code;
354 u8 op_code, flags; local
373 op_code = *pos++;
392 op_code, flags, message_length);
395 if (op_code != WSC_FRAG_ACK) {
397 "in WAIT_FRAG_ACK state", op_code);
290 eap_wsc_process_cont(struct eap_wsc_data *data, const u8 *buf, size_t len, u8 op_code) argument
317 eap_wsc_process_fragment(struct eap_wsc_data *data, u8 flags, u8 op_code, u16 message_length, const u8 *buf, size_t len) argument
[all...]
H A Deap_server_mschapv2.c18 u8 op_code; /* MSCHAPV2_OP_* */ member in struct:eap_mschapv2_hdr
124 ms->op_code = MSCHAPV2_OP_CHALLENGE;
162 ms->op_code = MSCHAPV2_OP_SUCCESS;
205 ms->op_code = MSCHAPV2_OP_FAILURE;
256 resp->op_code != MSCHAPV2_OP_RESPONSE) {
258 "ignore op %d", resp->op_code);
263 resp->op_code != MSCHAPV2_OP_SUCCESS &&
264 resp->op_code != MSCHAPV2_OP_FAILURE) {
266 "Failure - ignore op %d", resp->op_code);
271 resp->op_code !
[all...]
H A Deap_server_pax.c98 pax->op_code = EAP_PAX_OP_STD_1;
139 pax->op_code = EAP_PAX_OP_STD_3;
201 wpa_printf(MSG_DEBUG, "EAP-PAX: received frame: op_code 0x%x "
204 resp->op_code, resp->flags, resp->mac_id, resp->dh_group_id,
210 resp->op_code != EAP_PAX_OP_STD_2) {
212 "ignore op %d", resp->op_code);
217 resp->op_code != EAP_PAX_OP_ACK) {
219 "ignore op %d", resp->op_code);
223 if (resp->op_code != EAP_PAX_OP_STD_2 &&
224 resp->op_code !
[all...]
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_wsc.c291 const u8 *buf, size_t len, u8 op_code)
294 if (op_code != data->in_op_code) {
297 op_code, data->in_op_code);
318 u8 flags, u8 op_code, u16 message_length,
336 data->in_op_code = op_code;
354 u8 op_code, flags; local
373 op_code = *pos++;
392 op_code, flags, message_length);
395 if (op_code != WSC_FRAG_ACK) {
397 "in WAIT_FRAG_ACK state", op_code);
290 eap_wsc_process_cont(struct eap_wsc_data *data, const u8 *buf, size_t len, u8 op_code) argument
317 eap_wsc_process_fragment(struct eap_wsc_data *data, u8 flags, u8 op_code, u16 message_length, const u8 *buf, size_t len) argument
[all...]
H A Deap_server_mschapv2.c18 u8 op_code; /* MSCHAPV2_OP_* */ member in struct:eap_mschapv2_hdr
124 ms->op_code = MSCHAPV2_OP_CHALLENGE;
162 ms->op_code = MSCHAPV2_OP_SUCCESS;
205 ms->op_code = MSCHAPV2_OP_FAILURE;
256 resp->op_code != MSCHAPV2_OP_RESPONSE) {
258 "ignore op %d", resp->op_code);
263 resp->op_code != MSCHAPV2_OP_SUCCESS &&
264 resp->op_code != MSCHAPV2_OP_FAILURE) {
266 "Failure - ignore op %d", resp->op_code);
271 resp->op_code !
[all...]
H A Deap_server_pax.c98 pax->op_code = EAP_PAX_OP_STD_1;
139 pax->op_code = EAP_PAX_OP_STD_3;
201 wpa_printf(MSG_DEBUG, "EAP-PAX: received frame: op_code 0x%x "
204 resp->op_code, resp->flags, resp->mac_id, resp->dh_group_id,
210 resp->op_code != EAP_PAX_OP_STD_2) {
212 "ignore op %d", resp->op_code);
217 resp->op_code != EAP_PAX_OP_ACK) {
219 "ignore op %d", resp->op_code);
223 if (resp->op_code != EAP_PAX_OP_STD_2 &&
224 resp->op_code !
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server_wsc.c291 const u8 *buf, size_t len, u8 op_code)
294 if (op_code != data->in_op_code) {
297 op_code, data->in_op_code);
318 u8 flags, u8 op_code, u16 message_length,
336 data->in_op_code = op_code;
354 u8 op_code, flags; local
373 op_code = *pos++;
392 op_code, flags, message_length);
395 if (op_code != WSC_FRAG_ACK) {
397 "in WAIT_FRAG_ACK state", op_code);
290 eap_wsc_process_cont(struct eap_wsc_data *data, const u8 *buf, size_t len, u8 op_code) argument
317 eap_wsc_process_fragment(struct eap_wsc_data *data, u8 flags, u8 op_code, u16 message_length, const u8 *buf, size_t len) argument
[all...]
H A Deap_server_mschapv2.c18 u8 op_code; /* MSCHAPV2_OP_* */ member in struct:eap_mschapv2_hdr
124 ms->op_code = MSCHAPV2_OP_CHALLENGE;
162 ms->op_code = MSCHAPV2_OP_SUCCESS;
205 ms->op_code = MSCHAPV2_OP_FAILURE;
256 resp->op_code != MSCHAPV2_OP_RESPONSE) {
258 "ignore op %d", resp->op_code);
263 resp->op_code != MSCHAPV2_OP_SUCCESS &&
264 resp->op_code != MSCHAPV2_OP_FAILURE) {
266 "Failure - ignore op %d", resp->op_code);
271 resp->op_code !
[all...]
H A Deap_server_pax.c98 pax->op_code = EAP_PAX_OP_STD_1;
139 pax->op_code = EAP_PAX_OP_STD_3;
201 wpa_printf(MSG_DEBUG, "EAP-PAX: received frame: op_code 0x%x "
204 resp->op_code, resp->flags, resp->mac_id, resp->dh_group_id,
210 resp->op_code != EAP_PAX_OP_STD_2) {
212 "ignore op %d", resp->op_code);
217 resp->op_code != EAP_PAX_OP_ACK) {
219 "ignore op %d", resp->op_code);
223 if (resp->op_code != EAP_PAX_OP_STD_2 &&
224 resp->op_code !
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_wsc.c365 const u8 *buf, size_t len, u8 op_code)
368 if (op_code != data->in_op_code) {
371 op_code, data->in_op_code);
392 u8 id, u8 flags, u8 op_code,
413 data->in_op_code = op_code;
432 u8 op_code, flags, id; local
450 op_code = *pos++;
471 op_code, flags, message_length);
474 if (op_code != WSC_FRAG_ACK) {
476 "in WAIT_FRAG_ACK state", op_code);
364 eap_wsc_process_cont(struct eap_wsc_data *data, const u8 *buf, size_t len, u8 op_code) argument
390 eap_wsc_process_fragment(struct eap_wsc_data *data, struct eap_method_ret *ret, u8 id, u8 flags, u8 op_code, u16 message_length, const u8 *buf, size_t len) argument
[all...]
H A Deap_pax.c95 u8 id, u8 op_code, size_t plen)
106 pax->op_code = op_code;
348 wpa_printf(MSG_DEBUG, "EAP-PAX: received frame: op_code 0x%x "
351 req->op_code, req->flags, req->mac_id, req->dh_group_id,
413 if (req->op_code == EAP_PAX_OP_STD_1) {
436 switch (req->op_code) {
445 "op_code %d", req->op_code);
94 eap_pax_alloc_resp(const struct eap_pax_hdr *req, u8 id, u8 op_code, size_t plen) argument
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_wsc.c365 const u8 *buf, size_t len, u8 op_code)
368 if (op_code != data->in_op_code) {
371 op_code, data->in_op_code);
392 u8 id, u8 flags, u8 op_code,
413 data->in_op_code = op_code;
432 u8 op_code, flags, id; local
450 op_code = *pos++;
471 op_code, flags, message_length);
474 if (op_code != WSC_FRAG_ACK) {
476 "in WAIT_FRAG_ACK state", op_code);
364 eap_wsc_process_cont(struct eap_wsc_data *data, const u8 *buf, size_t len, u8 op_code) argument
390 eap_wsc_process_fragment(struct eap_wsc_data *data, struct eap_method_ret *ret, u8 id, u8 flags, u8 op_code, u16 message_length, const u8 *buf, size_t len) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_wsc.c365 const u8 *buf, size_t len, u8 op_code)
368 if (op_code != data->in_op_code) {
371 op_code, data->in_op_code);
392 u8 id, u8 flags, u8 op_code,
413 data->in_op_code = op_code;
432 u8 op_code, flags, id; local
450 op_code = *pos++;
471 op_code, flags, message_length);
474 if (op_code != WSC_FRAG_ACK) {
476 "in WAIT_FRAG_ACK state", op_code);
364 eap_wsc_process_cont(struct eap_wsc_data *data, const u8 *buf, size_t len, u8 op_code) argument
390 eap_wsc_process_fragment(struct eap_wsc_data *data, struct eap_method_ret *ret, u8 id, u8 flags, u8 op_code, u16 message_length, const u8 *buf, size_t len) argument
[all...]
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
H A Dnfc_hal_dm.c620 UINT8 mt, pbf, gid, op_code; local
633 NCI_MSG_PRS_HDR1 (p, op_code);
645 if ((old_gid == gid) && (old_oid == op_code))
657 if (op_code == NCI_MSG_CORE_RESET)
685 (*p_cback) ((tNFC_HAL_NCI_EVT) (op_code),
693 op_code |= NCI_NTF_BIT;
695 op_code |= NCI_RSP_BIT;
699 if (op_code == (NCI_RSP_BIT|NCI_MSG_GET_XTAL_INDEX_FROM_DH))
708 else if ( (op_code == NFC_VS_GET_BUILD_INFO_EVT)
738 else if ( (op_code
833 UINT8 mt, pbf, gid, op_code; local
[all...]
H A Dnfc_hal_nci.c529 UINT8 mt, pbf, gid, op_code; local
558 NCI_MSG_PRS_HDR1 (p, op_code);
579 if (op_code == NCI_MSG_HCI_NETWK)
591 if (op_code == NCI_MSG_RF_INTF_ACTIVATED)
611 if (op_code == NCI_MSG_CORE_CONN_CREATE)
683 UINT8 mt, pbf, gid, op_code; local
692 NCI_MSG_PRS_HDR1 (p, op_code);
698 if (op_code == NCI_MSG_CORE_CONN_CREATE)
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_i.h194 enum wsc_op_code *op_code);
196 enum wsc_op_code op_code,
201 enum wsc_op_code *op_code);
203 enum wsc_op_code op_code,
H A Dwps_enrollee.c448 enum wsc_op_code *op_code)
455 *op_code = WSC_MSG;
459 *op_code = WSC_MSG;
463 *op_code = WSC_MSG;
467 *op_code = WSC_MSG;
472 *op_code = WSC_NACK;
476 *op_code = WSC_ACK;
484 *op_code = WSC_NACK;
488 *op_code = WSC_Done;
497 if (*op_code
447 wps_enrollee_get_msg(struct wps_data *wps, enum wsc_op_code *op_code) argument
1472 wps_enrollee_process_msg(struct wps_data *wps, enum wsc_op_code op_code, const struct wpabuf *msg) argument
[all...]
/external/wpa_supplicant_8/src/wps/
H A Dwps_i.h194 enum wsc_op_code *op_code);
196 enum wsc_op_code op_code,
201 enum wsc_op_code *op_code);
203 enum wsc_op_code op_code,
H A Dwps_enrollee.c448 enum wsc_op_code *op_code)
455 *op_code = WSC_MSG;
459 *op_code = WSC_MSG;
463 *op_code = WSC_MSG;
467 *op_code = WSC_MSG;
472 *op_code = WSC_NACK;
476 *op_code = WSC_ACK;
484 *op_code = WSC_NACK;
488 *op_code = WSC_Done;
497 if (*op_code
447 wps_enrollee_get_msg(struct wps_data *wps, enum wsc_op_code *op_code) argument
1472 wps_enrollee_process_msg(struct wps_data *wps, enum wsc_op_code op_code, const struct wpabuf *msg) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_i.h194 enum wsc_op_code *op_code);
196 enum wsc_op_code op_code,
201 enum wsc_op_code *op_code);
203 enum wsc_op_code op_code,
H A Dwps_enrollee.c448 enum wsc_op_code *op_code)
455 *op_code = WSC_MSG;
459 *op_code = WSC_MSG;
463 *op_code = WSC_MSG;
467 *op_code = WSC_MSG;
472 *op_code = WSC_NACK;
476 *op_code = WSC_ACK;
484 *op_code = WSC_NACK;
488 *op_code = WSC_Done;
497 if (*op_code
447 wps_enrollee_get_msg(struct wps_data *wps, enum wsc_op_code *op_code) argument
1472 wps_enrollee_process_msg(struct wps_data *wps, enum wsc_op_code op_code, const struct wpabuf *msg) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Deap_pax_common.h17 u8 op_code; member in struct:eap_pax_hdr
30 /* op_code: */
/external/wpa_supplicant_8/src/eap_common/
H A Deap_pax_common.h17 u8 op_code; member in struct:eap_pax_hdr
30 /* op_code: */
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Deap_pax_common.h17 u8 op_code; member in struct:eap_pax_hdr
30 /* op_code: */

Completed in 708 milliseconds

12