-
Notifications
You must be signed in to change notification settings - Fork 81
BeaconScanner
Tom Barbette edited this page Oct 3, 2018
·
2 revisions
BeaconScanner — Click element; Listens for 802.11 beacons and sends probe requests.
BeaconScanner
Ports: 1 input, 1 output
Processing: agnostic
- scan read (only) — Statistics about access points that the element has received beacons from.
- reset (read/write) — Clear the list of access points.
- channel — If the channel is greater than 0, it will only record statistics for beacons received with that channel in the packet. If channel is 0, it will record statistics for all beacons received. If channel is less than 0, it will discard all beaconds
FromDevice(ath0)
-> Prism2Decap()
-> ExtraDecap()
-> Classifier(0/80%f0) // only beacon packets
-> bs :: BeaconScanner()
-> Discard;
Generated by click-elem2man from ../elements/wifi/station/beaconscanner.hh:10
on 2018/10/03.