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 ...
随机推荐
- 20145329 《网络对抗技术》Web基础
实践目标 Web前端HTML 能正常安装.启停Apache.理解HTML,理解表单,理解GET与POST方法,编写一个含有表单的HTML. Web前端javascipt 理解JavaScript的基本 ...
- python学习笔记比较全
注:本笔记基于python2.6而编辑,尽量的偏向3.x的语法 Python的特色 1.简单 2.易学 3.免费.开源 4.高层语言: 封装内存管理等 5.可移植性: 程序如果避免使用依赖于系统的特性 ...
- ubuntu16.04下firefly rk3288的编译安卓4.4
一.背景 OS: ubuntu 16.04 二.配置交叉编译环境 2.1 安装openjdk sudo apt-get install openjdk-7-jdk 2.2 使在同一台机器上可以编译an ...
- BZOJ5189: [Usaco2018 Jan]Cow at Large 贪心+LCA
BZOJ没有题面QAQ,题目链接 洛谷有:题目链接 这题首先要读懂题..(洛谷的翻译有点迷 就是指定根节点,然后可以在叶子结点放个人,然后奶牛在根,问最少要在叶子结点放多少人才能让奶牛走不到叶子结点( ...
- python 压缩tar 包
import tarfile import os def make_targz(output_filename, source_dir): print("doing!") with ...
- python 筛选
data=[,,,,,,,-,-] result=[x ]
- shell case语句
case 格式 case 值 in 模式1) command1 command2 ... commandN ;; 模式2) command1 command2 ... commandN ;; esac ...
- ubuntu 14.04 安装 gflags
1.下载 git clone https://github.com/gflags/gflags 2.编译 进入源码目录(即gflags文件夹) cmake . make -j 24 sudo make ...
- MVC 子对象数据传递
1.接受参数 public ActionResult Address(User user) { return View(); } 2. User对象类型 public class User { pub ...
- highcharts PHP中使用
官网 https://www.hcharts.cn/demo/highcharts html <div id="container" style="min-widt ...