wireless_tools.readme

来自「MAPI: API for wireless cards under Linux」· README 代码 · 共 50 行

README
50
字号
	This package contain the Wireless tools, used to manipulatethe Wireless Extensions. The Wireless Extension is an interfaceallowing you to set Wireless LAN specific parameters and get thespecific stats.INSTALL-------	Installation instruction and requirements.man pages (iwconfig.8, iwpriv.8, iwspy.8)---------	As far as I know, the man pages are the most complete, up todate and accurate documentation of the wireless tools, and you reallyshould read them.	They can either be copied in a location where the command"man" will find them, or can be read with the command :		nroff -man xxx.8 | moreweb page--------	You'll find a lot of useful info on :		http://web.hpl.hp.com/personal/Jean_Tourrilhes/Linux/iwconfig.c----------	The main wireless tool. Used for device configuration and to see	the most common parameters.iwspy.c-------	Mobile IP support test and allow get get stats per MAC address	(instead of globally). Also display available bit rates and	frequencies.iwpriv.c--------	Manipulate driver private ioctls (all that is not available in	iwconfig). These are device specific parameters.xwireless.c-----------	Graphical tool for the Netwave created by Dag Brattli <dagb@cs.uit.no>	The list of changes, credits and errata notes are iniwcommon.h. Compilation might be tricky, see iwcommon.h for headerproblems...	Jean <jt@hpl.hp.com>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?