Home
last modified time | relevance | path

Searched refs:ack_requested (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/net/l2/ieee802154/
Dieee802154_frame.c238 bool ack_requested, bool has_pan_id, in validate_mac_command_cfi_to_mhr() argument
242 if (mhr->fs->fc.ar != ack_requested || mhr->fs->fc.pan_id_comp == has_pan_id) { in validate_mac_command_cfi_to_mhr()
274 bool ack_requested = false; in validate_mac_command() local
286 ack_requested = true; in validate_mac_command()
302 ack_requested = true; in validate_mac_command()
309 ack_requested = true; in validate_mac_command()
347 ack_requested = true; in validate_mac_command()
360 if (!validate_mac_command_cfi_to_mhr(&mpdu->mhr, ack_requested, has_pan_id, src_bf, in validate_mac_command()
518 static inline struct ieee802154_fcf_seq *generate_fcf_grounds(uint8_t **p_buf, bool ack_requested) in generate_fcf_grounds() argument
526 fs->fc.ar = ack_requested; in generate_fcf_grounds()
[all …]
Dieee802154_mgmt.c720 ctx->ack_requested = true; in ieee802154_set_ack()
722 ctx->ack_requested = false; in ieee802154_set_ack()
/Zephyr-latest/include/zephyr/net/
Dieee802154.h381 uint8_t ack_requested: 1; member