HomeSort by relevance Sort by last modified time
    Searched defs:op_code (Results 1 - 25 of 25) sorted by null

  /external/libnfc-nci/src/nfc/nci/
nci_hrcv.c 48 UINT8 *pp, len, op_code; local
55 NCI_MSG_PRS_HDR1 (pp, op_code);
56 NFC_TRACE_DEBUG1 ("nci_proc_core_rsp opcode:0x%x", op_code);
60 switch (op_code)
88 NFC_TRACE_ERROR1 ("unknown opcode:0x%x", op_code);
107 UINT8 *pp, len, op_code; local
113 NCI_MSG_PRS_HDR1 (pp, op_code);
114 NFC_TRACE_DEBUG1 ("nci_proc_core_ntf opcode:0x%x", op_code);
118 switch (op_code)
141 NFC_TRACE_ERROR1 ("unknown opcode:0x%x", op_code);
159 UINT8 *pp, len, op_code; local
225 UINT8 *pp, len, op_code; local
293 UINT8 *pp, len, op_code; local
353 UINT8 *pp, len, op_code; local
436 UINT8 *pp, len, op_code; local
463 UINT8 *pp, len, op_code; local
    [all...]
  /external/bluetooth/bluedroid/stack/gatt/
gatt_auth.c 98 UINT8 op_code; local
108 STREAM_TO_UINT8(op_code, p_orig);
109 gatt_server_handle_client_req (p_tcb, op_code, (UINT16)(p_buf->len - 1), p_orig);
gatt_cl.c 74 UINT8 op_code = disc_type_to_att_opcode[p_clcb->op_subtype]; local
100 if (attp_send_cl_msg(p_clcb->p_tcb, p_clcb->clcb_idx, op_code, &cl_req) != GATT_SUCCESS)
123 UINT8 op_code = 0; local
131 op_code = GATT_REQ_READ_BY_TYPE;
147 op_code = GATT_REQ_READ;
159 op_code = GATT_REQ_READ_BLOB;
167 op_code = GATT_REQ_READ_BLOB;
173 op_code = GATT_REQ_READ_MULTI;
178 op_code = GATT_REQ_READ;
188 if ( op_code == 0 |
207 UINT8 rt = GATT_SUCCESS, op_code; local
    [all...]
gatt_main.c 856 UINT8 op_code, pseudo_op_code; local
863 STREAM_TO_UINT8(op_code, p);
866 pseudo_op_code = op_code & (~GATT_WRITE_CMD_MASK);
870 if (op_code == GATT_SIGN_CMD_WRITE)
878 if ((op_code % 2) == 0)
879 gatt_server_handle_client_req (p_tcb, op_code, msg_len, p);
881 gatt_client_handle_server_rsp (p_tcb, op_code, msg_len, p);
886 GATT_TRACE_ERROR1 ("ATT - Rcvd L2CAP data, unknown cmd: 0x%x", op_code);
    [all...]
gatt_int.h 250 UINT8 op_code; member in struct:__anon2604
271 UINT8 op_code; member in struct:__anon2605
535 extern tGATT_STATUS attp_send_cl_msg (tGATT_TCB *p_tcb, UINT16 clcb_idx, UINT8 op_code, tGATT_CL_MSG *p_msg);
536 extern BT_HDR *attp_build_sr_msg(tGATT_TCB *p_tcb, UINT8 op_code, tGATT_SR_MSG *p_msg);
541 extern UINT8 * gatt_dbg_op_name(UINT8 op_code);
552 extern tGATT_STATUS gatt_send_error_rsp(tGATT_TCB *p_tcb, UINT8 err_code, UINT8 op_code, UINT16 handle, BOOLEAN deq);
596 extern tGATT_STATUS gatt_sr_process_app_rsp (tGATT_TCB *p_tcb, tGATT_IF gatt_if, UINT32 trans_id, UINT8 op_code, tGATT_STATUS status, tGATTS_RSP *p_msg);
597 extern void gatt_server_handle_client_req (tGATT_TCB *p_tcb, UINT8 op_code,
600 UINT8 op_code, tGATTS_DATA *p_req_data);
601 extern UINT32 gatt_sr_enqueue_cmd (tGATT_TCB *p_tcb, UINT8 op_code, UINT16 handle)
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
eap_pax_common.h 23 u8 op_code; member in struct:eap_pax_hdr
36 /* op_code: */
  /external/wpa_supplicant_8/src/eap_common/
eap_pax_common.h 17 u8 op_code; member in struct:eap_pax_hdr
30 /* op_code: */
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_dm.c 481 UINT8 mt, pbf, gid, op_code; local
490 NCI_MSG_PRS_HDR1 (p, op_code);
502 if ((old_gid == gid) && (old_oid == op_code))
514 if (op_code == NCI_MSG_CORE_RESET)
542 (*p_cback) ((tNFC_HAL_NCI_EVT) (op_code),
550 op_code |= NCI_NTF_BIT;
552 op_code |= NCI_RSP_BIT;
556 if (op_code == (NCI_RSP_BIT|NCI_MSG_GET_XTAL_INDEX_FROM_DH))
565 else if ( (op_code == NFC_VS_GET_BUILD_INFO_EVT)
576 else if ( (op_code == NFC_VS_GET_PATCH_VERSION_EVT
    [all...]
nfc_hal_nci.c 526 UINT8 mt, pbf, gid, op_code; local
544 NCI_MSG_PRS_HDR1 (p, op_code);
564 if (op_code == NCI_MSG_HCI_NETWK)
574 if (op_code == NCI_MSG_RF_INTF_ACTIVATED)
593 if (op_code == NCI_MSG_CORE_CONN_CREATE)
665 UINT8 mt, pbf, gid, op_code; local
674 NCI_MSG_PRS_HDR1 (p, op_code);
680 if (op_code == NCI_MSG_CORE_CONN_CREATE)
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_wsc.c 234 const u8 *buf, size_t len, u8 op_code)
237 if (op_code != data->in_op_code) {
240 op_code, data->in_op_code);
261 u8 id, u8 flags, u8 op_code,
282 data->in_op_code = op_code;
301 u8 op_code, flags, id; local
318 op_code = *pos++;
339 op_code, flags, message_length);
342 if (op_code != WSC_FRAG_ACK) {
344 "in WAIT_FRAG_ACK state", op_code);
    [all...]
eap_mschapv2.c 37 u8 op_code; /* MSCHAPV2_OP_* */ member in struct:eap_mschapv2_hdr
179 ms->op_code = MSCHAPV2_OP_RESPONSE;
368 /* Note: Only op_code of the EAP-MSCHAPV2 header is included in success
379 wpabuf_put_u8(resp, MSCHAPV2_OP_SUCCESS); /* op_code */
529 ms->op_code = MSCHAPV2_OP_CHANGE_PASSWORD;
673 /* Note: Only op_code of the EAP-MSCHAPV2 header is included in failure
680 wpabuf_put_u8(resp, MSCHAPV2_OP_FAILURE); /* op_code */
795 switch (ms->op_code) {
806 ms->op_code);
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_wsc.c 277 const u8 *buf, size_t len, u8 op_code)
280 if (op_code != data->in_op_code) {
283 op_code, data->in_op_code);
304 u8 flags, u8 op_code, u16 message_length,
322 data->in_op_code = op_code;
340 u8 op_code, flags; local
359 op_code = *pos++;
378 op_code, flags, message_length);
381 if (op_code != WSC_FRAG_ACK) {
383 "in WAIT_FRAG_ACK state", op_code);
    [all...]
eap_mschapv2.c 23 u8 op_code; /* MSCHAPV2_OP_* */ member in struct:eap_mschapv2_hdr
130 ms->op_code = MSCHAPV2_OP_CHALLENGE;
168 ms->op_code = MSCHAPV2_OP_SUCCESS;
211 ms->op_code = MSCHAPV2_OP_FAILURE;
262 resp->op_code != MSCHAPV2_OP_RESPONSE) {
264 "ignore op %d", resp->op_code);
269 resp->op_code != MSCHAPV2_OP_SUCCESS &&
270 resp->op_code != MSCHAPV2_OP_FAILURE) {
272 "Failure - ignore op %d", resp->op_code);
277 resp->op_code != MSCHAPV2_OP_FAILURE)
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_wsc.c 336 const u8 *buf, size_t len, u8 op_code)
339 if (op_code != data->in_op_code) {
342 op_code, data->in_op_code);
363 u8 id, u8 flags, u8 op_code,
384 data->in_op_code = op_code;
403 u8 op_code, flags, id; local
421 op_code = *pos++;
442 op_code, flags, message_length);
445 if (op_code != WSC_FRAG_ACK) {
447 "in WAIT_FRAG_ACK state", op_code);
    [all...]
