自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

junglefly的学习工作纪录

只要有心,路上的风景无处不在

  • 博客(9)
  • 资源 (24)
  • 收藏
  • 关注

原创 如何使能RT5350 1T2R ANTENNA DIVERSITY

通常基于RT5350的AP都采用1T1R的方式,不过在官方的手册中提到“1T2R Diversity”,那么如何使能手册中提到的“1T2R Diversity”呢?下面我们通过分析手册和源码来解析一下如何使能这个功能; 通过初步分析,我们获得的结论是:要想使能该功能,需要满足以下三个条件;1)编译内核时,使能"Antenna Diversity Support";2)EEPROM中

2015-09-30 09:48:07 2345

原创 MT7620sdk_sdram配合不当导致系统在uboot挂死

问题:ESMT DDR2 M14D5121632A -2.5BG2K 配合MT7620A工作时系统会莫名其妙重启,然后在uboot中memory自检时失败,导致uboot挂死。Uboot中的watchdog也无法规避该问题。 【异常的uboot启动信息】U-Boot 1.1.3 (May 28 2014 - 17:52:21) Board: Ralink APSoC DRA

2015-09-29 19:56:42 3509 10

原创 Ralink WIFI driver up/off流程分析

1)通过Ralink WIFI driver源码结合实例,分析WIFI driver加载/卸载流程,以及WIFI interface up/off时的流程, 供参考。http://download.csdn.net/detail/junglefly/91476552)Ralink WIFI driver 编译配置项的分析http://download.csdn.net/de

2015-09-29 17:00:50 1697

原创 Ralink “iwpriv ra0 show stat”输出信息含义

“iwpriv ra0 show stat”输出信息含义   # iwpriv ra0 show stat TransmitCountFromOS = 3455837 //OS发送给driver数据发送函数的包数量;也就是调用RTMPSendPackets的次数TransmittedFragmentCount = 0 //传送成功的所有帧,包括单播和多播吧?

2015-09-29 15:50:29 3538

原创 Ralink “iwpriv ra0 show stacountinfo”输出解析

“iwpriv ra0 show stacountinfo”输出解析  # iwpriv ra0 show stacountinfo BackOff Slot      : long slot time, BKOFF_SLOT_CFG(0x1104) = 0x00000214HT Operating Mode : 3  MAC          

2015-09-29 15:39:36 2751

原创 Ralink AP的WIFI组密钥多久更新一次?

Ralink AP的WIFI组密钥多久更新一次?答:关于WIFI的组密钥,相关资料上的描述如下:802.11i的密钥分为两类:成对密钥(用于客户端和AP之间的单播)和小组密钥(用于所有客户端和AP之间组播或者多播);成对密钥: 通过四次握手完成;组密钥:通过两次握手完成;当工作站离开网络,不论是使用完毕或者被踢出网络,网络系统即可更新组密钥。当组密钥更新后,每个工作站都必须再进

2015-09-29 15:22:41 9788

原创 通过iwpriv命令判断WIFI client和Ralink AP之间是否连接

