Linux WiFi Deauthenticated Reason Codes
|
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 |
|
|
18 |
Invalid group cipher |
*NEW* |
|
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 |
|
|
34 |
Disassociated because excessive number of frames need |
|
|
35 |
Disassociated because STA is transmitting outside the |
|
|
36 |
Requested from peer STA as the STA is leaving the BSS |
|
|
37 |
Requested from peer STA as it does not want to use the |
|
|
38 |
Requested from peer STA as the STA received frames |
|
|
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的更多相关文章
- kali linux wifi破解(aircrack)
需要一个能监听的网卡 airmon-ng start wlan0(監聽網卡) airmon-ng check kill(清除其他有影响的環境) airodump-ng mon0 (掃描附近wifi) ...
- linux wifi热点服务脚本
最近有关wifi热点的驱动,启动参数都调试完了,验证可以连接传输数据. 首先要在系统启动脚本中插入wifi驱动,配置wlan0的ip insmod /system/vendor/modules/818 ...
- Linux Wifi模块灰色解决办法
https://www.cnblogs.com/mcy0808/p/5415689.html -sudo gedit /etc/rc.local 连上了CUG但还是打不开网页,是不是需要编辑Conne ...
- Linux网络驱动--snull
snull是<Linux Device Drivers>中的一个网络驱动的例子.这里引用这个例子学习Linux网络驱动. 因为snull的源码,网上已经更新到适合最新内核,而我自己用的还是 ...
- Smart210学习记录------linux串口驱动
转自:http://blog.chinaunix.net/xmlrpc.php?r=blog/article&uid=27025492&id=327609 一.核心数据结构 串口驱动有 ...
- Introduction the naive“scull” 《linux设备驱动》 学习笔记
Introduction the naive "scull" 首先.什么是scull? scull (Simple Character Utility for Loading Lo ...
- 【从零开始,从内核驱动驱动到用户空间调用】编写第一个linux驱动,通过端口访问I/O寄存器。
目的: 通过I/O端口方式访问RTC的秒寄存器: 由于本人从来没看过linux方面的书籍,也只是会在终端用些常用的命令而已,这次老大叫我学着通过I/O端口方式直接去读写寄存器.于是我在google中搜 ...
- Android KitKat 4.4 Wifi移植之Wifi driver
本文讲述在Linux 3.10下Realek RTL8723A Linux Wifi 驱动的移植. Prerequisites 硬件平台:Atmel SAMA5 软件平台:Linux 3.10 + A ...
- zynq linux驱动之PL-PS中断【转】
转自:https://blog.csdn.net/h244259402/article/details/83993524 PC:Windows 10 虚拟机:ubuntu 16.04 vivado:2 ...
随机推荐
- lambda表达式学习
Lambda 表达式是一种可用于创建 委托 或 表达式目录树 类型的 匿名函数 . 通过使用 lambda 表达式,可以写入可作为参数传递或作为函数调用值返回的本地函数. Lambda 表达式对于编写 ...
- LightOJ 1229 Treblecross(SG函数打表 + 遍历)题解
题意:给你一串含“.”和“X”的字串,每次一个玩家可以把‘."变成“X”,谁先弄到三个XXX就赢.假如先手必赢,输出所有能必赢的第一步,否则输出0. 思路:显然如果一个X周围两格有X那么肯定 ...
- HHVM代码规范
原文戳我 本文旨在为HHVM编写C++代码提供一种指南,包括了什么时候.怎么使用各种语言功能,以及代码的格式.我们的目标是确保代码持续高可用的同时,还能容易被阅读和参与贡献,尤其是对新人而言. HHV ...
- shell until 循环
until 循环 格式: until condition do command done #输出0-9 #!/bin/bash a=0 until [ ! $a -lt 10 ] do echo ...
- Jmeter测试API接口,用Jmeter自动化之检查DB数据
如上: 注册接口,会新增数据,要怎么自动化检查DB中生成的数据呢? 很简单,只需要以下几个配置元件 JSON截取器或者正则表达式截取器:目的在于取出返回消息体中的数据aa JDBC后置处理器:目的在于 ...
- Redis 安装到linux系统
下载地址 : http://download.redis.io/releases/redis-3.0.3.tar.gz ). tar -zxvf redis-.tar.gz -C /usr/share ...
- Unity寻路的动态烘焙
随着Unity5.6的推出,我们终于迎来了NavMesh的动态烘培,我们期待已久的功能终于来了,不用再研究A*算法了,话说改进的网格寻路更加方便高效. 网址:https://blog.csdn.net ...
- php时区设置 warning: strtotime(): It is not safe to rely on the system's timezone settings
warning: strtotime(): It is not safe to rely on the system's timezone settings warning: strtotime(): ...
- ACM/ICPC 2018亚洲区预选赛北京赛站网络赛
题意:到一个城市得钱,离开要花钱.开始时有现金.城市是环形的,问从哪个开始,能在途中任意时刻金钱>=0; 一个开始指针i,一个结尾指针j.指示一个区间.如果符合条件++j,并将收益加入sum中( ...
- laravel 懒加载
故事背景是什么呢? 目录大家都知道吧,一般有几个层级,根据公司需求,要将目录以树的形式展示出来,为了提高访问速度,这些目录数据要一次性读取出来的.这样的话就涉及到了查询,优化查询次数是一个很关键的事情 ...