eap_mschapv2.c 32 u8 op_code; /* MSCHAPV2_OP_* */ member in struct:eap_mschapv2_hdr
174 ms->op_code = MSCHAPV2_OP_RESPONSE;
370 /* Note: Only op_code of the EAP-MSCHAPV2 header is included in success
381 wpabuf_put_u8(resp, MSCHAPV2_OP_SUCCESS); /* op_code */
531 ms->op_code = MSCHAPV2_OP_CHANGE_PASSWORD;
675 /* Note: Only op_code of the EAP-MSCHAPV2 header is included in failure
682 wpabuf_put_u8(resp, MSCHAPV2_OP_FAILURE); /* op_code */
797 switch (ms->op_code) {
808 ms->op_code);
  /external/wpa_supplicant_8/src/eap_server/
eap_server_wsc.c 291 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);
    [all...]
eap_server_mschapv2.c 18 u8 op_code; /* MSCHAPV2_OP_* */ member in struct:eap_mschapv2_hdr
125 ms->op_code = MSCHAPV2_OP_CHALLENGE;
163 ms->op_code = MSCHAPV2_OP_SUCCESS;
206 ms->op_code = MSCHAPV2_OP_FAILURE;
257 resp->op_code != MSCHAPV2_OP_RESPONSE) {
259 "ignore op %d", resp->op_code);
264 resp->op_code != MSCHAPV2_OP_SUCCESS &&
265 resp->op_code != MSCHAPV2_OP_FAILURE) {
267 "Failure - ignore op %d", resp->op_code);
272 resp->op_code != MSCHAPV2_OP_FAILURE)
    [all...]
  /external/bluetooth/bluedroid/stack/include/
