dot11PhyOFDMTable)dot11PhyDSSSTable)dot11PhyOperationTable)dot11ResourceInfoTable)dot11OperationTable)dot11StationConfigTable)dot11PhyTxPowerTable)
SNMP::Info::IEEE802dot11 - SNMP Interface to data from IEEE802dot11-MIB
Eric Miller
my $dot11 = new SNMP::Info(
AutoSpecify => 1,
Debug => 1,
DestHost => 'myswitch',
Community => 'public',
Version => 2
)
or die "Can't connect to DestHost.\n";
my $class = $dot11->class();
print " Using device sub class : $class\n";
SNMP::Info::IEEE802dot11 is a subclass of SNMP::Info that provides an interface to IEEE802dot11-MIB. This MIB is used in standards based 802.11 wireless devices.
Use or create a subclass of SNMP::Info that inherits this one. Do not use directly.
None.
These are methods that return scalar value from SNMP
vendor()
Tries to discover the vendor from dot11_man_name() - returns lower case
of the first word in the first instance found.
model()
Tries to discover the model from dot11_prod_name() - returns lower case
of the first instance found.
os_ver()
Tries to discover the operating system version from dot11_prod_ver() - returns
string of numeric and decimals in the first instance found.
These are methods that return tables of information in the form of a reference to a hash.
i_ssidlist()
Returns reference to hash. SSID's recognized by the radio interface.
(dot11DesiredSSID)
i_80211channel()
Returns reference to hash. Current operating frequency channel of the radio interface.
dot11_cur_tx_pwr_mw()
Returns reference to hash. Current transmit power, in milliwatts, of the radio interface.
dot11PhyOFDMTable)dot11_cur_freq()
(dot11CurrentFrequency)
dot11PhyDSSSTable)dot11_cur_ch()
(dot11CurrentChannel)
dot11PhyOperationTable)dot11_phy_type()
(dot11PHYType)
dot11_reg_dom()
(dot11CurrentRegDomain)
dot11ResourceInfoTable)dot11_prod_ver()
(dot11manufacturerProductVersion)
dot11_prod_name()
(dot11manufacturerProductName)
dot11_man_name()
(dot11manufacturerName)
dot11OperationTable)dot11_mac()
(dot11MACAddress)
dot11StationConfigTable)dot11_bss_type()
(dot11DesiredBSSType)
dot11_pwr_mode()
(dot11PowerManagementMode)
dot11_sta_id()
(dot11StationID)
dot11PhyTxPowerTable)dot11_cur_tx_pwr()
(dot11CurrentTxPowerLevel)
dot11_tx_pwr_level_1()
(dot11TxPowerLevel1)
dot11_tx_pwr_level_2()
(dot11TxPowerLevel2)
dot11_tx_pwr_level_3()
(dot11TxPowerLevel3)
dot11_tx_pwr_level_4()
(dot11TxPowerLevel4)
dot11_tx_pwr_level_5()
(dot11TxPowerLevel5)
dot11_tx_pwr_level_6()
(dot11TxPowerLevel6)
dot11_tx_pwr_level_7()
(dot11TxPowerLevel7)
dot11_tx_pwr_level_8()
(dot11TxPowerLevel8)