Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix syntax errors #20

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 19 additions & 16 deletions v2/AIRESPACE-WIRELESS-MIB.my
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ IMPORTS
-- ********************************************************************

bsnWireless MODULE-IDENTITY
LAST-UPDATED "201509140000Z"
LAST-UPDATED "202302131300Z"
ORGANIZATION "Airespace, Inc."
CONTACT-INFO
"Cisco Systems,
Expand Down Expand Up @@ -190,6 +190,9 @@ bsnWireless MODULE-IDENTITY

[2] Draft-obara-capwap-lwapp-00.txt, IETF Light
Weight Access Point Protocol."
REVISION "202302131300Z"
DESCRIPTION
"Fix syntax errors"
REVISION "202209160000Z"
DESCRIPTION
"Added new table bsnGlobalDot11System.
Expand Down Expand Up @@ -1894,7 +1897,7 @@ bsnMobileStationReasonCode OBJECT-TYPE
serviceUnavailable(1028),
mbssidDown(1029),
mmTunnelDown(1030),
80211vSmartRoamFailed(1031),
dot11vSmartRoamFailed(1031),
dot11vTimerTimeout(1032),
dot11vAssocFailed(1033),
ftAuthResponse(1034),
Expand Down Expand Up @@ -2070,7 +2073,7 @@ bsnMobileStationReasonCode OBJECT-TYPE
userTriggeredAirplaneMode(1204),
l2connectionUnspecified(1205),
l2connectionAssociation(1206),
4wayHandshakeUnspecified(1207),
fourWayHandshakeUnspecified(1207),
keyM1Failure(1208),
keyM3Failure(1209),
m3M4KeyXchngTimeout(1210),
Expand Down Expand Up @@ -2185,7 +2188,7 @@ bsnMobileStationReasonCode OBJECT-TYPE
mnapmaxstaonradio(1319),
pmkTimeoutOnSTA(1320),
excessarprate(1321)
}
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
Expand Down Expand Up @@ -2437,7 +2440,7 @@ bsnMobileStationPolicyType OBJECT-TYPE
wpa2vff(3),
notavailable(4),
unknown(5),
wpa2_3(6),
wpa2or3(6),
wpaOsen(7),
wpaOsenWithinRsn(8)
}
Expand Down Expand Up @@ -4474,13 +4477,13 @@ bsnAPType OBJECT-TYPE
ap9136I(115),
wpwifi6(116),
isr1101ax(129),
CW9162I(130),
CW9164I(131),
CW9166I(132),
cw9162I(130),
cw9164I(131),
cw9166I(132),
iw9167eh(133),
CW9166D1(134),
cw9166D1(134),
iw9167ih(136),
CW9163E(137)
cw9163E(137)
}
MAX-ACCESS read-only
STATUS current
Expand Down Expand Up @@ -4696,8 +4699,8 @@ bsnAPIfType OBJECT-TYPE
dot11b(1),
dot11a(2),
uwb(4),
dot11_6ghz(6),
dot11_xor_5_6ghz(7)
dot116ghz(6),
dot11xor56ghz(7)
}
MAX-ACCESS read-only
STATUS current
Expand Down Expand Up @@ -9725,7 +9728,7 @@ bsnGlobalDot11aRxSopThreshold OBJECT-TYPE
"This attribute may be used to configure Rxsop or receiver start
of packet custom values for 802.11a radios."
DEFVAL { auto }
::= { bsnGlobalDot11bConfig 33 }
::= { bsnGlobalDot11aConfig 33 }

-- ********************************************************************
-- * Begin of bsnGlobalDot11aPhy
Expand Down Expand Up @@ -10577,7 +10580,7 @@ bsnRrmDot11bSignalTimeoutFactor OBJECT-TYPE
long a neighbor expires if not receiving its neighbor packets.
Default is 20 secs"
DEFVAL { 20 }
::= { bsnRrmDot11aAPDefault 14 }
::= { bsnRrmDot11bAPDefault 14 }

-- *********************************************************************
-- * Set Factory Defaults
Expand Down Expand Up @@ -13958,7 +13961,7 @@ bsnStationReasonCode OBJECT-TYPE
serviceUnavailable(1028),
mbssidDown(1029),
mmTunnelDown(1030),
80211vSmartRoamFailed(1031),
dot11vSmartRoamFailed(1031),
dot11vTimerTimeout(1032),
dot11vAssocFailed(1033),
ftAuthResponse(1034),
Expand Down Expand Up @@ -14134,7 +14137,7 @@ bsnStationReasonCode OBJECT-TYPE
userTriggeredAirplaneMode(1204),
l2connectionUnspecified(1205),
l2connectionAssociation(1206),
4wayHandshakeUnspecified(1207),
fourWayHandshakeUnspecified(1207),
keyM1Failure(1208),
keyM3Failure(1209),
m3M4KeyXchngTimeout(1210),
Expand Down