Skip to content
Tom Barbette edited this page Oct 3, 2018 · 2 revisions

SetNoAck Element Documentation

NAME

SetNoAck — Click element; Sets the No-Ack bit in tx-flags

SYNOPSIS

SetNoAck()

Ports: 1 input, 1 output
Processing: agnostic

DESCRIPTION

Sets the WIFI_EXTRA_TX_NOACK in wifi_extra_anno. This will make RadiotapEncap() set the TX flag IEEE80211_RADIOTAP_F_TX_NOACK, and that again will make mac80211 based drivers set the IEEE80211_TX_CTL_NO_ACK flag in the annotation of the outgoing packet. Rate control is bypassed, and the packet is sent only once with the rate specified by SetTXRate(). If the receiver is a monitor, there will be no ACK.

Generated by click-elem2man from ../elements/wifi/setnoack.hh:7 on 2018/10/03.

Clone this wiki locally