Lines Matching refs:ack_requested
238 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()
684 fs = generate_fcf_grounds(&p_buf, ctx->ack_requested); in ieee802154_create_data_frame()
873 &p_buf, type == IEEE802154_CFI_BEACON_REQUEST ? false : ctx->ack_requested); in ieee802154_create_mac_cmd_frame()