debian man page for wlancfg

Query: wlancfg

OS: debian

Section: 8

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

WLANCFG(8)						      System Manager's Manual							WLANCFG(8)

NAME
wlancfg - manupulate linux-wlan-ng MIB values
SYNOPSIS
wlancfg query dev wlancfg show dev [all] wlancfg set dev wlancfg list wlancfg version
DESCRIPTION
The wlancfg utility program provides an alternative method to wlanctl-ng (1) , for manipulating MIB values. It was designed to provide an easier mechanism for saving and restoring the complete wireless configuration (i.e. when re-starting the device driver) and to provide a more efficient mechanism for GUI's to query multiple MIB's.
OPTIONS
dev The name of the device (e.g., wlan0). query Read MIB names (separated by whitespace) from stdin and output their values (separated by carriage returns) to stdout. The MIB's may be either read/write or read-only. show Query the values of all supported read/write MIB's and output their values (separated by carriage returns) to stdout. The syntax of the output will be: name=value If the "all" parameter is specified, then all supported MIB's (i.e. read-only MIB's as well) are output. set Read MIB name/value pairs (separated by carriage returns) from stdin and set the values of the specified MIB's. The pairs must have the same syntax as above. The MIB's must be read/write. list Display a list of all supported MIB's. version Display the compiled version of wlancfg.
SEE ALSO
/usr/share/doc/linux-wlan-ng/README and README.Debian.
AUTHOR
This minimal man page was written by Joey Hess. WLANCFG(8)
Related Man Pages
snmp-bridge-mib(1) - mojave
smiquery(1) - debian
cpq_mibs(8) - osf1
mtu(8) - osf1
snmp_hast(3) - freebsd
Similar Topics in the Unix Linux Community
read, write & STDOUT_FILENO....
MRTG in Unix Systems
Remove Carriage returns between strings in a field
Cut and read
Read record from the text file contain multiple separated values & assign those values to variables