From: Archie Pusaka <apusaka@xxxxxxxxxxxx> According to https://specificationrefs.bluetooth.com/language-mapping/Appropriate_Language_Mapping_Table.pdf "flooding" is the preferred term. --- (no changes since v1) unit/test-mesh-crypto.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unit/test-mesh-crypto.c b/unit/test-mesh-crypto.c index 12709dace0..f9b7d81da7 100644 --- a/unit/test-mesh-crypto.c +++ b/unit/test-mesh-crypto.c @@ -111,7 +111,7 @@ static const struct mesh_crypto_test s8_1_2 = { }; static const struct mesh_crypto_test s8_1_3 = { - .name = "8.1.3 k2 function (master)", + .name = "8.1.3 k2 function (flooding)", .net_key = "f7a2a44f8e8a8029064f173ddc1e2b00", .p = "00", .nid = "7f", @@ -159,7 +159,7 @@ static const struct mesh_crypto_test s8_2_1 = { }; static const struct mesh_crypto_test s8_2_2 = { - .name = "8.2.2 Encryption and privacy keys (Master)", + .name = "8.2.2 Encryption and privacy keys (flooding)", .net_key = "7dd7364cd842ad18c17c2b820c84c3d6", .p = "00", .nid = "68", -- 2.33.0.464.g1972c5931b-goog