zephyr/tests/net/ieee802154/l2
Florian Grandel 315394eb53 net: l2: ieee802154: consistently name authtag length
The naming of variables and arguments containing the authentication
tag length was inconsistent:

* Naming inconsistency between header "length" vs. authtag "size"
  in the same API calls
* "Tag" rather than "Auth[orization ]Tag" in external API calls
  which is too generic from a compliance and readability viewpoint.

This is in preparation to zero-copy authentication support.

Almost all call sites will be subject to required structural changes
later on so no relevant git blame noise/history loss will be introduced
by this naming change in the long run.

Signed-off-by: Florian Grandel <fgrandel@code-for-humans.de>
2023-05-24 16:41:57 +02:00
..
src net: l2: ieee802154: consistently name authtag length 2023-05-24 16:41:57 +02:00
CMakeLists.txt cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
prj.conf tests: net: l2: ieee802154: active scan shell/mgmnt coverage 2023-05-22 16:33:28 +02:00
testcase.yaml net: l2: ieee802154: test: /w and /wo sockets 2023-05-22 08:06:14 +00:00