Code

Reason

Explanation

0

Reserved

Normal working operation

1

Unspecific Reason

We don’t know what’s wrong

2

Previous authentication no longer valid

Client has associated but is not authorised.

3

Deauthenticated because sending STA is leaving (or has left) IBSS or ESS

The access point went offline, deauthenticating the client.

4

Disassociated due to inactivity

Client session timeout exceeded.

5

Disassociated because AP is unable to handle all currently associated STAs

The access point is busy, performing load balancing, for example.

6

Class 2 frame received from nonauthenticated STA

Client attempted to transfer data before it was authenticated.

7

Class 3 frame received from nonassociated STA

Client attempted to transfer data before it was associated.

8

Disassociated because sending STA is leaving (or has left) BSS

Operating System moved the client to another access point using non-aggressive load balancing.

9

STA requesting (re)association is not authenticated with responding STA

Client not authorized yet, still attempting to associate with an access point.

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

Not Used or Special Purpose

13

Invalid information element.

14

Message integrity code (MIC) failure

15

4-Way Handshake timeout

16

Group Key Handshake timeout

17

Information element in 4-Way Handshake different from (Re)Association Request/Probe
Response/Beacon frame

18

Invalid group cipher
or
Association denied due to requesting STA not supporting all of the data rates
in the BSSBasicRateSet parameter

*NEW*
The link speed requested by the client or AP is incompatible. (i,e. trying to
operate N only speeds on a G AP)

19

Invalid pairwise cipher

20

Invalid AKMP

21

Unsupported RSN information element version

22

Invalid RSN information element capabilities

23

IEEE 802.1X authentication failed

24

Cipher suite rejected because of the security policy

25-31

Reserved

Not Used or Special Purpose

32

Disassociated for unspecified, QoS-related reason

Quality of Service has denied the action.

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

45

Peer STA does not support the requested cipher suite

45-65

Reserved

Not Used or Special Purpose

99

Typically “No Reason Code” / Unknown State

535

Reserved

Not Used or Special Purpose

The first few reason codes where helpful
while debugging my wifi related issues.

Linux WiFi Deauthenticated Reason Codes的更多相关文章

  1. kali linux wifi破解(aircrack)

    需要一个能监听的网卡 airmon-ng start wlan0(監聽網卡) airmon-ng check kill(清除其他有影响的環境) airodump-ng mon0 (掃描附近wifi) ...

  2. linux wifi热点服务脚本

    最近有关wifi热点的驱动,启动参数都调试完了,验证可以连接传输数据. 首先要在系统启动脚本中插入wifi驱动,配置wlan0的ip insmod /system/vendor/modules/818 ...

  3. Linux Wifi模块灰色解决办法

    https://www.cnblogs.com/mcy0808/p/5415689.html -sudo gedit /etc/rc.local 连上了CUG但还是打不开网页,是不是需要编辑Conne ...

  4. Linux网络驱动--snull

    snull是<Linux Device Drivers>中的一个网络驱动的例子.这里引用这个例子学习Linux网络驱动. 因为snull的源码,网上已经更新到适合最新内核,而我自己用的还是 ...

  5. Smart210学习记录------linux串口驱动

    转自:http://blog.chinaunix.net/xmlrpc.php?r=blog/article&uid=27025492&id=327609 一.核心数据结构 串口驱动有 ...

  6. Introduction the naive“scull” 《linux设备驱动》 学习笔记

    Introduction the naive "scull" 首先.什么是scull? scull (Simple Character Utility for Loading Lo ...

  7. 【从零开始,从内核驱动驱动到用户空间调用】编写第一个linux驱动,通过端口访问I/O寄存器。

    目的: 通过I/O端口方式访问RTC的秒寄存器: 由于本人从来没看过linux方面的书籍,也只是会在终端用些常用的命令而已,这次老大叫我学着通过I/O端口方式直接去读写寄存器.于是我在google中搜 ...

  8. Android KitKat 4.4 Wifi移植之Wifi driver

    本文讲述在Linux 3.10下Realek RTL8723A Linux Wifi 驱动的移植. Prerequisites 硬件平台:Atmel SAMA5 软件平台:Linux 3.10 + A ...

  9. zynq linux驱动之PL-PS中断【转】

    转自:https://blog.csdn.net/h244259402/article/details/83993524 PC:Windows 10 虚拟机:ubuntu 16.04 vivado:2 ...

随机推荐

  1. 20145317彭垚《网络对抗》Exp6 信息搜集与漏洞扫描

    20145317彭垚<网络对抗>Exp6 信息搜集与漏洞扫描 问题回答 1.哪些组织负责DNS,IP的管理? DNS域名服务器:绝大多数在欧洲和北美洲,中国仅拥有镜像服务器. 全球一共有5 ...

  2. Window下Latex加速编译方法以及西农毕设论文模板推荐

    近些日子用Latex写了一遍文章,一共有11页,但是在window下编译需要2分多的时间,使用的是xeletex编译器. 经过查找,得到了以下方法: 如果坚持使用windows下的latex,使用以下 ...

  3. LR学习资料

    http://ajita.iteye.com/blog/1728243/ 选择哪种方式录制,有以下参考原则: 1 基于浏览器的应用程序推荐使用HTML-based Script 2 不是基于浏览器的应 ...

  4. 词云wordcloud类介绍&python制作词云图&词云图乱码问题等小坑

    词云图,大家一定见过,大数据时代大家经常见,我们今天就来用python的第三方库wordcloud,来制作一个大数据词云图,同时会降到这个过程中遇到的各种坑, 举个例子,下面是我从自己的微信上抓的微信 ...

  5. vim/vi中移动光标键会变成A,B,C,D的解决办法

    在某些情况下, vi/vim中的编辑会出现一些很不愉快的情况, 比如在vi/vim中输入方向键有时被转化为A B C D, 或者按个Enter键, 却被转为为其他字母, 恼人得很, 该怎么办呢? 方法 ...

  6. node 文件、文件夹 增删改查

    1. 文件夹 增加文件夹 var fs = require("fs"); console.log("创建目录 tmp"); fs.mkdir("tmp ...

  7. Codefores 835C-Star sky

    835C-Star sky 思路:dp,预处理一下c+1层前缀和. 代码: #include<bits/stdc++.h> using namespace std; #define ll ...

  8. 百度echart如何动态生成图表

    百度echart如何动态生成图表 一.总结 一句话总结: clear hideloading setOption 主要是下面三行代码: myChart.clear(); //清空画布myChart.h ...

  9. Eclipse 设置代码风格

    自动调整代码风格 快捷键Ctrl + Shift + F 或者 右键 source -> format 设置代码风格 window -> preference -> java -&g ...

  10. 一个或多个音频服务未运行 win7 错误1079:此服务的账户不同于运行于同一进程上的其他服务账户

    一个或多个音频服务未运行 win7 错误1079:此服务的账户不同于运行于同一进程上的其他服务账户 启动任务管理器:右键计算机——管理——”服务和应用程序“选项——”服务“——找到“windows a ...