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

WirelessInfo Element Documentation

NAME

WirelessInfo — Click element; Tracks 802.11 configuration information (ssid, etc).

SYNOPSIS

WirelessInfo([I<keywords CHANNEL, SSID, BSSID, INTERVAL])

Ports: none

DESCRIPTION

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.

ELEMENT HANDLERS

  • 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 2018/10/03.

Clone this wiki locally