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

WepEncap Element Documentation

NAME

WepEncap — Click element; Turns 802.11 packets into ethernet packets

SYNOPSIS

WepEncap

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 :: WepEncap() -> ...

SEE ALSO

WifiEncap

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

Clone this wiki locally