aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2023-12-21iw: allow extra cflagsJohannes Berg1-0/+1
2021-04-16iw: allow specifying CFLAGS/LIBS externallyJohannes Berg1-10/+10
2020-02-13build: add -Wdeclaration-after-statementJohannes Berg1-3/+4
2019-12-05iw: generate command list at build timeJohannes Berg1-2/+6
2019-05-24iw: really fix buildJohannes Berg1-3/+3
2019-05-24iw: add version.o to objectsJohannes Berg1-1/+1
2019-05-02iw: include all C files into the binaryJohannes Berg1-12/+1
2019-02-04iw: make it build with older compilers againJohannes Berg1-1/+5
2019-02-01iw: add FTM responder commandsJohannes Berg1-1/+2
2019-02-01iw: add FTM initiator supportJohannes Berg1-1/+1
2018-11-21iw: use -Wstringop-overflow=4Johannes Berg1-1/+2
2018-11-09iw: honor CPPFLAGS when compilingParide Legovini1-1/+1
2018-10-11iw: nan: Add NAN CommandsRoee Zamir1-1/+1
2018-05-22iw: enable -Wextra and fix warnings caused by itJohannes Berg1-2/+2
2017-12-12iw: Add support for start/stop APIlan Peer1-1/+2
2017-12-11iw: add command to register and dump mgmt framesSergey Matyukevich1-1/+1
2015-10-14iw: add and fix -Wsign-compareJohannes Berg1-1/+2
2015-01-14iw: Add OCB mode handlingRostislav Lisovy1-1/+1
2015-01-06iw: fix android buildArik Nemtsov1-0/+2
2014-10-29add vendor command to MakefileJohannes Berg1-1/+1
2014-10-09Add mpp get/dump commandsHenning Rogge1-1/+1
2013-07-08iw: add coalesce supportAmitkumar Karwar1-1/+1
2013-04-23makefile: allow passing NO_PKG_CONFIGJohannes Berg1-0/+2
2013-04-23makefile: don't include .configJohannes Berg1-2/+0
2013-04-23clean up makefileJohannes Berg1-3/+5
2012-11-06add P2P Device handling primitivesJohannes Berg1-1/+1
2012-07-06add (optional) hwsim codeJohannes Berg1-3/+6
2012-06-06iw: fix the Makefile for multiple libnl installationsGuido Trentalancia1-4/+12
2011-11-17remove NLVERSION from MakefileJohannes Berg1-1/+0
2011-11-14always use libnl 3.2 as 3.2, not 3.0Bjarke Istrup Pedersen1-6/+8
2011-11-14fix compilation against libnl-3.xGilles Espinasse1-14/+18
2011-11-11Revert "Fix linking with libnl-3"Johannes Berg1-3/+2
2011-11-08Fix linking with libnl-3Gilles Espinasse1-2/+3
2011-09-07iw: add libnl-3.0 supportYegor Yefremov1-0/+10
2011-07-15add remain-on-channelJohannes Berg1-1/+1
2011-05-09wowlan supportJohannes Berg1-1/+1
2010-07-23implement setting bitrate maskJohannes Berg1-1/+2
2010-05-11iw: fix makefile for cqmBruno Randolf1-1/+1
2010-03-31iw: Add support for connection quality monitor configuationJuuso Oikarinen1-1/+1
2010-03-17iw: change install command to make it compatible with ancient coreutilsLuciano Coelho1-2/+2
2010-03-16iw: add set/get power_save commandsKalle Valo1-1/+1
2010-02-02add off-channel commandJohannes Berg1-1/+1
2009-11-16display noise level from survey dataHolger Schurig1-1/+1
2009-11-10iw: use PKG_CONFIG variable consistentlyJohannes Stezenbach1-2/+2
2009-09-30default install to $(PREFIX)/sbinJohn W. Linville1-3/+3
2009-08-24separate commands into sectionsJohannes Berg1-0/+1
2009-07-25add link commandJohannes Berg1-1/+4
2009-06-23connect API testJohannes Berg1-1/+1
2009-05-13iw/Makefile use pkg-config if passed from environmental var.Karl Hiramoto1-2/+3
2009-05-05split out event handling codeJohannes Berg1-1/+1
2009-05-05print statusJohannes Berg1-1/+1
2009-05-05print nicer auth/assoc/deauth/disassoc eventsJohannes Berg1-1/+1
2009-04-21generate version.c instead of version.oJohannes Berg1-6/+10
2009-04-19ibss join/leave/event codeJohannes Berg1-1/+1
2009-04-18make version.h depend on thingsJohannes Berg1-1/+1
2009-02-05Merge branch 'master' into scan-testJohannes Berg1-0/+4
2009-01-31iw: report if no supported version of libnl is foundPavel Roskin1-0/+4
2009-01-29Merge branch 'master' into scan-testJohannes Berg1-1/+1
2009-01-29change link order - it matters for help outputJohannes Berg1-1/+1
2009-01-29Merge branch 'master' into scan-testJohannes Berg1-1/+1
2009-01-27make all objects depend on nl80211.hJohannes Berg1-1/+1
2009-01-07Merge branch 'master' into scan-testJohannes Berg1-7/+26
2009-01-07Do not set -O2 -g CFLAGS if CFLAGS are already defined (in the env).Robert Buchholz1-1/+1
2008-12-13evaluate pkg-config only onceJohannes Berg1-2/+2
2008-12-13allow linking against libnl 2.0Pat Erley1-5/+24
2008-12-12allow compilation using --as-neededMike Auty1-2/+2
2008-12-08Merge branch 'master' into scan-testJohannes Berg1-6/+10
2008-11-19Trivial patch for easier packaging of iwRobby Workman1-5/+9
2008-10-24add event commandJohannes Berg1-1/+1
2008-10-23Merge branch 'master' into scan-testJohannes Berg1-1/+1
2008-10-22iw: Add commands to get and set o11s mesh networking parameterscolin@cozybit.com1-1/+1
2008-09-19scan codeJohannes Berg1-1/+1
2008-09-17remove *-stamp when cleaningJohannes Berg1-1/+1
2008-09-17makefile improvementsKel Modderman1-2/+5
2008-09-16iw: use pkg-configBenjamin Berg1-3/+8
2008-09-16remove kernel include dir from default CFLAGSJohannes Berg1-1/+0
2008-09-16Use the kernel source tree for includes, not the kernel build treePavel Roskin1-1/+1
2008-09-16versioning fooJohannes Berg1-2/+2
2008-09-16add version.h to clean targetJohannes Berg1-1/+1
2008-09-16--version switchJohannes Berg1-1/+5
2008-09-16add install targetJohannes Berg1-1/+13
2008-09-16don't require .configJohannes Berg1-8/+1
2008-09-16add phy renaming supportJohannes Berg1-1/+1
2008-09-16fix makefileJohannes Berg1-1/+1
2008-09-05iw: Add support to send a request to set the regulatory domainLuis R. Rodriguez1-1/+1
2008-04-03fix Makefile bugJohannes Berg1-1/+1
2008-04-03remove trying to invoke cgcc if available, doesn't seem to workJohannes Berg1-7/+0
2008-04-02remove make noiseJohannes Berg1-4/+17
2008-04-02try to run cgcc (sparse) if possibleJohannes Berg1-1/+13
2008-04-02better debug cflagsJohannes Berg1-1/+3
2008-04-02Add support for mesh interfacesLuis Carlos Cobo1-1/+1
2008-01-16add wiphy dump capabilityJohannes Berg1-1/+1
2007-11-03remove README referenceJohannes Berg1-3/+1
2007-09-29Tweaked makefile to use .config file and kernel headersMike Kershaw1-5/+20
2007-09-28add debugging infoJohannes Berg1-1/+1
2007-09-28clean up MakefileJohannes Berg1-2/+3
2007-09-28clean .o filesJohannes Berg1-2/+2
2007-09-28initial commitJohannes Berg1-0/+9