aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2020-06-22test-runner: use WNOHANG option waiting for PIDJames Prestwood1-2/+12
2020-06-08hwsim: add new 'Delay' property to RulesJames Prestwood1-5/+48
2020-05-01test-runner: run iwmon per-subtestJames Prestwood1-7/+28
2020-05-01tools: delay hwsim sending frameJames Prestwood1-4/+17
2020-04-02test-runner: create pcap when loggingJames Prestwood1-3/+13
2020-04-02test-runner: fix segfault running with --log non-rootJames Prestwood1-2/+12
2020-03-21test-runner: make default iwd_config_dir=/tmpJames Prestwood1-1/+1
2020-03-20tools: Add utility to tx Probe RequestsAndrew Zaborowski1-0/+302
2020-03-13test-runner: fix improper loading of radius_configJames Prestwood1-3/+12
2020-03-13test-runner: fix crash for tests using radius_serverJames Prestwood1-1/+1
2020-03-13test-runner: fix crash if ofono is not installedJames Prestwood1-4/+5
2020-03-09test-runner: Add missing 's' option to command line parserDaniel Wagner1-1/+1
2020-03-09test-runner: Add missing space between qemus argumentsDaniel Wagner1-1/+1
2020-01-29hwsim: Use L_DBUS_PROPERTY_FLAG_AUTO_EMITDenis Kenzior1-7/+14
2020-01-21treewide: fix typosTorstein Husebø1-1/+1
2020-01-06test-runner: add special radius_server keyJames Prestwood1-0/+3
2019-11-21test-runner: print which file failed to fchownJames Prestwood1-2/+2
2019-11-14test-runner: move ofono/phonesim logs into test dirJames Prestwood1-6/+6
2019-11-13test-runner: erase valgrind log after each testJames Prestwood1-1/+5
2019-11-13test-runner: make --log take a required argumentJames Prestwood1-8/+5
2019-11-06test-runner: fix logging directory nameJames Prestwood1-2/+2
2019-11-06test-runner: run iwmon if --log is usedJames Prestwood1-0/+19
2019-11-06test-runner: special case python3 verbose optionJames Prestwood1-6/+10
2019-11-06test-runner: refactor/fix valgrind logging issueJames Prestwood1-9/+11
2019-11-04test-runner: log process output to host systemJames Prestwood1-55/+244
2019-10-28hwsim: Update to the new ell APIDenis Kenzior1-1/+1
2019-10-25treewide: Move the Intel copyright forward to 2019Marcel Holtmann2-2/+2
2019-10-23hwsim: Fix potential memory leakTim Kourt1-3/+4
2019-10-23test-runner: fix double free issue on subtest queueJames Prestwood1-2/+0
2019-10-22t-runner: Check for errors after opening fileTim Kourt1-0/+3
2019-10-22t-runner: Check for NULL before using strcmpTim Kourt1-3/+3
2019-10-22t-runner: Fix possible assignment of NULL pointerTim Kourt1-1/+2
2019-10-22t-runner: Fix out-of-bounds writeTim Kourt1-1/+1
2019-10-22t-runner: Fix mem leak caused by python test namesTim Kourt1-0/+2
2019-10-22t-runner: Fix mem leak caused by unclosed dirTim Kourt1-0/+2
2019-10-22t-runner: Fix mem leak with sim keysTim Kourt1-2/+2
2019-10-17hwsim: Invoke l_queue_remove prior to object deletionDenis Kenzior1-2/+2
2019-10-09test-runner: allow all unit tests to be run in VMJames Prestwood1-11/+37
2019-10-07tools: ios_convert: embed certs rather than using pathsJames Prestwood1-1/+6
2019-09-24test-runner: sort test list alphabeticallyJames Prestwood1-25/+57
2019-09-22build: Add skeleton manual pages for all installed binariesMarcel Holtmann1-0/+35
2019-09-11tools: enable CONFIG_CRYPTO_ARC4 in kernel configJames Prestwood1-0/+1
2019-09-09build: Add StateDirectoryMode=0700 option to systemd serviceMarcel Holtmann1-1/+2
2019-09-08build: Add script to start iwd.service via systemd-runMarcel Holtmann1-0/+21
2019-09-08test-runner: Remove pointless NULL check before calling l_freeMarcel Holtmann1-2/+1
2019-09-08test-runner: Provide CONFIGURATION_DIRECTORY and STATE_DIRECTORYMarcel Holtmann1-4/+10
2019-09-08test-runner: Use execvpe to provide environment contextMarcel Holtmann1-24/+31
2019-08-28test-runner: better define --shell behaviorJames Prestwood1-6/+30
2019-08-27tools/ios_convert: use join rather than manually loopingJames Prestwood1-7/+1
2019-08-27tools/ios_convert: add ServerDomainMaskJames Prestwood1-0/+10
2019-08-27tools/ios_convert: add raw XML optionJames Prestwood1-14/+25
2019-08-27tools/ios_convert: parse DisplayedOperatorNameJames Prestwood1-3/+13
2019-08-22tools/ios_convert: Use tag instead of text for IsHotspotJames Prestwood1-1/+1
2019-08-22tools/ios_convert: add 'Name' to hotspot configJames Prestwood1-2/+6
2019-08-20test-runner: print if haveged fails to startJames Prestwood1-1/+3
2019-08-15treewide: Make global variables staticDenis Kenzior1-1/+1
2019-08-07test-runner: log iwd output for --shellJames Prestwood1-23/+32
2019-08-07test-runner: allow booting directly into a shellJames Prestwood1-4/+24
2019-07-29tools: add tool for iOS mobileconfig conversionJames Prestwood1-0/+402
2019-06-05test-runner: allow glob matching of testsJames Prestwood1-4/+29
2019-05-17tools: Update test-runner to the new genl apiDenis Kenzior1-14/+15
2019-05-17tools: Update hwsim to the new genl apiDenis Kenzior1-44/+44
2019-05-13test-runner: allow disabling of iftype/cipherJames Prestwood1-7/+30
2019-05-13test-runner: add a radio parameters structure for creationJames Prestwood1-16/+18
2019-05-13test-runner: allow radio list subset to be configuredJames Prestwood1-57/+12
2019-05-13hwsim: allow specific radio iftypes/ciphersJames Prestwood1-1/+129
2019-05-13test-runner: in native HW mode, check for AP capabilitiesJames Prestwood1-26/+53
2019-05-13test-runner: skip hostapd iface creation if native HWJames Prestwood1-0/+4
2019-05-13test-runner: fix radio index 0 deletionJames Prestwood1-8/+8
2019-05-10test-runner: Drop options no longer supported by qemuAndrew Zaborowski1-2/+0
2019-05-01test-runner: Allow native hardware passthroughJames Prestwood2-38/+470
2019-04-22test-runner: Only create/remove interfaces for hostapdAndrew Zaborowski1-27/+33
2019-04-22test-runner: Futher fix for the SETUP group supportAndrew Zaborowski1-5/+4
2019-04-22test-runner: Check radio_conf_list is not nullAndrew Zaborowski1-0/+4
2019-04-22test-runner: Drop unused wiphy.interface_indexAndrew Zaborowski1-2/+0
2019-03-18tools: fix test_runner_kernel_config for HT/VHTJames Prestwood1-1/+2
2019-02-21test-runner: allow test to set the regulatory domainJames Prestwood1-0/+20
2019-02-21tools: add option to disable reg domain verificationJames Prestwood1-0/+4
2019-02-17tools: Add CONFIG_CRYPTO_USER_API_AEAD for full TLS supportMat Martineau1-0/+1
2019-01-18test-runner: decouple --verbose with --valgrindJames Prestwood1-1/+6
2019-01-17test-runner: fix garbage output on test startJames Prestwood1-0/+1
2018-12-17test-runner: fixed garbage output in test resultsJames Prestwood1-0/+3
2018-12-05test-runner: fix removal of SIM/AKA/AKA' filesJames Prestwood1-4/+6
2018-11-30test-runner: Add dbus verbose output optionsAndrew Zaborowski1-3/+14
2018-11-02t-runner: Add verbosity option for TLS debugTim Kourt1-0/+3
2018-11-02hwsim: Use l_genl_family_set_unicast_handlerDenis Kenzior1-1/+1
2018-11-01build: Fix includes for using with -std=c99 compiler optionMarcel Holtmann1-0/+2
2018-11-01build: Adjust to the latest ELL signal API changesMarcel Holtmann1-0/+1
2018-11-01test-runner: Use l_main_run_with_signal instead of open coding itMarcel Holtmann1-13/+2
2018-11-01hwsim: Use l_main_run_with_signal instead of open coding itMarcel Holtmann1-14/+2
2018-10-24hwsim: limit "Unknown attribute type:" printJames Prestwood1-1/+2
2018-10-24hwsim: update hwsim attrs to latest mac80211_hwsimJames Prestwood1-0/+3
2018-09-14build: Add DAEMON_ prefix to CONFIGDIR and STORAGEDIRMarcel Holtmann1-1/+1
2018-09-14tools: Change net.connman.iwd.hwsim to net.connman.hwsimMarcel Holtmann2-6/+6
2018-09-14tools: Add configure option and D-Bus policy file for hwsim utilityMarcel Holtmann1-0/+23
2018-09-14hwsim: Fix missing handling of help option -hMarcel Holtmann1-1/+1
2018-09-13tools: add needed CONFIG_SECURITYFS optionTim Kourt1-0/+1
2018-06-19tools: Remove unused kernel configMat Martineau1-1/+0
2018-06-14test-runner: Fix kernel command line parsingDenis Kenzior1-13/+15
2018-05-24test-runner: added CONFIG_NLMON to kernel configJames Prestwood1-0/+1
2018-05-22hwsim: Look up radio address in radio_infoAndrew Zaborowski1-15/+20
2018-05-22hwsim: Don't crash if source radio not foundAndrew Zaborowski1-1/+2
2018-05-21test-runner: fix iwd verbosityJames Prestwood1-1/+5
2018-05-21test-runner: Add hwsim to --gdb supportDenis Kenzior1-5/+12
2018-05-10t-runner: init stat totalsTim Kourt1-1/+1
2018-05-09test-runner: Use l_strdup_printf to combine stringsMat Martineau1-10/+14
2018-04-27test-runner: set env flag if valgrind is being usedJames Prestwood1-0/+4
2018-04-24test-runner: enable verbose output for kernelJames Prestwood1-0/+1
2018-04-03test-runner: fix warning in gdb patchJames Prestwood1-2/+3
2018-04-02test-runner: add feature to debug processes with gdbJames Prestwood1-20/+68
2018-03-21test-runner: Kill hwsim after failed hostapd setupAndrew Zaborowski1-2/+2
2018-03-21test-runner: Run all APs as one hostapd instanceAndrew Zaborowski1-39/+63
2018-02-07t-runner: refactor logic for output hidingTim Kourt1-14/+8
2018-02-07t-runner: fix 'new line' usage for non-verbose modeTim Kourt1-1/+3
2018-02-02test-runner: remove unneeded argument parsingJames Prestwood1-1/+0
2018-02-01tools: add valgrind option to test-runnerJames Prestwood1-5/+35
2018-02-01t-runner: Fixed crashJames Prestwood1-1/+4
2018-01-30hwsim: Fix leak of send_frame_info->user_dataDenis Kenzior1-0/+5
2018-01-30hwsim: add spoofing frame supportJames Prestwood1-0/+107
2018-01-24test-runner: added more verbosity optionsJames Prestwood1-5/+8
2018-01-24test-runner: make verbose option -v application specificJames Prestwood1-47/+81
2018-01-22tools: Remove unused kernel configDenis Kenzior1-1/+0
2018-01-19tools: Add SHA512 to kernel configMat Martineau1-0/+1
2017-12-14test-runner: add ofono/phonesim to test-runnerJames Prestwood1-10/+133
2017-10-31tools: add DES cipher algorithm supportTim Kourt1-0/+2
2017-09-22hwsim: Use util_is_broadcast_addressAndrew Zaborowski1-10/+5
2017-08-31hwsim: Use new mpdu.h structsAndrew Zaborowski1-4/+4
2017-08-30test-runner: Add support for Qemu on PowerPC 32-bit and 64-bitMarcel Holtmann1-0/+18
2017-08-23hwsim: Add Rule.Drop propertyAndrew Zaborowski1-5/+50
2017-08-08test-runner: Add support for Qemu on ARM 32-bit and 64-bitMarcel Holtmann1-3/+21
2017-07-11test-runner: Avoid intermediate string in number conversionMat Martineau1-7/+2
2017-06-02test-runner: move remove_absolute_path_dirs callJames Prestwood1-2/+1
2017-06-01test-runner: Always define qemu_tableMatías Zúñiga1-0/+1
2017-05-16test-runner: Set host dependent qemu executable path listAndrew Zaborowski1-2/+20
2017-05-16test-runner: Bump alloca requestDenis Kenzior1-1/+1
2017-05-16test-runner: Fix the has_virt flag usageAndrew Zaborowski1-12/+3
2017-05-16test-runner: Check for SVM in check_virtualizationAndrew Zaborowski1-1/+10
2017-03-28test-runner: Export final interface config to testsAndrew Zaborowski1-30/+87
2017-03-28hwsim: Watch RTNL NewLink eventsAndrew Zaborowski1-0/+85
2017-03-26hwsim: Fix the Interface.Addresses property typeAndrew Zaborowski1-1/+1
2017-03-16test-runner: Tell iwd which phys to manageDenis Kenzior1-4/+40
2017-03-16test-runner: Simplify phy creation logicDenis Kenzior1-102/+94
2017-03-14test-runner: Register hwsim medium on startupAndrew Zaborowski1-3/+2
2017-03-14hwsim: Don't require full mpdu_mgmt_header in framesAndrew Zaborowski1-2/+2
2017-03-14hwsim: Drop the -k/--keep switch, always keep radiosAndrew Zaborowski2-20/+4
2017-03-14hwsim: Don't handle netlink events in command modeAndrew Zaborowski1-10/+6
2017-03-14hwsim: Add terminating 0 byte to attributeAndrew Zaborowski1-1/+1
2017-03-14hwsim: Fix netlink attribute size calculationAndrew Zaborowski1-1/+1
2017-03-10hwsim: Clean up some trivial style issuesDenis Kenzior1-22/+1
2017-03-10hwsim: Add Rule and RuleManager dbus interfacesAndrew Zaborowski1-0/+337
2017-03-10hwsim: Add user-defined rules for frames passed by mediumAndrew Zaborowski1-1/+81
2017-03-10hwsim: Add wmedium implementationAndrew Zaborowski1-1/+369
2017-03-10hwsim: Use an array of addresses for radio_info_rec.addrsAndrew Zaborowski1-6/+5
2017-03-10hwsim: Fix property name typo in notificationAndrew Zaborowski1-1/+1
2017-03-10hwsim: DBus methods for creating and destroying radiosAndrew Zaborowski1-4/+182
2017-03-09hwsim: Basic DBus interface to radio informationAndrew Zaborowski1-12/+332
2017-03-08hwsim: Replace isspace usage with l_ascii_isspaceAndrew Zaborowski1-4/+7
2017-03-03hwsim: Refactor radio, wiphy and interface trackingAndrew Zaborowski1-173/+201
2017-03-03hwsim: Include terminating 0 byte in radio name attributeAndrew Zaborowski1-1/+1
2017-02-23hwsim: Add daemon mode with radio information trackingAndrew Zaborowski1-27/+561
2017-02-23hwsim: Fix radio_name_attr length calculationAndrew Zaborowski1-2/+2
2017-02-23hwsim: Fix l_genl_family_register return value checkAndrew Zaborowski1-1/+1
2016-12-20test-runner: Don't use killallDenis Kenzior1-16/+1
2016-12-14tools: Add MD4 to test runner kernel configMarkus Ongyerth1-0/+1
2016-12-14test-runner: Make sure to chdir to top_level_pathDenis Kenzior1-0/+3
2016-12-06tools: Add option for CMAC in 4.9.0-rc5+Tim Kourt1-0/+1
2016-12-06tools: Add required for 4.9.0-rc5+ config optionTim Kourt1-0/+1
2016-11-30t-runner: Specify a python version to runTim Kourt1-1/+1
2016-11-30t-runner: Disable PMU emulation for a guestTim Kourt1-1/+1
2016-11-29t-runner: Enable unit test supportTim Kourt1-40/+129
2016-11-03t-runner: Rename abs_path_dir_list to tmpfs_extra_stuffTim Kourt1-18/+18
2016-11-02t-runner: use iwd config file optionTim Kourt1-4/+16
2016-10-12t-runner: Move chdir into the earlier stagesTim Kourt1-5/+6
2016-10-12t-runner: Allow relative paths in abs dir mappingTim Kourt1-20/+16
2016-10-12t-runner: Remove chdirs before exec. of hwsimTim Kourt1-25/+1
2016-10-05t-runner: Make start of IWD instance optionalTim Kourt1-5/+31
2016-10-03t-runner: Add symlink for absolute dir. pathsTim Kourt1-0/+79
2016-10-03t-runner: Add python file extensionsTim Kourt1-5/+16
2016-10-03t-runner: Mount IWD's storage to tmpfsTim Kourt1-0/+1
2016-09-05tools: More key and crypto kernel config parametersMat Martineau1-0/+8
2016-09-02tools: Add kernel config optionTim Kourt1-0/+1
2016-07-13tools: Update kernel config for t-r to use new optsTim Kourt1-0/+3
2016-07-13hwsim: Make attribute names consistentTim Kourt1-4/+4
2016-07-13t-runner: Register hwsim as a transmission mediumTim Kourt1-1/+28
2016-07-13hwsim: Report exit status to the parentTim Kourt1-1/+8
2016-07-07t-runner: Set debug environment var for hwsimTim Kourt1-0/+1
2016-07-07t-runner: Make radio and interface lists optionalTim Kourt1-3/+4
2016-07-07hwsim: Refactor create/list/destroy action logicTim Kourt1-29/+47
2016-07-07hwsim: Fix string length bugTim Kourt1-1/+1
2016-07-07hwsim: Add option to enable p2p supportDenis Kenzior1-1/+15
2016-06-16t-runner: Report if. removal statusTim Kourt1-2/+4
2016-06-16t-runner: Use radio identifiers in service assign.Tim Kourt1-23/+56
2016-06-16t-runner: Add -i parameter into hostapd start cmdTim Kourt1-3/+5
2016-06-09test-runner: add debug info for cmd being executedDenis Kenzior1-0/+5
2016-06-09test-runner: Update to the new l_main APIDenis Kenzior1-0/+5
2016-06-09hwsim: Update to new l_main apiDenis Kenzior1-0/+5
2016-06-06tools: Add test_runner_kernel_configTim Kourt1-0/+12
2016-06-06t-runner: Search for iwd in both /src and $PATHTim Kourt1-4/+11
2016-06-03t-runner: Add command line option for debug outputDenis Kenzior1-1/+36
2016-06-03t-runner: Remove debug statementsTim Kourt1-10/+0