如何判断一个WIFI客户端和Ralink AP之间连接是否断开?答:可以通过“iwpriv ra0 show stainfo ”命令的输出结果来观察。该命令列出了当前AP记录的WIFI客户端列表;如果某个客户端和AP之间的通讯断开超出一定时间,AP就会从客户端列表中将该客户端删除(支持省电模式的客户端不适应该策略)。Ralink driver中默认的超时时间为300秒(#define MA

2015-09-29 14:48:27 11314

原创 Ralink WIFI driver QBSS_LoadAlarm自动切换channel研究

[email protected]  2015-9-29【引子】l  在调试WIFI client设备时发现基于MT7620的WIFI网关的WIFI非常不稳定; 串口上经常会出现“MgmtRingFullCount”, 导致WIFI client连不上WIFI网关,或者download firmware很慢。“Qidx(0), notenough space in MgmtRin

2015-09-29 11:23:42 7022

原创 分析源码,寻找Ralink MT7620上出现Mgmt Ring Full的原因l

基于MT7620的WIFI网关在运行过程中,可能会出现"Mgmt Ring Full"; 有时出现这些打印信息后,WIFI client无法连接上WIFI网关;Qidx(0), not enough space in MgmtRing, MgmtRingFullCount=254!Qidx(0), not enough space in MgmtRing,MgmtRingFullCou

2015-09-29 09:56:32 5331 6

天气预报曲线

Android天气预报曲线绘制

2016-05-26

ALLJOYN_THIN_CORE_chinese

ALLJOYN_THIN_CORE的中文翻译

2015-10-14

lenovo_newifi_mini_信令简单分析

对lenovo mini的信令进行简单分析。

2015-10-10

XMPP_message_push_protocol_study

利用开源软件对XMPP message push协议进行简单分析;对于消息推送这种应用场景来说,XMPP比MQTT要复杂一些, 供参考。

2015-10-10

MQTT_message_push实现研究

利用开源Mosquitto,Apollo,websocket客户端,分析MQTT message push的消息流程,仅供参考。

2015-10-10

Ralink WPA-PSK认证流程分析

结合源码分析Ralink WIFI WPA-PSK流程

2015-10-09

Bye Bye 40 MHz Mode in 2.4 GHz

Bye Bye 40 MHz Mode in 2.4 GHz; 网上关于2.4G使用40Mhz带宽的一些讨论

2015-10-09

Ralink WIFI driver Tx速率切换算法

从源码分析Ralink WIFI driver Tx速率降速升速切换算法

2015-10-09

Ralink_WIFI_TX_RX流程分析

分析Ralink WIFI driver源码中Tx/Rx的流程,定位问题时可以参考一下。

2015-09-30

AirMagnet 802.11n Primer

AirMagnet关于802.11n的一些介绍,可以关注一下2.4G时20/40 MHz Coexistence的一些观点。

2015-09-30

On the 20/40 MHz Coexistence of Overlapping BSSs in WLANs

转载关于WIFI 2.4G上20_40MHz带宽的一篇文章; Abstract—We investigate the impact of 20/40 MHz coexistence on the performance of wireless local area networks(WLANs). To that end, we present simulation results of overlapping basic service sets (BSSs), a 802.11n BSS operating in 20/40 MHz mode and a legacy BSS operating in 20 MHz mode, where the overlapping channel is the extension channel of the 20/40 MHz BSS. Our results show that if clear channel assessment (CCA) is not used in the overlapping channel, the throughput in legacy BSS is almost zero, while the throughput of 20/40 MHz BSS decreases drastically. If CCA is used in the overlapping channel, the throughput of legacy and 20/40 MHz BSSs increase dramatically compared to the case when no CCA is used. In addition, when stations (STAs)/AP that operate in 20/40 MHz BSS are able to dynamically switch between 20 MHz and 40 MHz transmit/receive modes and CCA is used in the extension channel, the throughput of both BSSs further increases. We also report the impact of 40 MHz operation on legacy BSS when the 20/40 MHz BSS employs IEEE 802.11e enhancements. In addition, the impact on the network performance of RTS/CTS protection mechanism for 40 MHz transmissions are also shown. Reducing transmission opportunity (TXOP) interval for 40 MHz transmissions also improves fairness and throughput for legacy BSSs.

2015-09-30

Ralink_wifi_driver初始化关闭流程分析

通过Ralink WIFI driver源码结合实例,分析WIFI driver加载/卸载流程,以及WIFI interface up/off时的流程, 供参考。

2015-09-29

Ralink WIFI driver QBSS_LoadAlarm自动切换channel研究

通过分析源代码,分析Ralink WIFI driver中的QBSS_LoadAlarm自动切换channel实现机制。

2015-09-29

Ralink_wifi_driver_configure

Ralink_wifi_driver 编译配置项解析

2015-09-29

Ralink_mt7620_MgmtRing_Full

分析Ralink WIFI driver源码,寻找出现Mgmt Ring Full的原因。

2015-09-29

802.11ac usage model

802.11ac usage model,ppt,英文

2015-02-03

aruba_network_WhitePaper_80211ac_In_Depth.pdf

aruba_network_WhitePaper_80211ac_In_Depth.pdf

2015-02-03

cisco 802.11ac: The Fifth Generation of Wi-Fi Technical White Paper

cisco 802.11ac: The Fifth Generation of Wi-Fi Technical White Paper

2015-02-03

IEEE Std 802.11ac-2013

IEEE Std 802.11ac-2013, pdf, 英文版

2015-02-03

Cambridge.Next Generation Wireless LANs.802.11n and 802.11ac.2Ed.2013.pdf

Cambridge.Next Generation Wireless LANs.802.11n and 802.11ac.2Ed.2013.pdf 英文

2015-02-03

802.11 Wireless Networks The Definitive Guide, Second Edition .pdf

802.11® Wireless Networks The Definitive Guide, Second Edition .pdf 英文版,经典

2015-02-03

802.11ac A Survival Guide

802.11ac A Survival Guide; 英文版本

2015-02-02

RTL8188EUS linux driver

Please extract the ZIP file, go to the folder where you extracted it, and right-click inside that folder > Open in Terminal. In that terminal please run these two commands: make sudo make install Then you can reboot your computer, or you can start using the wireless right away with: sudo modprobe 8188eu 在centos上ok的。

2014-07-17

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除