当前位置: 技术问答>linux和unix
想在LINUX下读取802.11网卡的信号强弱信息,以作为切换的依据,有做过的么?50分求助
来源: 互联网 发布时间:2015-11-18
本文导语: 要求如题,网卡是Intel 2200BG,LINUX内核是2.6.15,就是不知道读取的接口是什么? 这个东西好像也不是什么新玩意吧,就要求能以某种方式采集到信号强弱就好,哪位高人给点提示,或者直接就有源码? | ...
要求如题,网卡是Intel 2200BG,LINUX内核是2.6.15,就是不知道读取的接口是什么?
这个东西好像也不是什么新玩意吧,就要求能以某种方式采集到信号强弱就好,哪位高人给点提示,或者直接就有源码?
这个东西好像也不是什么新玩意吧,就要求能以某种方式采集到信号强弱就好,哪位高人给点提示,或者直接就有源码?
|
是。
cat /proc/net/wireless
* Status : Its current state. This is a device dependent information.
* Quality - link : general quality of the reception.
* Quality - level : signal strength at the receiver. // 这个
* Quality - noise : silence level (no packet) at the receiver.
* Discarded - nwid : number of discarded packets due to invalid network id.
* Discarded - crypt : number of packet unable to decrypt.
* Discarded - misc : unused (for now).
cat /proc/net/wireless
* Status : Its current state. This is a device dependent information.
* Quality - link : general quality of the reception.
* Quality - level : signal strength at the receiver. // 这个
* Quality - noise : silence level (no packet) at the receiver.
* Discarded - nwid : number of discarded packets due to invalid network id.
* Discarded - crypt : number of packet unable to decrypt.
* Discarded - misc : unused (for now).