Think && Act
  • Welcome
  • OpenWRT系统
    • Remote Command Execution on GL.iNet's mini-routers
    • 配置DTS支持USB存储
    • OpenWRT procd启动过程
    • udhcpc如何绑定网络接口
    • 提交新平台补丁到OpenWRT社区
  • 无线WiFi技术
    • WiFi 四次握手分析
    • mac80211框架基础
    • How to get wirelss assoclist on MT7628
    • WPS on GL.iNet's OpenWRT
  • 密码学与安全
    • Feistel Cipher
    • 数据加密标准(DES)
    • Data Encryption Standard(DES)
    • Advanced Encryption Standard(AES)
  • 数据结构与算法
  • VPN技术
    • Using Tor on GL.iNet's mini-routers
    • Using Softether VPN on GL.iNet's mini-routers
    • Using ZeroTier on GL.iNet's mini-routers
  • Go语言
    • A Quick Guide for Go Modules
  • Shell脚本
    • Parameter Expansion ${}
    • User's Guide for Awk
  • Python语言
    • Python in Visual Studio Code
  • 投资理财
    • 【入门】股票入门基础
    • 【股初】找准股票入场时机
    • 【股初】合理规避风险
    • 【股初】“好公司”投资法
    • 【股初】财务三表分析
    • 【股初】“捡烟蒂”投资法
    • 【股初】构建白马组合
    • 【股进】选择好生意
    • 【股进】好公司——商业逻辑
  • 工具箱
    • A Guide of Visual Studio Code
    • hexo搭建博客
Powered by GitBook
On this page
  • Prepare
  • Compile
  • Further development

Was this helpful?

  1. 无线WiFi技术

How to get wirelss assoclist on MT7628

Previousmac80211框架基础NextWPS on GL.iNet's OpenWRT

Last updated 5 years ago

Was this helpful?

Prepare

Make sure that you have got the wireless driver of MT7628 from MediaTek or your distributor.

You can find the source code in , please create a fold named wlan_assoclist in you buildroot's package path, and copy all files into it.

Compile

Assume that you have known how to build a firmware, and you have built a firmware for MT300N-V2. We can execute this command to build our demonstration code.

make package/wlan_assoclist/{clean,compile} V=s

Further development

It is only contains a demonstration code to get wireless assoclist. You can integrate the function to your projet.

demo source code