Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

wlancfg(8) [debian man page]

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)

Check Out this Related Man Page

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

NAME
os_mibs - Tru64 UNIX extensible SNMP subagent daemon SYNOPSIS
/usr/sbin/os_mibs DESCRIPTION
The os_mibs daemon is a subagent that implements the standard MIB support for Tru64 UNIX. It currently supports MIB II, the FDDI MIB, the Token Ring MIB, Host Resources MIB, and the Ethernet-like Interfaces MIB. This daemon is started and stopped automatically and in conjunction with the SNMP master agent snmpd; no configuration or user action is required. Unexpected conditions when servicing requests for these MIBs are logged using the syslog function. For Host Resources MIB information, see Network Administration. For information about building subagents and extensible SNMP support, see the Network Programmer's Guide. FILES
The system daemon log file. Where (date is the date). SEE ALSO
Commands: snmpd(8), snmp_request(8) Functions: syslog(3) RFC 1213, MIB II RFC 1231, IEE 802.5 Token Ring MIB RFC 1285, FDDI MIB RFC 1514, Host Resources MIB RFC 2011, SNMPv2 MIB for the Internet Protocol using SMIv2 RFC 2012, SNMPv2 MIB for the Transmission Control Protocol using SMIv2 RFC 2013, SNMPv2 MIB for the User Datagram Protocol using SMIv2 RFC 2358, Definitions of Managed Objects for the Ethernet-like Interface Types os_mibs(8)
Man Page

7 More Discussions You Might Find Interesting

1. Programming

read, write & STDOUT_FILENO....

hi guys, I'have a question 4 u. Why this code give me the right output (an integer on the stdout): read(fd,&mpid,sizeof(pid_t)); printf("%d\n",mpid); Instead this code give me only a blank line: read(fd,&mpid,sizeof(pid_t)); write(STDOUT_FILENO,&mpid,sizeof(pid_t)); ... (2 Replies)
Discussion started by: M3xican
2 Replies

2. IP Networking

MRTG in Unix Systems

Hi, I need help to discovery the correct MIB to monitoring CPU, Memory and Hard Disc in Unix. I get any MIB in the internet, but donīt work. Anybody help-me? Thanks. Marcio Dunder Perin (2 Replies)
Discussion started by: dunder
2 Replies

3. Shell Programming and Scripting

Remove Carriage returns between strings in a field

Is there any way to remove carriage retuns between the records? We have input records separated by TABS and have carriage returns as below: 123 456 789 ABC "1952.00" 678 "abcdef ghik lmno" Above we... (10 Replies)
Discussion started by: acheepi
10 Replies

4. Shell Programming and Scripting

deleting 'carriage return' from string

hi there I'm getting a string from a sqlplus query, and I need to compare it with another string Problem here, is that the string i get from query brings a 'carriage return' with it, and comparing throws always false value. i need to delete all carriage retun charactres in string. how... (6 Replies)
Discussion started by: viko
6 Replies

5. HP-UX

HP O/S MIB file?

HI all, please let me know where i can find the HP OS system MIB file.? Thanks in advance. Rgds, Jagadeesh. (2 Replies)
Discussion started by: bjagadeesh
2 Replies

6. UNIX for Dummies Questions & Answers

Cut and read

Hi, I have a file which contains comma separated values ex: abc, bdc I need to read this file and provide each value(one by one) as a input to other function. Can some one helpme... -Vinodh' Kumar (1 Reply)
Discussion started by: vino_hymi
1 Replies

7. Shell Programming and Scripting

Read record from the text file contain multiple separated values & assign those values to variables

I have a file containing multiple values, some of them are pipe separated which are to be read as separate values and some of them are single value all are these need to store in variables. I need to read this file which is an input to my script Config.txt file name, first path, second... (7 Replies)
Discussion started by: ketanraut
7 Replies