-
Notifications
You must be signed in to change notification settings - Fork 321
WirelessInfo
Eddie Kohler edited this page Oct 17, 2017
·
2 revisions
WirelessInfo — Click element; Tracks 802.11 configuration information (ssid, etc).
WirelessInfo([I<keywords CHANNEL, SSID, BSSID, INTERVAL])
Ports: none
Tracks 80.211 configuration. Similar to what you can specify with 'iwconfig' in linux. Does not process packets.
Keyword arguments are:
- CHANNEL — Argument is an integer for what channel this configuration is operating on.
- SSID — Argument is a string.
- BSSID — Argument is an Ethernet Address.
- INTERVAL — Beacon interval for access points, in milliseconds.
- ssid (read/write) — Same as 'SSID'.
- channel (read/write) — Same as 'CHANNEL'.
- bssid (read/write) — Same as 'BSSID'.
- interval (read/write) — Same as 'INTERVAL'.
Generated by click-elem2man from ../elements/wifi/wirelessinfo.hh:10
on 2017/10/17.