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

WifiSeq Element Documentation

NAME

WifiSeq — Click element; Sets the 802.11 sequence number in a packet.

SYNOPSIS

WifiSeq()

Ports: 1 input, any number of outputs
Processing: agnostic

DESCRIPTION

Arguments are:

  • OFFSET — How many bytes in the packet to put the seuqnce number. Default is 22.
  • BYTES — How many bytes the sequence number should use. Values can be 2 or 4. Default is 2.
  • SHIFT — How many bits to shift the sequence number before setting the value in the packet. Default is 4.

ELEMENT HANDLERS

  • seq (read/write) — Sets or reads the next sequence number

SEE ALSO

WifiEncap

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

Clone this wiki locally