802.11DissassociationCodes
2020-05-02 10:32阅读:
Value
802.11 or Symbol/WPA Reason Code
Description
0.
REASON_CODE_80211_SUCCESS
Reserved internally to indicate success
1.
REASON_CODE_80211_UNSPECIFIED_ERROR
Unspecified Reason
2. Previous authentication no longer
valid
3.
DISASSOCIATION_REASON_CODE_STATION_LEAVING_ESS
Deauthenticated because sending station has left or
is leaving IBSS or ESS
4.
DISASSOCIATION_REASON_CODE_INACTIVITY
Disassociated due to inactivity
5. DISASSOCIATION_REASON_CODE_STATION_LIMIT_EXCEEDED
Disassociated because AP is unable to handle all
currently associated stations
6.
DISASSOCIATION_REASON_CODE_CLASS_2_PKT_FROM_NON_AUTH
Class 2 frame received from non-authenticated
station
7.
DISASSOCIATION_REASON_CODE_CLASS_3_PKT_FROM_NON_ASSOC
Class 3 frame received from non-associated
station
8.
DISASSOCIATION_REASON_CODE_STATION_LEAVING_BSS
Disassociated because sending station has left or is
leaving BSS
9.
DISASSOCIATION_REASON_CODE_STATION_NOT_AUTHENTICATED
Station requesting re-association is not
authenticated with responding station
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
13.DISASSOCIATION_REASON_CODE_INVALID_INFORMATION_ELEMENT
Invalid Information Element
14.DISASSOCIATION_REASON_CODE_MIC_FAILURE
Michael MIC failure
15.DISASSOCIATION_REASON_CODE_4WAY_HANDSHAKE_TIMEOUT
4-Way Handshake timeout
16.DISASSOCIATION_REASON_CODE_GROUP_KEY_UPDATE_TIMEOUT
Group key update timeout
17.DISASSOCIATION_REASON_CODE_4WAY_IE_DIFFERENCE
Information element in 4-Way Handshake different
from Re-associated request/Proberesponse/Beacon
18.DISASSOCIATION_REASON_CODE_MULTICAST_CIPHER_INVALID
Multicast Cipher is not valid
19.DISASSOCIATION_REASON_CODE_UNICAST_CIPHER_INVALID
Unicast Cipher is not valid
20.DISASSOCIATION_REASON_CODE_AKMP_NOT_VALID
AKMP is not valid
21.DISASSOCIATION_REASON_CODE_UNSUPPORTED_RSNE_VERSION
Unsupported RSN IE version
22.DISASSOCIATION_REASON_CODE_INVALID_RSNE_CAPABILITIES
Invalid RSN IE Capabilities
23.DISASSOCIATION_REASON_CODE_8021X_AUTHENTICATION_FAILED
IEEE 802.1X Authentication failed
24.Cipher suite rejected because of the
security policy
25-31.Reserved
32.Disassociated for unspecified,
QoS-related reason
33.Disassociated because QoS AP lacks
sufficient bandwidth for this QoS STA
34.Disassociated because excessive
number of frames need to be acknowledged, but are not acknowledged
due to AP transmissions and/or poor channel
conditions
35.Disassociated because STA is
transmitting outside the limits of its
TXOPs
36.Requested from peer STA as the STA
is leaving the BSS (or resetting)
37.Requested from peer STA as it does
not want to use the mechanism
38.Requested from peer STA as the STA
received frames using the mechanism for which a setup is
required
39.Requested from peer STA due to
timeout
44.DISASSOCIATION_REASON_CODE_PSP_TX_PKT_BUFFER_EXCEEDED
Symbol defined (non 802.11 standard) code. The
Wireless Switch has exceeded it’s time limit in attempting to
deliver buffered PSP frames to the Mobile Unit without receiving a
single 802.11 PS Poll or NULL data frame. The Wireless Switch
begins the timer when it sets the Mobile Unit’s bit in the TIM
section of the 802.11 beacon frame for the BSS. The time limit is
at least 15 seconds. The Mobile Unit is probably gone (or may be
faulty).
45.Peer STA does not support the
requested cipher suite
45-65.Reserved
77.DISASSOCIATION_REASON_CODE_TRANSMIT_RETRIES_EXCEEDED
Symbol defined (non 802.11 standard) codes. The
Wireless Switch has exceeded it’s retry limit in attempting to
deliver a 802.1x EAP message to the Mobile Unit without receiving a
single 802.11 ACK. The retry limit varies according to traffic type
but is at least 64 times. The Mobile Unit is either gone or has
incorrect 802.1x EAP authentication settings.
出现监听接口与AP不在同一信道问题。类似输出信息如下所示:
C:\root> aireplay-ng -3 -b
14:E6:E4:84:23:7A -h 1C:77:F6:60:F2:CC
wlan0mon
The interface MAC (00:0F:00:8D:A6:E2) doesn't match the specified
MAC (-h).
ifconfig
wlan0mon hw ether 1C:77:F6:60:F2:CC
10:14:38 Waiting for beacon frame (BSSID:
14:E6:E4:84:23:7A) on channel 6
10:14:43 wlan0mon is on channel 6,
but the AP uses channel 1
从输出的信息可以看到,监听接口wlan0mon工作在信道6,AP工作在信道1。通常情况下,使用Aircrack-ng工具实施无线密码捕获时,都是使用airodump-ng工具捕获数据包。此时,用户在捕获数据包时,可以通过指定监听数据的工作信道为目标AP工作的信道来解决该问题。
执行命令如下所示:
C:\root> airodump-ng wlan0mon -c
1