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

WepDecap Element Documentation

NAME

WepDecap — Click element; Turns 802.11 packets into ethernet packets

SYNOPSIS

WepDecap

Ports: 1 input, 1 output
Processing: agnostic

DESCRIPTION

EXAMPLES

  wifi_cl :: Classifier (0/00%0c,
                         0/04%0c,
                         0/08%0c);
 
  wifi_cl [0] -> Discard; //mgt
  wifi_cl [1] -> Discard; //ctl
  wifi_cl [2] -> wifi_decap :: WepDecap() -> ...

SEE ALSO

WifiEncap

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

Clone this wiki locally