IEEE 802.11 dissector: Fixed description for reason code 12

Change-Id: I5031f4ca7401be0e785502abfe871cda52388085
Reviewed-on: https://code.wireshark.org/review/31570
Reviewed-by: Richard Sharpe <realrichardsharpe@gmail.com>
This commit is contained in:
Mister X 2019-01-16 17:59:04 -07:00 committed by Anders Broman
parent 0e151f3987
commit 9e7276d162
1 changed files with 1 additions and 1 deletions

View File

@ -894,7 +894,7 @@ static const value_string ieee80211_reason_code[] = {
{ 9, "STA requesting (re)association is not authenticated with responding STA" },
{ 10, "Disassociated because the information in the Power Capability element is unacceptable" },
{ 11, "Disassociated because the information in the Supported Channels element is unacceptable" },
{ 12, "Reserved" },
{ 12, "Disassociated due to BSS transition management" },
{ 13, "Invalid information element, i.e., an information element defined in this standard for which the content does not meet the specifications in Clause 7" },
{ 14, "Message integrity code (MIC) failure" },
{ 15, "4-Way Handshake timeout" },