.\" Automatically generated by Pod::Man 4.07 (Pod::Simple 3.32) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" Set up some character translations and predefined strings. \*(-- will .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left .\" double quote, and \*(R" will give a right double quote. \*(C+ will .\" give a nicer C++. Capital omega is used to do unbreakable dashes and .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, .\" nothing in troff, for use with C<>. .tr \(*W- .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' .ie n \{\ . ds -- \(*W- . ds PI pi . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch . ds L" "" . ds R" "" . ds C` "" . ds C' "" 'br\} .el\{\ . ds -- \|\(em\| . ds PI \(*p . ds L" `` . ds R" '' . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .if !\nF .nr F 0 .if \nF>0 \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} .\} .\" ======================================================================== .\" .IX Title "Info::IEEE802dot11 3pm" .TH Info::IEEE802dot11 3pm "2016-12-21" "perl v5.24.1" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH "NAME" SNMP::Info::IEEE802dot11 \- SNMP Interface to data from IEEE802dot11\-MIB .SH "AUTHOR" .IX Header "AUTHOR" Eric Miller .SH "SYNOPSIS" .IX Header "SYNOPSIS" .Vb 7 \& my $dot11 = new SNMP::Info( \& AutoSpecify => 1, \& Debug => 1, \& DestHost => \*(Aqmyswitch\*(Aq, \& Community => \*(Aqpublic\*(Aq, \& Version => 2 \& ) \& \& or die "Can\*(Aqt connect to DestHost.\en"; \& \& my $class = $dot11\->class(); \& print " Using device sub class : $class\en"; .Ve .SH "DESCRIPTION" .IX Header "DESCRIPTION" SNMP::Info::IEEE802dot11 is a subclass of SNMP::Info that provides an interface to \fIIEEE802dot11\-MIB\fR. This \s-1MIB\s0 is used in standards based 802.11 wireless devices. .PP Use or create a subclass of SNMP::Info that inherits this one. Do not use directly. .SS "Inherited Classes" .IX Subsection "Inherited Classes" .RS 4 None. .RE .SS "Required MIBs" .IX Subsection "Required MIBs" .IP "\fIIEEE802dot11\-MIB\fR" 4 .IX Item "IEEE802dot11-MIB" .SH "GLOBALS" .IX Header "GLOBALS" These are methods that return scalar value from \s-1SNMP\s0 .ie n .IP "$dot11\->\fIvendor()\fR" 4 .el .IP "\f(CW$dot11\fR\->\fIvendor()\fR" 4 .IX Item "$dot11->vendor()" Tries to discover the vendor from \fIdot11_man_name()\fR \- returns lower case of the first word in the first instance found. .ie n .IP "$dot11\->\fImodel()\fR" 4 .el .IP "\f(CW$dot11\fR\->\fImodel()\fR" 4 .IX Item "$dot11->model()" Tries to discover the model from \fIdot11_prod_name()\fR \- returns lower case of the first instance found. .ie n .IP "$dot11\->\fIos_ver()\fR" 4 .el .IP "\f(CW$dot11\fR\->\fIos_ver()\fR" 4 .IX Item "$dot11->os_ver()" Tries to discover the operating system version from \fIdot11_prod_ver()\fR \- returns string of numeric and decimals in the first instance found. .SH "TABLE METHODS" .IX Header "TABLE METHODS" These are methods that return tables of information in the form of a reference to a hash. .ie n .IP "$dot11\->\fIi_ssidlist()\fR" 4 .el .IP "\f(CW$dot11\fR\->\fIi_ssidlist()\fR" 4 .IX Item "$dot11->i_ssidlist()" Returns reference to hash. \s-1SSID\s0's recognized by the radio interface. .Sp (\f(CW\*(C`dot11DesiredSSID\*(C'\fR) .ie n .IP "$dot11\->\fIi_80211channel()\fR" 4 .el .IP "\f(CW$dot11\fR\->\fIi_80211channel()\fR" 4 .IX Item "$dot11->i_80211channel()" Returns reference to hash. Current operating frequency channel of the radio interface. .ie n .IP "$dot11\->\fIdot11_cur_tx_pwr_mw()\fR" 4 .el .IP "\f(CW$dot11\fR\->\fIdot11_cur_tx_pwr_mw()\fR" 4 .IX Item "$dot11->dot11_cur_tx_pwr_mw()" Returns reference to hash. Current transmit power, in milliwatts, of the radio interface. .ie n .SS "Dot11 Phy \s-1OFDM\s0 Table (""dot11PhyOFDMTable"")" .el .SS "Dot11 Phy \s-1OFDM\s0 Table (\f(CWdot11PhyOFDMTable\fP)" .IX Subsection "Dot11 Phy OFDM Table (dot11PhyOFDMTable)" .ie n .IP "$dot11\->\fIdot11_cur_freq()\fR" 4 .el .IP "\f(CW$dot11\fR\->\fIdot11_cur_freq()\fR" 4 .IX Item "$dot11->dot11_cur_freq()" (\f(CW\*(C`dot11CurrentFrequency\*(C'\fR) .ie n .SS "Dot11 Phy \s-1DSSS\s0 Table (""dot11PhyDSSSTable"")" .el .SS "Dot11 Phy \s-1DSSS\s0 Table (\f(CWdot11PhyDSSSTable\fP)" .IX Subsection "Dot11 Phy DSSS Table (dot11PhyDSSSTable)" .ie n .IP "$dot11\->\fIdot11_cur_ch()\fR" 4 .el .IP "\f(CW$dot11\fR\->\fIdot11_cur_ch()\fR" 4 .IX Item "$dot11->dot11_cur_ch()" (\f(CW\*(C`dot11CurrentChannel\*(C'\fR) .ie n .SS "Dot11 Phy Operation Table (""dot11PhyOperationTable"")" .el .SS "Dot11 Phy Operation Table (\f(CWdot11PhyOperationTable\fP)" .IX Subsection "Dot11 Phy Operation Table (dot11PhyOperationTable)" .ie n .IP "$dot11\->\fIdot11_phy_type()\fR" 4 .el .IP "\f(CW$dot11\fR\->\fIdot11_phy_type()\fR" 4 .IX Item "$dot11->dot11_phy_type()" (\f(CW\*(C`dot11PHYType\*(C'\fR) .ie n .IP "$dot11\->\fIdot11_reg_dom()\fR" 4 .el .IP "\f(CW$dot11\fR\->\fIdot11_reg_dom()\fR" 4 .IX Item "$dot11->dot11_reg_dom()" (\f(CW\*(C`dot11CurrentRegDomain\*(C'\fR) .ie n .SS "Dot11 Resource Information Table (""dot11ResourceInfoTable"")" .el .SS "Dot11 Resource Information Table (\f(CWdot11ResourceInfoTable\fP)" .IX Subsection "Dot11 Resource Information Table (dot11ResourceInfoTable)" .ie n .IP "$dot11\->\fIdot11_prod_ver()\fR" 4 .el .IP "\f(CW$dot11\fR\->\fIdot11_prod_ver()\fR" 4 .IX Item "$dot11->dot11_prod_ver()" (\f(CW\*(C`dot11manufacturerProductVersion\*(C'\fR) .ie n .IP "$dot11\->\fIdot11_prod_name()\fR" 4 .el .IP "\f(CW$dot11\fR\->\fIdot11_prod_name()\fR" 4 .IX Item "$dot11->dot11_prod_name()" (\f(CW\*(C`dot11manufacturerProductName\*(C'\fR) .ie n .IP "$dot11\->\fIdot11_man_name()\fR" 4 .el .IP "\f(CW$dot11\fR\->\fIdot11_man_name()\fR" 4 .IX Item "$dot11->dot11_man_name()" (\f(CW\*(C`dot11manufacturerName\*(C'\fR) .ie n .SS "Dot11 Operation Table (""dot11OperationTable"")" .el .SS "Dot11 Operation Table (\f(CWdot11OperationTable\fP)" .IX Subsection "Dot11 Operation Table (dot11OperationTable)" .ie n .IP "$dot11\->\fIdot11_mac()\fR" 4 .el .IP "\f(CW$dot11\fR\->\fIdot11_mac()\fR" 4 .IX Item "$dot11->dot11_mac()" (\f(CW\*(C`dot11MACAddress\*(C'\fR) .ie n .SS "Dot11 Station Configuration Table (""dot11StationConfigTable"")" .el .SS "Dot11 Station Configuration Table (\f(CWdot11StationConfigTable\fP)" .IX Subsection "Dot11 Station Configuration Table (dot11StationConfigTable)" .ie n .IP "$dot11\->\fIdot11_bss_type()\fR" 4 .el .IP "\f(CW$dot11\fR\->\fIdot11_bss_type()\fR" 4 .IX Item "$dot11->dot11_bss_type()" (\f(CW\*(C`dot11DesiredBSSType\*(C'\fR) .ie n .IP "$dot11\->\fIdot11_pwr_mode()\fR" 4 .el .IP "\f(CW$dot11\fR\->\fIdot11_pwr_mode()\fR" 4 .IX Item "$dot11->dot11_pwr_mode()" (\f(CW\*(C`dot11PowerManagementMode\*(C'\fR) .ie n .IP "$dot11\->\fIdot11_sta_id()\fR" 4 .el .IP "\f(CW$dot11\fR\->\fIdot11_sta_id()\fR" 4 .IX Item "$dot11->dot11_sta_id()" (\f(CW\*(C`dot11StationID\*(C'\fR) .ie n .SS "Dot11 Transmission Power Table (""dot11PhyTxPowerTable"")" .el .SS "Dot11 Transmission Power Table (\f(CWdot11PhyTxPowerTable\fP)" .IX Subsection "Dot11 Transmission Power Table (dot11PhyTxPowerTable)" .ie n .IP "$dot11\->\fIdot11_cur_tx_pwr()\fR" 4 .el .IP "\f(CW$dot11\fR\->\fIdot11_cur_tx_pwr()\fR" 4 .IX Item "$dot11->dot11_cur_tx_pwr()" (\f(CW\*(C`dot11CurrentTxPowerLevel\*(C'\fR) .ie n .IP "$dot11\->\fIdot11_tx_pwr_level_1()\fR" 4 .el .IP "\f(CW$dot11\fR\->\fIdot11_tx_pwr_level_1()\fR" 4 .IX Item "$dot11->dot11_tx_pwr_level_1()" (\f(CW\*(C`dot11TxPowerLevel1\*(C'\fR) .ie n .IP "$dot11\->\fIdot11_tx_pwr_level_2()\fR" 4 .el .IP "\f(CW$dot11\fR\->\fIdot11_tx_pwr_level_2()\fR" 4 .IX Item "$dot11->dot11_tx_pwr_level_2()" (\f(CW\*(C`dot11TxPowerLevel2\*(C'\fR) .ie n .IP "$dot11\->\fIdot11_tx_pwr_level_3()\fR" 4 .el .IP "\f(CW$dot11\fR\->\fIdot11_tx_pwr_level_3()\fR" 4 .IX Item "$dot11->dot11_tx_pwr_level_3()" (\f(CW\*(C`dot11TxPowerLevel3\*(C'\fR) .ie n .IP "$dot11\->\fIdot11_tx_pwr_level_4()\fR" 4 .el .IP "\f(CW$dot11\fR\->\fIdot11_tx_pwr_level_4()\fR" 4 .IX Item "$dot11->dot11_tx_pwr_level_4()" (\f(CW\*(C`dot11TxPowerLevel4\*(C'\fR) .ie n .IP "$dot11\->\fIdot11_tx_pwr_level_5()\fR" 4 .el .IP "\f(CW$dot11\fR\->\fIdot11_tx_pwr_level_5()\fR" 4 .IX Item "$dot11->dot11_tx_pwr_level_5()" (\f(CW\*(C`dot11TxPowerLevel5\*(C'\fR) .ie n .IP "$dot11\->\fIdot11_tx_pwr_level_6()\fR" 4 .el .IP "\f(CW$dot11\fR\->\fIdot11_tx_pwr_level_6()\fR" 4 .IX Item "$dot11->dot11_tx_pwr_level_6()" (\f(CW\*(C`dot11TxPowerLevel6\*(C'\fR) .ie n .IP "$dot11\->\fIdot11_tx_pwr_level_7()\fR" 4 .el .IP "\f(CW$dot11\fR\->\fIdot11_tx_pwr_level_7()\fR" 4 .IX Item "$dot11->dot11_tx_pwr_level_7()" (\f(CW\*(C`dot11TxPowerLevel7\*(C'\fR) .ie n .IP "$dot11\->\fIdot11_tx_pwr_level_8()\fR" 4 .el .IP "\f(CW$dot11\fR\->\fIdot11_tx_pwr_level_8()\fR" 4 .IX Item "$dot11->dot11_tx_pwr_level_8()" (\f(CW\*(C`dot11TxPowerLevel8\*(C'\fR)