摘要: 同 wpa_supplicant、hostapd 一样,nl80211 也可以管理无线网络,不同的是 wpa_supplicant 和 hostapd 是通过 nl80211 管理无线网络。 Linux平台上目前常用的专门针对无线网络设备编程的API有两套 最早的一套API由HP公司员工Jean T 阅读全文
posted @ 2024-06-17 20:45 流水灯 阅读(507) 评论(0) 推荐(0)
摘要: IEEE(Institute of Electrical and Electronics Engineers)是美国电气和电子工程师协会的简称。802是该组织中一个专门负责制定局域网标准的委员会,也称为LMSC(LAN/MAN Standards Committee,局域网/城域网标准委员会)。该委 阅读全文
posted @ 2024-06-17 20:25 流水灯 阅读(1443) 评论(0) 推荐(0)
摘要: AP模式使用到了hostapd和轻量级的udhcpd服务端,STA模式用到了wpa_supplicant和轻量级的udhcpd客户端。 hostapd 和 wpa_supplicant 使用 libnl 实现 netlink 通信,因为和 nl80211 通信需要使用 netlink 方式,即 ho 阅读全文
posted @ 2024-06-17 15:37 流水灯 阅读(1555) 评论(0) 推荐(0)
摘要: wireless-bluetooth { uart4_gpios: uart4-gpios { rockchip,pins = <4 RK_PA7 RK_FUNC_GPIO &pcfg_pull_none>; }; wireless_bluetooth: wireless-bluetooth { c 阅读全文
posted @ 2024-06-17 12:06 流水灯 阅读(129) 评论(0) 推荐(0)
摘要: 上传文件到板子:adb push /home/fengmeng/test.txt /home/topee/ 列举 adb 设备:adb devices 通过 adb 登录板子的 shell:adb shell 退出 shell:exit 阅读全文
posted @ 2024-06-17 12:06 流水灯 阅读(23) 评论(0) 推荐(0)