Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/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.c858 if ((msg->ctx->bootstrap_mode || in do_write_op_tlv_item()
902 (msg->ctx->bootstrap_mode || in write_tlv_resource()
945 (msg->ctx->bootstrap_mode || msg->operation == LWM2M_OP_CREATE))) { in lwm2m_multi_resource_tlv_parse()
1004 if (!msg->ctx->bootstrap_mode) { in do_write_op_tlv()
Dlwm2m_rd_client.c821 client.ctx->bootstrap_mode = true; in sm_do_bootstrap_reg()
822 ret = sm_select_security_inst(client.ctx->bootstrap_mode, in sm_do_bootstrap_reg()
1071 client.ctx->bootstrap_mode = false; in sm_do_registration()
1072 ret = sm_select_security_inst(client.ctx->bootstrap_mode, in sm_do_registration()
1268 if (client.ctx->bootstrap_mode) { in sm_do_network_error()
Dlwm2m_message_handling.c1563 if (!msg->ctx->bootstrap_mode) { in lwm2m_delete_handler()
1946 return do_discover_op_link_format(msg, msg->ctx->bootstrap_mode); in do_discover_op()
2146 static bool lwm2m_engine_path_included(uint8_t code, bool bootstrap_mode) in lwm2m_engine_path_included() argument
2152 if (bootstrap_mode) { in lwm2m_engine_path_included()
2264 if (r == 0 && lwm2m_engine_path_included(code, msg->ctx->bootstrap_mode)) { in handle_request()
2324 if (lwm2m_engine_path_included(code, msg->ctx->bootstrap_mode)) { in handle_request()
2325 if (!(msg->ctx->bootstrap_mode && msg->path.level == LWM2M_PATH_LEVEL_NONE)) { in handle_request()
2413 msg->ctx->bootstrap_mode); in handle_request()
2421 if (msg->path.obj_id == LWM2M_OBJECT_SECURITY_ID && !msg->ctx->bootstrap_mode) { in handle_request()
2494 if (msg->ctx->bootstrap_mode) { in handle_request()
Dlwm2m_rw_senml_cbor.c760 if ((msg->ctx->bootstrap_mode || in do_write_op_item()
1018 (msg->ctx->bootstrap_mode || msg->operation == LWM2M_OP_CREATE))) { in do_write_op_senml_cbor()
Dlwm2m_rw_senml_json.c1444 if ((msg->ctx->bootstrap_mode || in lwm2m_senml_write_operation()
1545 (msg->ctx->bootstrap_mode || msg->operation == LWM2M_OP_CREATE))) { in do_write_op_senml_json()
Dlwm2m_engine.c250 if (!client_ctx->bootstrap_mode) { in lwm2m_engine_bootstrap_override()
Dlwm2m_registry.c1934 if (!msg->ctx->bootstrap_mode) { in lwm2m_get_or_create_engine_obj()
/Zephyr-Core-3.5.0/tests/net/lib/lwm2m/lwm2m_engine/src/
Dmain.c283 ctx.bootstrap_mode = true; in ZTEST()
/Zephyr-Core-3.5.0/include/zephyr/net/
Dlwm2m.h228 bool bootstrap_mode; member