Searched defs:op_code (Results 1 - 25 of 62) sorted by relevance

123

/external/libnfc-nci/src/nfc/nci/
H A Dnci_hrcv.c48 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/wpa_supplicant_6/wpa_supplicant/src/wps/
H A Dwps.c124 * @op_code: Message OP Code
134 enum wsc_op_code op_code,
138 return wps_registrar_process_msg(wps, op_code, msg);
140 return wps_enrollee_process_msg(wps, op_code, msg);
147 * @op_code: Buffer for returning message OP Code
153 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code) argument
156 return wps_registrar_get_msg(wps, op_code);
158 return wps_enrollee_get_msg(wps, op_code);
133 wps_process_msg(struct wps_data *wps, enum wsc_op_code op_code, const struct wpabuf *msg) argument
/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_auth.c98 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);
H A Datt_protocol.c46 BT_HDR *attp_build_mtu_cmd(UINT8 op_code, UINT16 rx_mtu) argument
55 UINT8_TO_STREAM (p, op_code);
72 BT_HDR *attp_build_exec_write_cmd (UINT8 op_code, UINT8 flag) argument
84 UINT8_TO_STREAM (p, op_code);
86 if (op_code == GATT_REQ_EXEC_WRITE)
136 BT_HDR *attp_build_browse_cmd(UINT8 op_code, UINT16 s_hdl, UINT16 e_hdl, tBT_UUID uuid) argument
148 UINT8_TO_STREAM (p, op_code);
234 BT_HDR *attp_build_handle_cmd(UINT8 op_code, UINT16 handle, UINT16 offset) argument
245 UINT8_TO_STREAM (p, op_code);
251 if (op_code
270 attp_build_opcode_cmd(UINT8 op_code) argument
295 attp_build_value_cmd(UINT16 payload_size, UINT8 op_code, UINT16 handle, UINT16 offset, UINT16 len, UINT8 *p_data) argument
385 attp_build_sr_msg(tGATT_TCB *p_tcb, UINT8 op_code, tGATT_SR_MSG *p_msg) argument
529 attp_send_cl_msg(tGATT_TCB *p_tcb, UINT16 clcb_idx, UINT8 op_code, tGATT_CL_MSG *p_msg) argument
[all...]
H A Dgatt_cl.c74 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
207 UINT8 rt = GATT_SUCCESS, op_code; local
489 gatt_process_read_info_rsp(tGATT_TCB *p_tcb, tGATT_CLCB *p_clcb, UINT8 op_code, UINT16 len, UINT8 *p_data) argument
576 gatt_process_error_rsp(tGATT_TCB *p_tcb, tGATT_CLCB *p_clcb, UINT8 op_code, UINT16 len, UINT8 *p_data) argument
626 gatt_process_prep_write_rsp(tGATT_TCB *p_tcb, tGATT_CLCB *p_clcb, UINT8 op_code, UINT16 len, UINT8 *p_data) argument
667 gatt_process_notification(tGATT_TCB *p_tcb, UINT8 op_code, UINT16 len, UINT8 *p_data) argument
747 gatt_process_read_by_type_rsp(tGATT_TCB *p_tcb, tGATT_CLCB *p_clcb, UINT8 op_code, UINT16 len, UINT8 *p_data) argument
937 gatt_process_read_rsp(tGATT_TCB *p_tcb, tGATT_CLCB *p_clcb, UINT8 op_code, UINT16 len, UINT8 *p_data) argument
1025 gatt_process_handle_rsp(tGATT_TCB *p_tcb, tGATT_CLCB *p_clcb, UINT8 op_code, UINT16 len, UINT8 *p_data) argument
1127 gatt_client_handle_server_rsp(tGATT_TCB *p_tcb, UINT8 op_code, UINT16 len, UINT8 *p_data) argument
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
H A Deap_pax_common.h23 u8 op_code; member in struct:eap_pax_hdr
36 /* op_code: */
/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: */
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
H A Dnfc_hal_nci.c526 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/libvorbis/lib/
H A Dinfo.c571 ogg_packet *op_code){
621 op_code->packet=b->header2;
622 op_code->bytes=oggpack_bytes(&opb);
623 op_code->b_o_s=0;
624 op_code->e_o_s=0;
625 op_code->granulepos=0;
626 op_code->packetno=2;
633 memset(op_code,0,sizeof(*op_code));
567 vorbis_analysis_headerout(vorbis_dsp_state *v, vorbis_comment *vc, ogg_packet *op, ogg_packet *op_comm, ogg_packet *op_code) argument
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
H A Deap_pax.c101 u8 id, u8 op_code, size_t plen)
112 pax->op_code = op_code;
351 wpa_printf(MSG_DEBUG, "EAP-PAX: received frame: op_code 0x%x "
354 req->op_code, req->flags, req->mac_id, req->dh_group_id,
416 if (req->op_code == EAP_PAX_OP_STD_1) {
439 switch (req->op_code) {
448 "op_code %d", req->op_code);
100 eap_pax_alloc_resp(const struct eap_pax_hdr *req, u8 id, u8 op_code, size_t plen) argument
H A Deap_wsc.c234 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);
233 eap_wsc_process_cont(struct eap_wsc_data *data, const u8 *buf, size_t len, u8 op_code) argument
259 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_6/wpa_supplicant/src/eap_server/
H A Deap_wsc.c277 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);
276 eap_wsc_process_cont(struct eap_wsc_data *data, const u8 *buf, size_t len, u8 op_code) argument
303 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...]
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_pax.c94 u8 id, u8 op_code, size_t plen)
105 pax->op_code = op_code;
344 wpa_printf(MSG_DEBUG, "EAP-PAX: received frame: op_code 0x%x "
347 req->op_code, req->flags, req->mac_id, req->dh_group_id,
409 if (req->op_code == EAP_PAX_OP_STD_1) {
432 switch (req->op_code) {
441 "op_code %d", req->op_code);
93 eap_pax_alloc_resp(const struct eap_pax_hdr *req, u8 id, u8 op_code, size_t plen) argument
H A Deap_wsc.c336 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);
335 eap_wsc_process_cont(struct eap_wsc_data *data, const u8 *buf, size_t len, u8 op_code) argument
361 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/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...]
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps.c170 * @op_code: Message OP Code
180 enum wsc_op_code op_code,
184 return wps_registrar_process_msg(wps, op_code, msg);
186 return wps_enrollee_process_msg(wps, op_code, msg);
193 * @op_code: Buffer for returning message OP Code
199 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code) argument
202 return wps_registrar_get_msg(wps, op_code);
204 return wps_enrollee_get_msg(wps, op_code);
179 wps_process_msg(struct wps_data *wps, enum wsc_op_code op_code, const struct wpabuf *msg) argument
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_pax.c94 u8 id, u8 op_code, size_t plen)
105 pax->op_code = op_code;
344 wpa_printf(MSG_DEBUG, "EAP-PAX: received frame: op_code 0x%x "
347 req->op_code, req->flags, req->mac_id, req->dh_group_id,
409 if (req->op_code == EAP_PAX_OP_STD_1) {
432 switch (req->op_code) {
441 "op_code %d", req->op_code);
93 eap_pax_alloc_resp(const struct eap_pax_hdr *req, u8 id, u8 op_code, size_t plen) argument
H A Deap_wsc.c336 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);
335 eap_wsc_process_cont(struct eap_wsc_data *data, const u8 *buf, size_t len, u8 op_code) argument
361 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/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...]
/external/wpa_supplicant_8/src/wps/
H A Dwps.c170 * @op_code: Message OP Code
180 enum wsc_op_code op_code,
184 return wps_registrar_process_msg(wps, op_code, msg);
186 return wps_enrollee_process_msg(wps, op_code, msg);
193 * @op_code: Buffer for returning message OP Code
199 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code) argument
202 return wps_registrar_get_msg(wps, op_code);
204 return wps_enrollee_get_msg(wps, op_code);
179 wps_process_msg(struct wps_data *wps, enum wsc_op_code op_code, const struct wpabuf *msg) argument
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_pax.c94 u8 id, u8 op_code, size_t plen)
105 pax->op_code = op_code;
344 wpa_printf(MSG_DEBUG, "EAP-PAX: received frame: op_code 0x%x "
347 req->op_code, req->flags, req->mac_id, req->dh_group_id,
409 if (req->op_code == EAP_PAX_OP_STD_1) {
432 switch (req->op_code) {
441 "op_code %d", req->op_code);
93 eap_pax_alloc_resp(const struct eap_pax_hdr *req, u8 id, u8 op_code, size_t plen) argument
H A Deap_wsc.c336 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);
335 eap_wsc_process_cont(struct eap_wsc_data *data, const u8 *buf, size_t len, u8 op_code) argument
361 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_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...]

Completed in 1594 milliseconds

123