summaryrefslogtreecommitdiffstats
path: root/sbin/ifconfig/ifmedia.c
Commit message (Expand)AuthorAgeFilesLines
* When setting media always and not just in case of switching to IFM_AUTOmarius2011-05-151-5/+1
* Teach ifconfig(8) the handy shared option shortcut aliases the NetBSDmarius2011-01-051-1/+9
* Remove the advertising clause from UCB copyrighted files in sbin. Thisjoel2010-12-121-4/+0
* When setting a media with no sub-type specified also reset the typemarius2010-11-131-1/+1
* When printing media with more than one media option set aggregate thesemarius2010-11-131-2/+5
* Implementation of the upcoming Wireless Mesh standard, 802.11s, on therpaulo2009-07-111-1/+2
* - Use size_t instead of int when appropriate;delphij2009-06-231-2/+2
* Multi-bss (aka vap) support for 802.11 devices.sam2008-04-201-4/+12
* Update for revised 802.11 support:sam2007-06-111-6/+6
* Actually fully emulate NetBSD and print the media instance numbermarius2007-01-221-2/+3
* - Display the media instance numbers and allow the user to set the activemarius2007-01-201-1/+25
* Clear full-duplex when half-duplex flag is set. This actually makesjkim2006-12-191-2/+6
* (media_status): Factor common code between IFM_ETHER and IFM_ATM cases.thomas2006-08-221-21/+9
* Grab the media from the passed in structure to put it into theambrisko2006-01-111-0/+1
* Change the ifr_media operation to only get its value and only setambrisko2005-01-271-79/+81
* Fix special status reporting. Prior to the reorg there wassam2004-12-311-2/+2
* Overhaul to cleanup some of the tangled logic that's grown over the years.sam2004-12-081-6/+30
* 802.11 mode bits are now masks; convert to suitsam2004-01-151-1/+1
* o correct mode request handlingsam2003-06-251-3/+6
* Add media types and options for ATM. While on most ATM cards media cannotharti2003-04-291-0/+34
* add a "mode" directive to specify the operating mode for multi-mode devices;sam2003-04-281-3/+118
* De-__P, use ansi function definitionsimp2002-04-181-54/+25
* Back out previous commit.asmodai2001-11-151-2/+0
* Report ad hoc mode correctly.asmodai2001-11-151-0/+2
* Cosmetic: Don't output a blank line if a driver providesyar2001-11-021-2/+1
* When using interfaces that support if_media, the supported media list isphk2001-05-291-22/+120
* Currently, each wireless networking driver has it's own control programphk2001-05-261-3/+33
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Removed most unused includes of <net/if_var.h> outside the kernel.bde1998-01-161-2/+1
* Make the supported media info output the default.peter1997-10-161-2/+2
* Clean up some more. Move parsing of sysctl iflist data into a singlepeter1997-05-101-2/+3
* Grumble.. My last patchup here didn't quite work either. I hate thispeter1997-05-101-4/+7
* Bring in the ifmedia components of NetBSD's ifconfig as a seperate file.peter1997-05-041-0/+526
OpenPOWER on IntegriCloud