Linux下Wi-Fi配置工具


目前了解到的,這些配置工具包括了iwconfig,iwlist,iwpriv等;HP資助滴;老早就沒在開發了;資料不多。

 

關於Wireless Extention

Wireless Extention是從1997年開始加入到內核中的,了解到的是,它已經不再進行新的開發,只是進行一些bug修復。

這一擴展使我們可以讓我們在用戶空間的配置程序和局域網應用程序訪問到器件的driver。 它的魅力也在於此,一個統一接口搞定所有狀況!當然,如果驅動支持的話。此外,使用這一接口的另一個好處是,我們不用重啟驅動,就可以配置相應的參數。

 

關於Wireless Tools

Wireless Tools是一系列用來處理Wireless Extension的工具。通過這些程序,我們可以通過字符化的操作,這樣一種看起來很不“專業”的方式,來支持所有的Wireless Extension。事實上,雖然還有其他一些工具,但Wireless Tools仍然是使用Wireless Extension最“專業”的做法:

  • iwconfig處理一些基本的wireless參數
  • iwlist被用來初始化掃描參數,並列出頻率、比特率、密鑰等
  • iwspy被用來衡量每個節點的質量
  • iwpriv處理一些驅動特有的配置信息
  • ifrename用來針對不同的criteria來給接口命名

基本來講,Wireless Tools是現在主流Linux Distribution的標配。

 

Wireless Tools文檔

< Linux Wireless LAN Howto1、2、3、4、5>:http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Linux.Wireless.pdf

< Linux Wireless LAN Howto6>:http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Linux.Wireless.Extensions.pdf

< Linux Wireless LAN Howto7>:http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Linux.Wireless.Overview.pdf

 

當當當當,新的后續日志出來了,戳這里:Linux下Wi-Fi配置工具2

 

About iw

iw is a new nl80211 based CLI configuration utility for wireless devices. It supports all new drivers that have been added to the kernel recently. The old tool iwconfing, which uses Wireless Extensions interface, is deprecated and it's strongly recommended to switch to iw and nl80211.

Like rest of Linux kernel, iw is still under development. Features are added 'as we go'. The only documentation for iw is this page and output from 'iw help'. Please help expand this page.

There is a page listing use cases with iwconfig and iw: replacing iwconfig.


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM