Searched refs:bootstrap_mode (Results 1 – 11 of 11) sorted by relevance
28 uint16_t operation, bool bootstrap_mode);
255 uint16_t operation, bool bootstrap_mode) in access_control_check_access() argument258 if (bootstrap_mode) { in access_control_check_access()262 ARG_UNUSED(bootstrap_mode); in access_control_check_access()
857 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()
810 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()
1636 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() argument2239 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 …]
772 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()
1442 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()
256 if (!client_ctx->bootstrap_mode) { in lwm2m_engine_bootstrap_override()
1395 if (!msg->ctx->bootstrap_mode) { in lwm2m_get_or_create_engine_obj()
294 bool bootstrap_mode; member
288 ctx.bootstrap_mode = true; in ZTEST()