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()
858 if ((msg->ctx->bootstrap_mode || in do_write_op_tlv_item()902 (msg->ctx->bootstrap_mode || in write_tlv_resource()966 (msg->ctx->bootstrap_mode || msg->operation == LWM2M_OP_CREATE))) { in lwm2m_multi_resource_tlv_parse()1026 if (!msg->ctx->bootstrap_mode) { in do_write_op_tlv()
806 client.ctx->bootstrap_mode = true; in sm_do_bootstrap_reg()1048 client.ctx->bootstrap_mode = false; in sm_do_registration()1318 if (client.ctx->bootstrap_mode && in sm_do_network_error()1363 if (client.ctx->bootstrap_mode) { in sm_do_network_error()1402 if (client.ctx->bootstrap_mode) { in sm_do_network_error()
1628 if (!msg->ctx->bootstrap_mode) { in lwm2m_delete_handler()2011 return do_discover_op_link_format(msg, msg->ctx->bootstrap_mode); in do_discover_op()2225 static bool lwm2m_engine_path_included(uint8_t code, bool bootstrap_mode) in lwm2m_engine_path_included() argument2231 if (bootstrap_mode) { in lwm2m_engine_path_included()2355 if (r == 0 && lwm2m_engine_path_included(code, msg->ctx->bootstrap_mode)) { in handle_request()2415 if (lwm2m_engine_path_included(code, msg->ctx->bootstrap_mode)) { in handle_request()2416 if (!(msg->ctx->bootstrap_mode && msg->path.level == LWM2M_PATH_LEVEL_NONE)) { in handle_request()2504 msg->ctx->bootstrap_mode); in handle_request()2513 msg->path.obj_id == LWM2M_OBJECT_SECURITY_ID && !msg->ctx->bootstrap_mode) { in handle_request()2586 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()
1444 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()
256 if (!client_ctx->bootstrap_mode) { in lwm2m_engine_bootstrap_override()
1396 if (!msg->ctx->bootstrap_mode) { in lwm2m_get_or_create_engine_obj()
294 bool bootstrap_mode; member
288 ctx.bootstrap_mode = true; in ZTEST()