Home
last modified time | relevance | path

Searched refs:IEEE802154_SECURITY_LEVEL_NONE (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/subsys/net/l2/ieee802154/
Dieee802154_security.c37 if (level > IEEE802154_SECURITY_LEVEL_NONE && in ieee802154_security_setup_session()
45 if (level == IEEE802154_SECURITY_LEVEL_NONE) { in ieee802154_security_setup_session()
93 if (sec_ctx->level == IEEE802154_SECURITY_LEVEL_NONE) { in ieee802154_security_teardown_session()
99 sec_ctx->level = IEEE802154_SECURITY_LEVEL_NONE; in ieee802154_security_teardown_session()
112 is_authenticated = level != IEEE802154_SECURITY_LEVEL_NONE; in prepare_cipher_aead_pkt()
141 if (!sec_ctx || sec_ctx->level == IEEE802154_SECURITY_LEVEL_NONE) { in ieee802154_decrypt_auth()
174 if (!sec_ctx || sec_ctx->level == IEEE802154_SECURITY_LEVEL_NONE) { in ieee802154_encrypt_auth()
Dieee802154_frame.c477 if (sec_ctx->level == IEEE802154_SECURITY_LEVEL_NONE) { in ieee802154_compute_header_and_authtag_len()
651 if (sec_ctx->level == IEEE802154_SECURITY_LEVEL_NONE) { in generate_aux_security_hdr()
722 if (ctx->sec_ctx.level == IEEE802154_SECURITY_LEVEL_NONE) { in ieee802154_create_data_frame()
Dieee802154_frame.h131 IEEE802154_SECURITY_LEVEL_NONE = 0x0, enumerator
Dieee802154_mgmt.c519 cmd->assoc_req.ci.sec_capability = ctx->sec_ctx.level > IEEE802154_SECURITY_LEVEL_NONE; in ieee802154_associate()
/Zephyr-latest/tests/net/ieee802154/l2/src/
Dieee802154_test.c339 if (security_level == IEEE802154_SECURITY_LEVEL_NONE) { in set_up_security()
374 .level = IEEE802154_SECURITY_LEVEL_NONE, in tear_down_security()
712 security_level == IEEE802154_SECURITY_LEVEL_NONE; in test_dgram_packet_sending()
1381 IEEE802154_SECURITY_LEVEL_NONE); in ZTEST()
1392 IEEE802154_SECURITY_LEVEL_NONE, true); in ZTEST()