⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ieee802dot11mib.mib

📁 vworks 下wlan的实现代码
💻 MIB
📖 第 1 页 / 共 5 页
字号:
        STATUS current        DESCRIPTION            "This attribute shall indicate the use of the first,            second, third, or fourth element of the WEPDefaultKeys            array when set to values of zero, one, two, or three.  The            default value of this attribute shall be 0."        REFERENCE "IEEE Std 802.11-1997, 8.3.2"    ::= {  dot11PrivacyEntry 2 }dot11WEPKeyMappingLength  OBJECT-TYPE        SYNTAX Unsigned32 (10..4294967295)        MAX-ACCESS read-write        STATUS current        DESCRIPTION            "The maximum number of tuples that dot11WEPKeyMappings can hold."        REFERENCE "IEEE Std 802.11-1997, 8.3.2"    ::= {  dot11PrivacyEntry 3 }dot11ExcludeUnencrypted  OBJECT-TYPE        SYNTAX TruthValue        MAX-ACCESS read-write        STATUS current        DESCRIPTION        "When this attribute is true, the STA shall not indicate at        the MAC service interface received MSDUs that have the WEP        subfield of the Frame Control field equal to zero. When this        attribute is false, the STA may accept MSDUs that have the WEP        subfield of the Frame Control field equal to zero. The default        value of this attribute shall be false."    ::= {  dot11PrivacyEntry 4 }dot11WEPICVErrorCount  OBJECT-TYPE        SYNTAX Counter32        MAX-ACCESS read-only        STATUS current        DESCRIPTION            "This counter shall increment when a frame is received with the            WEP subfield of the Frame Control field set to one and the value            of the ICV as received in the frame does not match the ICV value            that is calculated for the contents of the received frame."    ::= {  dot11PrivacyEntry 5 }dot11WEPExcludedCount  OBJECT-TYPE        SYNTAX Counter32        MAX-ACCESS read-only        STATUS current        DESCRIPTION            "This counter shall increment when a frame is received with the            WEP subfield of the Frame Control field set to zero and the value            of dot11ExcludeUnencrypted causes that frame to be discarded."    ::= {  dot11PrivacyEntry 6 }-- **********************************************************************-- *    End of dot11Privacy  TABLE-- **********************************************************************-- **********************************************************************-- *    SMT notification Objects-- **********************************************************************    dot11SMTnotification OBJECT IDENTIFIER ::= { dot11smt 6 }dot11Disassociate NOTIFICATION-TYPE        OBJECTS { ifIndex, dot11DisassociateReason, dot11DisassociateStation }        STATUS current        DESCRIPTION        "The disassociate notification shall be sent when the STA        sends a Disassociation frame. The value of the notification        shall include the MAC address of the MAC to which the Disassociation        frame was sent and the reason for the disassociation.            ifIndex - Each 802.11 interface is represented by an            ifEntry.  Interface tables in this MIB module are indexed            by ifIndex."    ::= { dot11SMTnotification 0 1 }dot11Deauthenticate NOTIFICATION-TYPE        OBJECTS { ifIndex, dot11DeauthenticateReason, dot11DeauthenticateStation }        STATUS current        DESCRIPTION        "The deauthenticate notification shall be sent when the STA        sends a Deauthentication frame. The value of the notification        shall include the MAC address of the MAC to which the Deauthentication        frame was sent and the reason for the deauthentication.            ifIndex - Each 802.11 interface is represented by an            ifEntry.  Interface tables in this MIB module are indexed            by ifIndex."    ::= { dot11SMTnotification 0 2 }dot11AuthenticateFail NOTIFICATION-TYPE        OBJECTS { ifIndex, dot11AuthenticateFailStatus, dot11AuthenticateFailStation }        STATUS current        DESCRIPTION        "The authenticate failure notification shall be sent when the STA        sends an Authentication frame with a status code other than         successful. The value of the notification        shall include the MAC address of the MAC to which the Authentication        frame was sent and the reason for the authentication failure.            ifIndex - Each 802.11 interface is represented by an            ifEntry.  Interface tables in this MIB module are indexed            by ifIndex."::= { dot11SMTnotification 0 3 }-- **********************************************************************-- *    End of SMT notification Objects-- **********************************************************************-- **********************************************************************-- *    MAC Attribute Templates-- **********************************************************************-- **********************************************************************-- *    dot11OperationTable  TABLE-- **********************************************************************dot11OperationTable OBJECT-TYPE        SYNTAX SEQUENCE OF Dot11OperationEntry        MAX-ACCESS not-accessible        STATUS current        DESCRIPTION            "Group contains MAC attributes pertaining to the operation            of the MAC.  This has been implemented as a table in order            to allow for multiple instantiations on an agent."    ::= {  dot11mac 1 }dot11OperationEntry OBJECT-TYPE        SYNTAX Dot11OperationEntry        MAX-ACCESS not-accessible        STATUS current        DESCRIPTION            "An entry in the dot11OperationEntry Table.            ifIndex - Each 802.11 interface is represented by an            ifEntry.  Interface tables in this MIB module are indexed            by ifIndex."        INDEX {ifIndex}    ::= {  dot11OperationTable 1 }Dot11OperationEntry ::= SEQUENCE {            dot11MACAddress                 MacAddress,            dot11RTSThreshold               INTEGER,            dot11ShortRetryLimit            INTEGER,            dot11LongRetryLimit             INTEGER,            dot11FragmentationThreshold     INTEGER,            dot11MaxTransmitMSDULifetime    Unsigned32,            dot11MaxReceiveLifetime         Unsigned32,            dot11ManufacturerID             DisplayString,            dot11ProductID                  DisplayString}dot11MACAddress OBJECT-TYPE        SYNTAX MacAddress        MAX-ACCESS read-only        STATUS current        DESCRIPTION                "Unique MAC Address assigned to the STA."    ::= {  dot11OperationEntry 1 }dot11RTSThreshold OBJECT-TYPE        SYNTAX INTEGER (0..2347)        MAX-ACCESS read-write        STATUS current        DESCRIPTION        "This attribute shall indicate the number of octets in an MPDU,        below which an RTS/CTS handshake shall not be performed. An        RTS/CTS handshake shall be performed at the beginning of any        frame exchange sequence where the MPDU is of type Data or        Management, the MPDU has an individual address in the Address1        field, and the length of the MPDU is greater than        this threshold. (For additional details, refer to Table 21 in        9.7.) Setting this attribute to be larger than the maximum        MSDU size shall have the effect of turning off the RTS/CTS        handshake for frames of Data or Management type transmitted by        this STA. Setting this attribute to zero shall have the effect        of turning on the RTS/CTS handshake for all frames of Data or        Management type transmitted by this STA. The default value of        this attribute shall be 2347."    ::= {  dot11OperationEntry 2 }dot11ShortRetryLimit OBJECT-TYPE        SYNTAX INTEGER (1..255)        MAX-ACCESS read-write        STATUS current        DESCRIPTION        "This attribute shall indicate the maximum number of        transmission attempts of a frame, the length of which is less        than or equal to dot11RTSThreshold, that shall be made before a        failure condition is indicated. The default value of this        attribute shall be 7."    ::= {  dot11OperationEntry 3 }dot11LongRetryLimit OBJECT-TYPE        SYNTAX INTEGER (1..255)        MAX-ACCESS read-write        STATUS current        DESCRIPTION        "This attribute shall indicate the maximum number of        transmission attempts of a frame, the length of which is        greater than dot11RTSThreshold, that shall be made before a        failure condition is indicated. The default value of this        attribute shall be 4."    ::= {  dot11OperationEntry 4 }dot11FragmentationThreshold OBJECT-TYPE        SYNTAX INTEGER (256..2346)        MAX-ACCESS read-write        STATUS current        DESCRIPTION        "This attribute shall specify the current maximum size, in        octets, of the MPDU that may be delivered to the PHY. An MSDU        shall be broken into fragments if its size exceeds the valueof this attribute after adding MAC headers and trailers. An MSDU or MMPDU shall be fragmented when the resulting frame has an individual address in the Address1 field, and the length of the frame is larger than this threshold. The default value for this attribute shall be the lesser of 2346 or the aMPDUMaxLength of the attached PHY and shall never exceed the lesser of 2346 or the  aMPDUMaxLength of the attached PHY. The value of this attribute shall never be less than 256. "    ::= {  dot11OperationEntry 5 }dot11MaxTransmitMSDULifetime OBJECT-TYPE        SYNTAX Unsigned32 (1..4294967295)        MAX-ACCESS read-write        STATUS current        DESCRIPTION        "The MaxTransmitMSDULifetime shall be the elapsed time in TU,        after the initial transmission of an MSDU, after which further        attempts to transmit the MSDU shall be terminated. The default        value of this attribute shall be 512."    ::= {  dot11OperationEntry 6 }dot11MaxReceiveLifetime OBJECT-TYPE        SYNTAX Unsigned32 (1..4294967295)        MAX-ACCESS read-write        STATUS current        DESCRIPTION            "The MaxReceiveLifetime shall be the elapsed time in TU,            after the initial reception of a fragmented MMPDU or MSDU,            after which further attempts to reassemble the MMPDU or            MSDU shall be terminated. The default value shall be            512."    ::= {  dot11OperationEntry 7 }dot11ManufacturerID OBJECT-TYPE        SYNTAX DisplayString (SIZE(0..128))        MAX-ACCESS read-only        STATUS current        DESCRIPTION            "The ManufacturerID shall include, at a minimum, the name            of the manufacturer.  It may include additional            information at the manufacturer's discretion.  The default            value of this attribute shall be null."    ::= {  dot11OperationEntry 8 }dot11ProductID OBJECT-TYPE        SYNTAX DisplayString (SIZE(0..128))        MAX-ACCESS read-only        STATUS current        DESCRIPTION            "The ProductID shall include, at a minimum, an identifier            that is unique to the manufacturer.  It may include            additional information at the manufacturer's discretion.            The default value of this attribute shall be null."    ::= {  dot11OperationEntry 9 }-- **********************************************************************-- *    End of dot11OperationEntry  TABLE-- **********************************************************************-- **********************************************************************-- *    dot11Counters TABLE-- **********************************************************************dot11CountersTable OBJECT-TYPE        SYNTAX SEQUENCE OF Dot11CountersEntry        MAX-ACCESS not-accessible        STATUS current        DESCRIPTION            "Group containing attributes that are MAC counters.            Implemented as a table to allow for multiple            instantiations on an agent."    ::= {  dot11mac 2 }dot11CountersEntry OBJECT-TYPE        SYNTAX Dot11CountersEntry        MAX-ACCESS not-accessible        STATUS current        DESCRIPTION            "An entry in the dot11CountersEntry Table.            ifIndex - Each 802.11 interface is represented by an            ifEntry.  Interface tables in this MIB module are indexed            by ifIndex."        INDEX {ifIndex}    ::= {  dot11CountersTable 1 }Dot11CountersEntry ::= SEQUENCE {            dot11TransmittedFragmentCount       Counter32,            dot11MulticastTransmittedFrameCount Counter32,            dot11FailedCount                    Counter32,            dot11RetryCount                     Counter32,            dot11MultipleRetryCount             Counter32,            dot11FrameDuplicateCount            Counter32,            dot11RTSSuccessCount                Counter32,            dot11RTSFailureCount                Counter32,            dot11ACKFailureCount                Counter32,            dot11ReceivedFragmentCount          Counter32,            dot11MulticastReceivedFrameCount    Counter32,            dot11FCSErrorCount                  Counter32,	    dot11TransmittedFrameCount          Counter32,	    dot11WEPUndecryptableCount          Counter32 }dot11TransmittedFragmentCount OBJECT-TYPE        SYNTAX Counter32        MAX-ACCESS read-only        STATUS current        DESCRIPTION            "This counter shall be incremented for an acknowledged MPDU            with an individual address in the address 1 field or an MPDU            with a multicast address in the address 1 field of type Data            or Management."    ::= {  dot11CountersEntry 1 }dot11MulticastTransmittedFrameCount OBJECT-TYPE        SYNTAX Counter32        MAX-ACCESS read-only        STATUS current        DESCRIPTION            " This counter shall increment only when the multicast bit            is set in the destination MAC address of a successfully            transmitted MSDU.  When operating as a STA in an ESS, where            these frames are directed to the AP, this implies having            received an acknowledgment to all associated MPDUs. "    ::= {  dot11CountersEntry 2 }dot11FailedCount OBJECT-TYPE        SYNTAX Counter32        MAX-ACCESS read-only

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -