HomeSort by relevance Sort by last modified time
    Searched refs:op_code (Results 26 - 47 of 47) sorted by null

12

  /external/wpa_supplicant_8/src/eap_peer/
eap_mschapv2.c 32 u8 op_code; /* MSCHAPV2_OP_* */ member in struct:eap_mschapv2_hdr
174 ms->op_code = MSCHAPV2_OP_RESPONSE;
375 /* Note: Only op_code of the EAP-MSCHAPV2 header is included in success
386 wpabuf_put_u8(resp, MSCHAPV2_OP_SUCCESS); /* op_code */
548 ms->op_code = MSCHAPV2_OP_CHANGE_PASSWORD;
697 /* Note: Only op_code of the EAP-MSCHAPV2 header is included in failure
704 wpabuf_put_u8(resp, MSCHAPV2_OP_FAILURE); /* op_code */
819 switch (ms->op_code) {
830 ms->op_code);
  /system/bt/stack/gatt/
gatt_utils.c     [all...]
gatt_attr.c 43 static void gatt_request_cback(UINT16 conn_id, UINT32 trans_id, UINT8 op_code, tGATTS_DATA *p_data);
gatt_api.c 738 GATT_TRACE_ERROR ("GATTS_SendRsp conn_id: %u waiting for op_code = %02x",
739 conn_id, p_tcb->sr_cmd.op_code);
744 cmd_sent = gatt_sr_process_app_rsp (p_tcb, gatt_if, trans_id, p_tcb->sr_cmd.op_code, status, p_msg);
    [all...]
  /external/libvorbis/include/vorbis/
codec.h 192 ogg_packet *op_code);
  /external/wpa_supplicant_8/src/wps/
wps_registrar.c     [all...]
wps_upnp_web.c 457 enum wsc_op_code op_code; local
458 *reply = wps_get_msg(peer->wps, &op_code);
496 enum wsc_op_code op_code; local
563 *reply = wps_get_msg(peer->wps, &op_code);
    [all...]
wps.h 222 enum wsc_op_code op_code,
225 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code);
  /toolchain/binutils/binutils-2.25/binutils/
dwarf.c 450 unsigned char op_code; local
467 op_code = *data++;
469 printf (_(" Extended opcode %d: "), op_code);
471 switch (op_code)
600 if (op_code >= DW_LNE_lo_user
603 for op_code. */
604 /*&& op_code <= DW_LNE_hi_user*/)
3007 unsigned char op_code; local
3620 unsigned char op_code; local
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
readdwarf.c 266 UChar op_code = ML_(cur_step_UChar)(data); local
267 if (0) VG_(printf)("dwarf2: ext OPC: %d\n", op_code);
269 switch (op_code) {
293 (Int)op_code);
301 (Int)op_code, (Addr)adr);
611 UChar op_code = ML_(cur_step_UChar)(&data); local
613 if (0) VG_(printf)("dwarf2: OPC: %d\n", op_code);
615 if (op_code >= info.li_opcode_base) {
616 op_code -= info.li_opcode_base;
617 Word adv = (op_code / info.li_line_range
    [all...]
  /system/bt/stack/btm/
btm_ble_privacy.c 65 void btm_ble_enq_resolving_list_pending(BD_ADDR pseudo_bda, UINT8 op_code)
70 p_q->resolve_q_action[p_q->q_next] = op_code;
    [all...]
btm_ble_int.h 404 extern void btm_ble_rand_enc_complete (UINT8 *p, UINT16 op_code, tBTM_RAND_ENC_CB *p_enc_cplt_cback);
btm_ble.c     [all...]
  /system/bt/stack/mcap/
mca_int.h 45 UINT8 op_code; /* the request/response opcode */ member in struct:__anon73945
46 UINT8 rsp_code; /* valid only if op_code is a response */
  /system/bt/stack/srvc/
srvc_eng.c 34 static void srvc_eng_s_request_cback (UINT16 conn_id, UINT32 trans_id, UINT8 op_code, tGATTS_DATA *p_data);
328 GATT_TRACE_EVENT ("srvc_eng_c_cmpl_cback() - op_code: 0x%02x status: 0x%02x ", op, status);
  /device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/
mm_camera.c 521 mm_camera_ops_type_t op_code)
527 if (op_code != MM_CAMERA_OPS_LOCAL) {
528 index = op_code/32;
530 (1<<op_code)) != 0);
    [all...]
  /system/bt/bta/gatt/
bta_gattc_int.h 159 UINT8 op_code; member in struct:__anon72871
bta_gattc_act.c     [all...]
  /system/bt/stack/smp/
smp_keys.c 455 void smp_concatenate_local( tSMP_CB *p_cb, UINT8 **p_data, UINT8 op_code)
460 UINT8_TO_STREAM(p, op_code);
475 void smp_concatenate_peer( tSMP_CB *p_cb, UINT8 **p_data, UINT8 op_code)
480 UINT8_TO_STREAM(p, op_code);
    [all...]
  /external/libnfc-nci/src/nfc/int/
rw_int.h 124 UINT8 op_code; /* Command sent */ member in struct:__anon15922
    [all...]
  /system/bt/stack/gap/
gap_ble.c 43 static void gap_ble_s_attr_request_cback (UINT16 conn_id, UINT32 trans_id, tGATTS_REQ_TYPE op_code, tGATTS_DATA *p_data);
632 GAP_TRACE_EVENT ("gap_ble_c_cmpl_cback() - op_code: 0x%02x status: 0x%02x read_type: 0x%04x", op, status, op_type);
  /toolchain/binutils/binutils-2.25/bfd/
dwarf2.c 1550 unsigned char op_code, extended_op, adj_opcode; local
    [all...]

Completed in 1238 milliseconds

12