Ac6 Training Logo
Training Consulting Tools
xref: /Zephyr-4.3.0/tests/bsim/bluetooth/mesh/tests_scripts/replay_cache/replay_attack.sh
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#!/usr/bin/env bash
2# Copyright 2021 Nordic Semiconductor
3# SPDX-License-Identifier: Apache-2.0
4
5source $(dirname "${BASH_SOURCE[0]}")/../../_mesh_test.sh
6
7overlay=overlay_pst_conf
8RunTest mesh_replay_attack \
9    rpc_tx_immediate_replay_attack \
10    rpc_rx_immediate_replay_attack -flash=../results/mesh_replay_attack/flash.bin -flash_erase
11
12overlay=overlay_pst_conf
13RunTest mesh_replay_attack \
14    rpc_tx_power_replay_attack \
15    rpc_rx_power_replay_attack -flash=../results/mesh_replay_attack/flash.bin -flash_rm
16

served by {OpenGrok

Last Index Update: Sat Apr 25 03:01:49 CEST 2026

CodEx Logo