mca_api.h 130 UINT8 op_code; /* The op (request/response) code */ member in struct:__anon2857
136 UINT8 op_code; /* The op (request/response) code */ member in struct:__anon2858
143 UINT8 op_code; /* The op (request/response) code */ member in struct:__anon2859
151 UINT8 op_code; /* The op (request/response) code */ member in struct:__anon2860
uipc_msg.h 51 /* op_code */
114 /* op_code */
127 UINT8 op_code; member in struct:__anon2903
147 /* op_code */
170 UINT8 op_code; /* L2C_SYNC_TO_LITE_REQ */ member in struct:t_l2c_sync_to_lite_req
190 UINT8 op_code; /* L2C_SYNC_TO_LITE_RESP */ member in struct:t_l2c_sync_to_lite_resp
198 UINT8 op_code; /* L2C_REMOVE_TO_LITE_REQ */ member in struct:t_l2c_remove_to_lite_req
209 UINT8 op_code; member in union:t_l2c_sync_msg
223 /* op_code */
270 UINT8 op_code; member in struct:t_avdt_sync_info
279 UINT8 op_code; member in union:t_avdt_sync_msg
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps_upnp_web.c 448 enum wsc_op_code op_code; local
449 *reply = wps_get_msg(peer->wps, &op_code);
473 enum wsc_op_code op_code; local
492 *reply = wps_get_msg(iface->peer.wps, &op_code);
    [all...]
wps_er.c 1028 enum wsc_op_code op_code)
1032 res = wps_process_msg(sta->wps, op_code, msg);
1034 struct wpabuf *next = wps_get_msg(sta->wps, &op_code);
1110 enum wsc_op_code op_code = WSC_MSG; local
1114 op_code = WSC_ACK;
1117 op_code = WSC_NACK;
1120 op_code = WSC_Done;
1124 wps_er_sta_process(sta, msg, op_code);
1715 enum wsc_op_code op_code; local
    [all...]
  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_int.h 158 UINT8 op_code; member in struct:__anon2040
  /external/bluetooth/bluedroid/stack/mcap/
mca_int.h 44 UINT8 op_code; /* the request/response opcode */ member in struct:__anon2955
45 UINT8 rsp_code; /* valid only if op_code is a response */
  /external/libnfc-nci/src/nfc/int/
rw_int.h 123 UINT8 op_code; /* Command sent */ member in struct:__anon9461
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readdwarf.c 341 UChar op_code; local
358 op_code = * data ++;
360 if (0) VG_(printf)("dwarf2: ext OPC: %d\n", op_code);
362 switch (op_code) {
392 (Int)op_code);
400 (Int)op_code, (Addr)adr);
732 UChar op_code; local
736 op_code = * data ++;
738 if (0) VG_(printf)("dwarf2: OPC: %d\n", op_code);
740 if (op_code >= info.li_opcode_base)
    [all...]

Completed in 1634 milliseconds