aboutsummaryrefslogtreecommitdiffstats
path: root/scan.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-24iw: add more extended capa bitsEmmanuel Grumbach1-1/+5
2023-04-14iw: S1G: add parsing for 802.11ah scan IE'sGilad Itzkovitch1-2/+107
2023-04-14link: update for MLOJohannes Berg1-1/+2
2023-04-14iw: scan: set NL80211_SCAN_FLAG_COLOCATED_6GHZ in case of full sched scanAyala Beker1-0/+2
2020-11-30iw: scan: parse HE capabilitiesBrian Norris1-0/+8
2020-11-30iw: scan: add extension tag parsingBrian Norris1-0/+32
2020-11-06iw: scan: add flag for scanning colocated apTova Mussai1-1/+6
2020-11-06iw: Add 'coloc' and 'flush' options to sched_scanIlan Peer1-0/+4
2020-04-24iw: tiny code style fixesJohannes Berg1-1/+1
2020-03-25iw: Complete Extended Key ID detectionAlexander Wetzel1-0/+2
2020-03-04scan: Fix printing of unknown WPS vendor extensionIlan Peer1-0/+3
2020-02-13scan: wps: remove useless string length checksJohannes Berg1-25/+0
2020-02-13scan: wps: fix some misplaced codeJohannes Berg1-1/+2
2020-02-13iw: scan: parse AP Channel ReportMarkus Theil1-0/+16
2020-02-13iw: scan: parse wps version2Markus Theil1-0/+12
2020-02-13scan: wps: add more bounds checksJohannes Berg1-1/+38
2020-02-13iw: scan: better length checks in print_wifi_wps()Markus Theil1-9/+43
2020-02-13iw: scan: fix some format string warnings found by clangMarkus Theil1-5/+5
2020-02-13iw: scan: fix undefined behaviour in print_vht_capa()Markus Theil1-2/+2
2020-02-13iw: scan: fix undefined behaviour in rm capa printMarkus Theil1-4/+4
2020-02-13iw: scan: fix buffer over-read in print_p2pMarkus Theil1-1/+1
2020-02-13iw: scan: fix buffer over-read in print_wifi_wpsMarkus Theil1-1/+1
2020-02-13iw: scan: fix buffer over-read in parsing roaming consortiumMarkus Theil1-1/+1
2020-02-13iw: scan: fix buffer over-read in print_ies()Markus Theil1-1/+4
2020-02-13iw: scan: parse measurement pilot elementMarkus Theil1-0/+50
2020-02-13iw: scan: parse tx power envelopeMarkus Theil1-0/+31
2020-02-13iw: scan: parse 'supported Operating Classes element'Markus Theil1-0/+35
2020-02-13iw: scan: add missing word for rm capabilitiesMarkus Theil1-1/+1
2020-01-28iw: scan: print radio measurement capabilitiesMarkus Theil1-0/+56
2019-11-22iw: scan: fix double-free in error pathsBrian Norris1-2/+0
2019-07-26iw: scan: add missing newlineJohannes Berg1-1/+1
2019-05-24iw: fix memory leaks inside handle_scanJohn Crispin1-16/+15
2019-05-24iw: fix memory leak inside parse_sched_scanJohn Crispin1-1/+2
2019-02-01iw: make parse_random_mac_addr() more generally availableJohannes Berg1-35/+4
2018-10-11iw: fix various static checker warningsJohannes Berg1-2/+4
2018-10-11iw: scan: parse OWE Transition Mode elementHauke Mehrtens1-0/+29
2018-10-09scan: Decode additional Authentication typesHauke Mehrtens1-0/+33
2018-08-29scan: fix fall through warningJohannes Berg1-2/+1
2018-08-14scan: fix indentation in previous changeJohannes Berg1-1/+2
2018-08-14scan: fix crash when driver doesn't report frame typeSergey Matyukevich1-2/+2
2018-05-22iw: enable -Wextra and fix warnings caused by itJohannes Berg1-0/+2
2018-05-22scan: print out "Information elements from Probe Response frame" only if certainJohannes Berg1-3/+7
2018-05-22iw: fix some scan code indentationJohannes Berg1-2/+1
2018-05-18iw: Add duration parameter to scan commandPradeep Kumar Chitrapu1-3/+28
2017-12-12iw: print missing extended capabilitiesShahar S Matityahu1-42/+175
2016-08-17iw: add scan-abort commandEliad Peller1-0/+11
2016-04-14iw: add scheduled scan plans configurationAvraham Stern1-4/+65
2016-01-14print BSS boottime if receivedJohannes Berg1-0/+6
2015-11-03iw: Fix memory leak if nla_put failsOla Olsson1-1/+4
2015-10-21iw: remove superfluous includesOla Olsson1-1/+0
2015-10-12iw: Fix memory leak in error pathOla Olsson1-1/+4
2015-09-18scan: Add FTM info to scan resultsAssaf Krauss1-0/+2
2015-09-18iw: don't mix declaration into codeJohannes Berg1-1/+2
2015-08-13iw: free memory on scan parse errorsAmit Khatri1-0/+2
2015-08-13iw: remove cb from arguments and simplify valid handlerJohannes Berg1-6/+3
2015-03-30iw: Print OSEN element for HotSpot 2.0 IE.Ben Greear1-8/+43
2015-03-17iw: add randomise option for sched_scanLuciano Coelho1-0/+11
2015-03-17iw: add support for active scheduled scanLuciano Coelho1-2/+58
2015-03-17iw: implement scheduled scanLuciano Coelho1-0/+29
2015-03-17iw: move generic sched scan parsing code out of net detectLuciano Coelho1-0/+170
2014-12-12support random scan requestJohannes Berg1-6/+39
2013-08-30iw: Print out HotSpot2 IE information.Ben Greear1-0/+11
2013-08-30iw: Print 802.11u roaming consortium IE in scan results.Ben Greear1-0/+52
2013-08-30iw: Print 802.11u Advertisement IE info in scan results.Ben Greear1-0/+33
2013-08-30iw: Print Interworking IE details in scan results.Ben Greear1-0/+66
2013-08-29print single GTKSA/PTKSA capability, TDLS/TPK authJoerg Mayer1-0/+5
2013-07-26iw: print out mesh configuration element on scanChun-Yeow Yeoh1-0/+32
2013-05-07iw: scan using meshidjacob minshall1-7/+36
2013-04-22iw: decode some more IEsJoerg Mayer1-1/+15
2013-04-19fix scan segfault when IFINDEX attribute isn't presentJohannes Berg1-2/+5
2013-01-04iw: print capability info for DMG (60GHz band)Vladimir Kondratiev1-25/+93
2012-11-21parse a few more IEsJohannes Berg1-7/+40
2012-11-20print VHT operation IEJohannes Berg1-1/+22
2012-11-12print VHT capabilitiesJohannes Berg1-0/+9
2012-11-09parse more extended capabilitiesJohannes Berg1-21/+49
2012-10-26iw: add support for the forced AP scanAntonio Quartulli1-2/+6
2012-10-22iw: add lowpri and flush scan operandsSam Leffler1-2/+13
2012-07-19allow wdev in place of devJohannes Berg1-2/+2
2012-07-19pass idby argument to all functionsJohannes Berg1-3/+6
2012-07-06introduce GCMP cipherVladimir Kondratiev1-0/+3
2012-05-14iw: print out Mesh ID on scanChun-Yeow Yeoh1-0/+1
2011-12-07whitespace cleanupsJohannes Berg1-1/+1
2011-11-16iw: fix wifi wmm ie print functionYoni Divinsky1-1/+1
2011-10-13print PHY membership selector only for membership ratesJohannes Berg1-1/+1
2011-10-11iw: fix HT PHY BSS Membership selector value encodingChristian Lamparter1-1/+9
2011-06-09a little bit of P2P parsingJohannes Berg1-0/+101
2011-06-09scan: print MS OUI as what it isJohannes Berg1-6/+6
2011-06-09scan: print WPS UUIDJohannes Berg1-0/+14
2011-03-02fix frequency parsingJohannes Berg1-3/+6
2010-10-25iw: print out eirp for triplets on scanLuis R. Rodriguez1-1/+1
2010-09-29parse RSN IE information on PMKIDs and mgmt cipher suiteJohannes Berg1-0/+22
2010-09-22scan: don't define only an unnamed union in a structJohannes Berg1-15/+12
2010-09-01analyse HT operation IEJohannes Berg1-0/+37
2010-09-01use generic length checkingJohannes Berg1-5/+1
2010-06-30iw: fix ampdu spacing & max amsdu length reportingChristian Lamparter1-1/+1
2010-04-06iw: Parse some common WPS attributesJouni Malinen1-2/+87
2010-03-24allow adding IEs to scanJohannes Berg1-17/+32
2010-03-24display unknown WPS TLVsJohannes Berg1-1/+14
2010-02-19iw: add country IE parsingLuis R. Rodriguez1-17/+69
2010-02-06fix scan show_both_ie_setsJohannes Berg1-3/+6
2010-01-16iw: Add support for showing Beacon IEs and TIM IEJouni Malinen1-2/+29
2009-12-20fix WMM indications for parameter printingMarcel Holtmann1-3/+3
2009-12-08completely unify MCS parsingJohannes Berg1-66/+4
2009-12-08HT fixupsJohannes Berg1-24/+5
2009-12-08iw: bring together common ht capability parsingLuis R. Rodriguez1-38/+2
2009-12-08iw: share mimumum ampdu spacing and maximum ampdu length printsLuis R. Rodriguez1-46/+4
2009-12-08iw: fix 'iw list' MCS set printLuis R. Rodriguez1-4/+2
2009-12-08iw: add HT capability parsing for scanningLuis R. Rodriguez1-0/+175
2009-11-11add trailing \n to fprintfs missing itJohannes Berg1-2/+2
2009-11-11iw: show age of last scanHolger Schurig1-0/+5
2009-08-24separate commands into sectionsJohannes Berg1-8/+8
2009-08-10print out wmm aifsnJohannes Berg1-0/+1
2009-08-10some wmm parameter improvementsJohannes Berg1-3/+3
2009-08-10fix typoJohannes Berg1-1/+1
2009-08-10fix bug parsing ACIJohannes Berg1-1/+1
2009-08-10show WMM parametersJohannes Berg1-3/+45
2009-07-25add link commandJohannes Berg1-21/+31
2009-07-10print BSS statusJohannes Berg1-1/+21
2009-06-08"AP setup locked" is a u8 (bool)Johannes Berg1-2/+2
2009-05-24print scan info on eventJohannes Berg1-9/+1
2009-05-05document scan commandsJohannes Berg1-8/+11
2009-05-05add ability to document commands, document event/helpJohannes Berg1-3/+3
2009-05-05print extended capabilitiesJohannes Berg1-3/+44
2009-05-05print rsn capabilities fieldJohannes Berg1-3/+43
2009-05-05add AKM suites for 11r/11wJohannes Berg1-0/+12
2009-05-05use decimal like the standard for suites below OUIJohannes Berg1-15/+15
2009-05-05print "00-0f-ac:7" instead of "Unknown (00-0f-ac:7)" to make it shorterJohannes Berg1-6/+6
2009-05-04print invalid tail on WPA/RSN IE if presentJohannes Berg1-8/+7
2009-05-04add length checks for WPA/RSN cipher and authentication suitesMarcel Holtmann1-1/+21
2009-05-04add support for showing power constraint IEMarcel Holtmann1-0/+6
2009-05-04rearrange some tests to be clearerJohannes Berg1-3/+3
2009-05-04add ability to scan certain SSIDs/frequenciesJohannes Berg1-15/+80
2009-05-04validate IE length better in placesJohannes Berg1-74/+89
2009-05-04add Country in/outdoor environ + invalid environJohannes Berg1-0/+6
2009-05-04print WPS version as major.minorJohannes Berg1-1/+1
2009-05-04print unknown cipher/auth suites with more infoJohannes Berg1-11/+17
2009-05-04s/WPA2/RSN/Johannes Berg1-1/+1
2009-05-04add support for parsing WPA and RSN/WPA2 information elementsMarcel Holtmann1-7/+187
2009-05-04add basic support for parsing WMM information elementMarcel Holtmann1-0/+23
2009-05-04add human readable decoding for capability information fieldMarcel Holtmann1-3/+41
2009-05-04add support for showing extended capabilities IEMarcel Holtmann1-0/+11
2009-05-04add basic support for parsing country information elementMarcel Holtmann1-0/+20
2009-05-04add support for parsing ERP information elementMarcel Holtmann1-0/+16
2009-05-02add option to dump unknown IEs with scan commandMarcel Holtmann1-3/+10
2009-05-01WPS scan: print out AP locked attributeJohannes Berg1-0/+6
2009-04-30parse some WPS dataJohannes Berg1-2/+99
2009-04-30print unknown IEs in nicer formJohannes Berg1-2/+2
2009-04-30don't try parsing too short vendor IEsJohannes Berg1-3/+11
2009-04-23add scan warningsJohannes Berg1-0/+24
2009-04-08add plain "scan" command that triggers, waits and dumpsJohannes Berg1-0/+37
2009-04-08prepare for more generic commandsJohannes Berg1-2/+4
2009-02-12make printing unknown IEs optional in iw scan dumpJohannes Berg1-16/+36
2009-02-10tsf is a good indication of AP uptime ...Johannes Berg1-3/+7
2009-01-07update for new scan patchJohannes Berg1-0/+10
2008-12-08use ARRAY_SIZEJohannes Berg1-2/+1
2008-09-19scan codeJohannes Berg1-0/+181