aboutsummaryrefslogtreecommitdiff
path: root/sbin/ifconfig
Commit message (Expand)AuthorAgeFilesLines
* Do no spam the ifconfig output for the aggregated interface with 'laggdev lag...Andrew Thompson2009-04-301-2/+1
* ifconfig(8) no longer needs to know how to print the IFF_NEEDSGIANT flag,Robert Watson2009-04-181-1/+1
* The structs ifaliasreq and in_aliasreq have exactly the same layout andBrooks Davis2009-04-151-2/+2
* add superg+tdma include files for protocol defs needed to do ie parsingSam Leffler2009-03-261-7/+3
* Default to AF_LOCAL instead of AF_INET sockets for non-family-specificJamie Gritton2009-03-153-14/+16
* Replace clone_setcallback() with a new function clone_setdefcallback()Rui Paulo2009-02-274-18/+34
* Fixup handling of roaming and xmit parameters to support 1/2 and 1/4-widthSam Leffler2009-02-191-110/+125
* Regulatory fixups:Sam Leffler2009-02-073-66/+140
* add support for max antenna gain (not used at the moment)Sam Leffler2009-02-052-0/+5
* Use %u instead of %zu when we intend to print integer constant.Xin LI2009-02-031-3/+3
* include the channel list in list caps when -v is set; ieee channelSam Leffler2009-01-281-2/+9
* pritize the channel we display with list chans so that, among otherSam Leffler2009-01-281-1/+28
* simplify display of 1/2 and 1/4 width channelsSam Leffler2009-01-281-16/+9
* improve debug msgs for regdomain operations; print channel flagsSam Leffler2009-01-281-12/+25
* Fix 1/2 and 1/4 width channel handling:Sam Leffler2009-01-281-30/+38
* Remove assumptions about the max # channels in ioctl's:Sam Leffler2009-01-271-85/+132
* remove %b msg bit defines now publicSam Leffler2009-01-271-7/+0
* Fix 1/2 and 1/4 width channel handling for non-GSM operation:Sam Leffler2009-01-161-3/+17
* use correct interface name when setting flags; fixes ifconfig ... create ... upSam Leffler2009-01-141-2/+2
* TDMA support for long distance point-to-point links using ath devices:Sam Leffler2009-01-082-4/+129
* back out unintended changeSam Leffler2008-12-151-30/+13
* move channel parsing to a getchannel routine so it can be reused to checkSam Leffler2008-12-151-30/+29
* fix handling of sku codes like country codesSam Leffler2008-12-151-2/+6
* fix handling of unknown country codes; atoi doesn't return -1Sam Leffler2008-12-151-2/+6
* 0 is a potential ISO CC; use new NO_COUNTRY #define to identifySam Leffler2008-12-151-2/+2
* o distinguish between adhoc and ahdemo modesSam Leffler2008-12-152-17/+46
* Improve regdomain.xml parser:Sam Leffler2008-12-152-30/+43
* Tiny wording nits.Giorgos Keramidas2008-10-191-4/+5
* o Typo fixes.Maxim Konovalov2008-10-051-2/+2
* add duplicate cmd entries for vlan and vlandev that are marked !cloneSam Leffler2008-10-021-0/+3
* Distinguish between cmd/parameters used for clone operations andSam Leffler2008-09-291-33/+43
* MIMO power save and RIFS; while here also update per-node state/flags for ampduSam Leffler2008-09-222-1/+72
* "ampdudensity -" is too subtle; use "NA" for any and accept it as a parameterSam Leffler2008-09-221-2/+2
* check for undefined identifiersSam Leffler2008-09-211-12/+59
* Add support in ifconfig to control the vlan hardware filter feature.Jack F Vogel2008-08-283-5/+10
* Fix typo.Rui Paulo2008-08-271-2/+2
* Fix channel parsing which was broken in r179958, the channel number may beAndrew Thompson2008-08-141-2/+4
* Add sbuf_new_auto as a shortcut for the very common case of creating aDag-Erling Smørgrav2008-08-091-1/+1
* recognize WPS ie'sSam Leffler2008-08-092-1/+84
* Move the grekey to its own file, ifconfig.c does not have interface specificAndrew Thompson2008-08-033-20/+99
* change list wme to only print the channel parameters; toSam Leffler2008-08-022-38/+57
* don't silently exit if the regdomain.xml file is missingSam Leffler2008-08-021-1/+1
* add missing capability bitsSam Leffler2008-08-011-2/+2
* correct description of how to clear a desired channelSam Leffler2008-07-301-6/+4
* Ensure the channel is a number and not a range, the 'channel' command can beAndrew Thompson2008-06-231-1/+4
* Add support for the optional key in the GRE header.Andrew Thompson2008-06-202-1/+31
* Update the lib/expat tree for the new v2.0.1 expat import. The bsdxml.hColeman Kane2008-05-081-1/+1
* Multi-bss (aka vap) support for 802.11 devices.Sam Leffler2008-04-206-330/+2491
* Fix handling of create operation together with setting other parameters:Sam Leffler2008-03-314-9/+42
* explain that you must set a default transmit key for WEPSam Leffler2008-02-291-1/+7