导航

    全志在线开发者论坛

    • 注册
    • 登录
    • 搜索
    • 版块
    • 话题
    • 在线文档
    • 社区主页
    1. 主页
    2. pcmxz
    • 资料
    • 关注 0
    • 粉丝 0
    • 我的积分 371
    • 主题 0
    • 帖子 9
    • 最佳 0
    • 群组 0

    左手右手一个慢动作LV 3

    @pcmxz

    371
    积分
    0
    声望
    9
    资料浏览
    9
    帖子
    0
    粉丝
    0
    关注
    注册时间 最后登录

    pcmxz 取消关注 关注

    pcmxz 发布的最新帖子

    • 回复: 基于Melis4.0的爱键智能视频门铃体验记录

      请问用的是啥wifi模组呢?

      发布在 RTOS
      pcmxz
      左手右手一个慢动作
    • 回复: XR806芯片来啦

      @kirin 在 XR806芯片来啦 中说:

      XR806

      求brief

      发布在 Wireless & Analog Series
      pcmxz
      左手右手一个慢动作
    • 回复: udhcpc卡在sending discover

      检查一下相关GPIO的功能设置,看下是否正确设置成以太网功能

      发布在 MR Series
      pcmxz
      左手右手一个慢动作
    • 回复: Linux有没有程序奔溃后内存数据不丢失,程序恢复后继续用的方法

      @tigger
      你要的是Coredump?

      发布在 其它全志芯片讨论区
      pcmxz
      左手右手一个慢动作
    • 回复: xr829资料

      @tomwang
      混杂模式只能抓到MAC层所能搜到的包,你的需求是想要抓取空气中的“自由包”,应该用monitor模式。

      Monitor mode: Sniffing the packets in the air without connecting (associating) with any access point.
      
      Think of it like listening to people's conversations while you walk down the street.
      Promiscuous mode: Sniffing the packets after connecting to an access point. This is possible because the wireless-enabled devices send the data in the air but only "mark" them to be processed by the intended receiver. They cannot send the packets and make sure they only reach a specific device, unlike with switched LANs.
      
      Think of it like joining a group of people in a conversation, but at the same time being able to hear when someone says "Hey, Mike, I have a new laptop". Even though you're not Mike, and that sentence was intended to be heard by Mike, but you're still able to hear it.
      

      xr829应该也是支持monitor模式的,我在代码里面有看到MONITOR_MODE这个宏,可以试下用iw工具打开。

      如果你的SDK是tina,airkiss或者smartlink相关示例可以参考package/allwinner/smartlinkd目录,里面就有xr819的例子。

      发布在 A Series
      pcmxz
      左手右手一个慢动作
    • 回复: xr829资料

      试下

      ifconfig wlan0 promisc #使能混杂模式
      ifconfig wlan0 -promisc #取消混杂模式
      
      发布在 A Series
      pcmxz
      左手右手一个慢动作
    • 回复: 一条普遍存在于嵌入式实时系统(RTOS)中的嵌套使用互斥量的bug分析

      @caozilong
      非常好的文章,想请教一下有什么工具或者方法对死锁问题进行debug吗

      发布在 RTOS
      pcmxz
      左手右手一个慢动作
    • 回复: V833@Melis4.0 开发QuickStart

      终于把melis上支持ap6212/ap6181的驱动搞稳定咯,melis什么时候把自带的ap6203开源啊?

      发布在 RTOS
      pcmxz
      左手右手一个慢动作
    • 回复: V833@Melis4.0 开发QuickStart

      大哥,开了CONFIG_FRAME_POINTER就跑不起来了,求救!

      发布在 RTOS
      pcmxz
      左手右手一个慢动作