码迷,mamicode.com
首页 > 其他好文 > 详细

RT-WiFi驱动配置

时间:2015-11-07 06:37:20      阅读:208      评论:0      收藏:0      [点我收藏+]

标签:

RT-WiFi在最后配置的时候:

1. rt-wifi-sched.h文件中static struct rt-wifi_sta RT-WIFI_STAS[]={

    {. mac_addr = {0x00, 0x00, 0x00, 0x00, 0x00, 0x00} },   //station 0

    {. mac_addr = {0x00, 0x00, 0x00, 0x00, 0x00, 0x00} }   //station 1

};

在AP中rt-wifi-sched.h文件中需给出所有station的硬件地址,在station中rt-wifi-sched.h文件中给出自己硬件地址即可,但是需要定义station自己在数组RT-WIFI_STAS编号

#define RT_WIFI_LOCAL_ID 0x00

2. 每次编译驱动文件,需要make之后,才能操作。

3. sudo iwlist wlan0 scanning |grep ESSID 展示所有wifi信号

RT-WiFi驱动配置

标签:

原文地址:http://www.cnblogs.com/pengwu/p/4944221.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!