Home
last modified time | relevance | path

Searched refs:bootstrap_mode (Results 1 – 11 of 11) sorted by relevance

/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_obj_access_control.h28 uint16_t operation, bool bootstrap_mode);
Dlwm2m_obj_access_control.c255 uint16_t operation, bool bootstrap_mode) in access_control_check_access() argument
258 if (bootstrap_mode) { in access_control_check_access()
262 ARG_UNUSED(bootstrap_mode); in access_control_check_access()
Dlwm2m_rw_oma_tlv.c857 if ((msg->ctx->bootstrap_mode || in do_write_op_tlv_item()
901 (msg->ctx->bootstrap_mode || in write_tlv_resource()
965 (msg->ctx->bootstrap_mode || msg->operation == LWM2M_OP_CREATE))) { in lwm2m_multi_resource_tlv_parse()
1025 if (!msg->ctx->bootstrap_mode) { in do_write_op_tlv()
Dlwm2m_rd_client.c810 client.ctx->bootstrap_mode = true; in sm_do_bootstrap_reg()
1059 client.ctx->bootstrap_mode = false; in sm_do_registration()
1333 if (client.ctx->bootstrap_mode && in sm_do_network_error()
1378 if (client.ctx->bootstrap_mode) { in sm_do_network_error()
1417 if (client.ctx->bootstrap_mode) { in sm_do_network_error()
Dlwm2m_message_handling.c1636 if (!msg->ctx->bootstrap_mode) { in lwm2m_delete_handler()
2019 return do_discover_op_link_format(msg, msg->ctx->bootstrap_mode); in do_discover_op()
2233 static bool lwm2m_engine_path_included(uint8_t code, bool bootstrap_mode) in lwm2m_engine_path_included() argument
2239 if (bootstrap_mode) { in lwm2m_engine_path_included()
2363 if (r == 0 && lwm2m_engine_path_included(code, msg->ctx->bootstrap_mode)) { in handle_request()
2423 if (lwm2m_engine_path_included(code, msg->ctx->bootstrap_mode)) { in handle_request()
2424 if (!(msg->ctx->bootstrap_mode && msg->path.level == LWM2M_PATH_LEVEL_NONE)) { in handle_request()
2512 msg->ctx->bootstrap_mode); in handle_request()
2521 msg->path.obj_id == LWM2M_OBJECT_SECURITY_ID && !msg->ctx->bootstrap_mode) { in handle_request()
2594 if (msg->ctx->bootstrap_mode) { in handle_request()
[all …]
Dlwm2m_rw_senml_cbor.c772 if ((msg->ctx->bootstrap_mode || in do_write_op_item()
1030 (msg->ctx->bootstrap_mode || msg->operation == LWM2M_OP_CREATE))) { in do_write_op_senml_cbor()
Dlwm2m_rw_senml_json.c1442 if ((msg->ctx->bootstrap_mode || in lwm2m_senml_write_operation()
1543 (msg->ctx->bootstrap_mode || msg->operation == LWM2M_OP_CREATE))) { in do_write_op_senml_json()
Dlwm2m_engine.c256 if (!client_ctx->bootstrap_mode) { in lwm2m_engine_bootstrap_override()
Dlwm2m_registry.c1395 if (!msg->ctx->bootstrap_mode) { in lwm2m_get_or_create_engine_obj()
/Zephyr-latest/include/zephyr/net/
Dlwm2m.h294 bool bootstrap_mode; member
/Zephyr-latest/tests/net/lib/lwm2m/lwm2m_engine/src/
Dmain.c288 ctx.bootstrap_mode = true; in ZTEST()