
wireless
文章平均质量分 82
hello_programmer
这个作者很懒,什么都没留下…
展开
-
rx_path
Ø Main.c static voidieee80211_tasklet_handler(unsigned long data)Everything aboutreceive is started from this function. There is a switch statement:switch(skb->pkt_type), two cases: IEEE80211_原创 2014-09-23 16:50:21 · 1271 阅读 · 0 评论 -
ieee80211_rx_h_mgmt的处理
上一篇说道,ieee80211_prepare_原创 2014-09-23 19:55:59 · 2995 阅读 · 1 评论 -
null_func的作用
I was speaking to a friend last evening on the topic of client troubleshooting. The discussion came up about roaming and roaming aggressiveness. We talked about the different aspects of client behavio转载 2014-10-19 12:39:18 · 891 阅读 · 0 评论 -
nl80211
当用户态进程发送数据时,调用sendmsg实现,其调用内核netlink_sendmsg函数完成,新建了sk_buff,然后给其cb私有缓存中保存了源地址信息,然后把数据拷贝到sk_buff中[nlmsghdr头部已经附在数据部分前面,作为数据部分了]然后利用netlink_unicast发送出去 而当内核态发送时,新建了一个sk_buff,头部填写了nlmsghdr[利用了nlms转载 2015-01-03 19:08:42 · 5068 阅读 · 0 评论