3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2025-08-04 19:27:23 +02:00

Commit Graph

  • 84e32ba448 monitor: Improve RTM_NEWADDR/GETADDR/DELADDR decoding Denis Kenzior 2020-10-05 22:41:12 -05:00
  • e9179c4270 monitor: Nicely print scope field Denis Kenzior 2020-10-05 22:40:29 -05:00
  • db038022e8 test-runner: Make hwsim medium optional Andrew Zaborowski 2020-09-29 18:37:13 +02:00
  • b321db20ad test-runner: Add flags for DHCP and TLS verbose output Andrew Zaborowski 2020-09-29 18:37:12 +02:00
  • 15c04bb395 test-runner: Enable --p2p when creating interfaces Andrew Zaborowski 2020-09-29 18:37:11 +02:00
  • d5c7b47745 p2p: Respond to Probe Requests when in discovery Andrew Zaborowski 2020-09-29 18:37:09 +02:00
  • ef902c5f7e p2p: Fix adding peers from Probe Request info Andrew Zaborowski 2020-09-29 18:37:08 +02:00
  • 520ad56f83 scan: Drop unused frequency list parsing Andrew Zaborowski 2020-09-29 18:37:07 +02:00
  • 975696c5e0 wscutil: Fix subcategory string lookup Andrew Zaborowski 2020-09-29 18:37:06 +02:00
  • fab764967b frame-xchg: Cancel NL80211_CMD_FRAME commands when interrupted Andrew Zaborowski 2020-09-29 18:37:05 +02:00
  • 3de345e903 frame-xchg: Add no-cck-rate flag only for P2P interfaces Andrew Zaborowski 2020-09-29 18:37:04 +02:00
  • cbd73f8067 build: Add net-private.h Denis Kenzior 2020-09-29 13:08:43 -05:00
  • 1a02fdcefd test-runner: add iwmon options James Prestwood 2020-09-25 13:52:33 -07:00
  • c51e187462 ap: Use frame-xchg when sending frames Andrew Zaborowski 2020-09-21 21:04:25 +02:00
  • 311e91b944 p2p: Free response frame payloads Andrew Zaborowski 2020-09-21 21:04:24 +02:00
  • c58b91dfd4 p2p: Free parsed frame data in p2p_go_negotiation_confirm_cb Andrew Zaborowski 2020-09-21 21:04:23 +02:00
  • 47596c67d3 p2p: Free peer->wfd in p2p_peer_free Andrew Zaborowski 2020-09-21 21:04:22 +02:00
  • df0b64f8d0 auto-t: add EAD autotest James Prestwood 2020-09-17 14:32:47 -07:00
  • 9897efe75c test-runner: allow EAD-based autotests James Prestwood 2020-09-17 14:32:46 -07:00
  • c707bee6ac auto-t: add ead.py module James Prestwood 2020-09-17 14:32:45 -07:00
  • ab51228b38 auto-t: allow IWDDBusAbstract to work with any service James Prestwood 2020-09-17 14:32:44 -07:00
  • 4cc067e58e doc: update hostapd.conf with DRIVER_WIRED James Prestwood 2020-09-17 14:32:43 -07:00
  • 5cf748e98b auto-t: modify copy_to_storage to take optional dir James Prestwood 2020-09-17 14:32:42 -07:00
  • 1e8fedce6c auto-t: fix testNetconfig James Prestwood 2020-09-17 14:32:28 -07:00
  • ee4e1368d2 p2p: Try IP allocation during 4-Way handshake on client Andrew Zaborowski 2020-09-16 11:17:53 +02:00
  • 68cb9d38bf p2p: Start a basic P2P Group after GO Negotiation Andrew Zaborowski 2020-09-16 11:17:52 +02:00
  • 185b676f31 ap: Rename wpa2_psk to wpa2_passphrase on DBus Andrew Zaborowski 2020-09-16 11:17:51 +02:00
  • fbe7e0bd36 ap: Support working without passphrase Andrew Zaborowski 2020-09-16 11:17:50 +02:00
  • 1f68696578 ap: Pass "ops" struct to ap_start() Andrew Zaborowski 2020-09-16 11:17:49 +02:00
  • 766257c5d6 build: Drop ell/plugin.[ch] Denis Kenzior 2020-09-16 17:06:41 -05:00
  • 8e9a2fe05d treewide: Use l_settings_{set,get}_bytes Andrew Zaborowski 2020-09-16 11:17:54 +02:00
  • 6b99b33974 build: Add time-private.h Denis Kenzior 2020-09-16 16:44:30 -05:00
  • 6b3d6f9d60 test-runner: open up dbus config for dbus-monitor James Prestwood 2020-09-16 12:40:06 -07:00
  • d745fbe24e auto-t: update EAP-PEAP-SIM test to use ofono James Prestwood 2020-09-16 12:39:45 -07:00
  • cc44f50d67 auto-t: remove sim_hardcoded tests James Prestwood 2020-09-16 12:39:44 -07:00
  • 18531a524f plugin: remove plugin source James Prestwood 2020-09-16 12:39:43 -07:00
  • 83a9de58c2 ofono: convert to module James Prestwood 2020-09-16 12:39:42 -07:00
  • f3e2c4e5c3 test-runner: remove ofono/hardcoded IWD options James Prestwood 2020-09-16 12:39:41 -07:00
  • bbcfde8743 plugins: remove dependency on ELL plugins James Prestwood 2020-09-16 12:39:40 -07:00
  • 2f51b51152 auto-t: add netconfig autotest James Prestwood 2020-09-15 17:00:22 -07:00
  • 2e7fb5ee50 test-runner: use **kwargs for start_process James Prestwood 2020-09-15 10:36:20 -07:00
  • 9acb89d6f4 tools: remove old test-runner.c James Prestwood 2020-09-14 14:55:25 -07:00
  • d78d0d5937 auto-t: remove old AdHoc APIs James Prestwood 2020-09-14 14:04:07 -07:00
  • eeca2b3f38 auto-t: update AdHoc tests to use AdHocDevice James Prestwood 2020-09-14 14:04:06 -07:00
  • 29eb08ead2 auto-t: make AdHoc APIs behave like others James Prestwood 2020-09-14 14:04:05 -07:00
  • 2a8d7d4835 adhoc: delay setting Started James Prestwood 2020-09-14 14:04:04 -07:00
  • e8888fab2e adhoc: print handshake failure reason James Prestwood 2020-09-14 14:04:03 -07:00
  • cd90097ce1 adhoc: start both eapol SM's James Prestwood 2020-09-14 14:04:02 -07:00
  • d232edde72 auto-t: replace waiting for network with device James Prestwood 2020-09-14 14:02:33 -07:00
  • 4676dd7efd auto-t: fix testFT-PSK-roam James Prestwood 2020-09-14 14:02:32 -07:00
  • 1b03675002 auto-t: don't clear out rules from hwsim object James Prestwood 2020-09-14 14:02:31 -07:00
  • ffe9ce8034 station: print which BSS is being connected to James Prestwood 2020-09-14 14:02:30 -07:00
  • 3e1a0539f5 unit: Add two EAPOL IP allocation scenarios Andrew Zaborowski 2020-09-14 15:51:20 +02:00
  • e1393501e7 netconfig: Don't bswap IP netmasks for __builtin_popcountl Andrew Zaborowski 2020-09-14 15:51:18 +02:00
  • 159afd7f18 eapol: IP Allocation KDE support authenticator side Andrew Zaborowski 2020-09-14 15:51:17 +02:00
  • ddf111d2c4 eapol: IP Allocation KDE support Andrew Zaborowski 2020-09-14 15:51:16 +02:00
  • 4fa4cc5867 p2p: Add GO-side of GO Negotiation (responder) Andrew Zaborowski 2020-09-11 21:51:00 +02:00
  • 52810ba445 p2p: Add GO-side of GO Negotiation (initiator) Andrew Zaborowski 2020-09-11 21:50:59 +02:00
  • 116b36e943 p2putil: Add p2p_get_random_string Andrew Zaborowski 2020-09-11 21:50:58 +02:00
  • fbb0776716 ap: Fix setting the basic rate in Supported Rates IE Andrew Zaborowski 2020-09-11 21:50:57 +02:00
  • 1eb2735239 ap: Fix NULL ap->rates Andrew Zaborowski 2020-09-11 21:50:56 +02:00
  • 0a6de7932a ap: fix build with uclibc Fabrice Fontaine 2020-09-10 08:18:00 +02:00
  • 561c64e7f8 test-runner: print results even if test run is canceled James Prestwood 2020-09-11 11:11:30 -07:00
  • 5b94c9d243 auto-t: remove hwsim rules on __del__ James Prestwood 2020-09-11 11:11:29 -07:00
  • 5df28473cb auto-t: fix set_neighbor SSID escaping James Prestwood 2020-09-11 11:11:28 -07:00
  • d43a640d71 auto-t: fix testFT-PSK-roam James Prestwood 2020-09-10 16:12:47 -07:00
  • 20b7540201 auto-t: fix testPreauth-roam James Prestwood 2020-09-10 16:12:46 -07:00
  • cf3ea5d4df auto-t: fix testWPA2 to wait for device object James Prestwood 2020-09-10 16:12:45 -07:00
  • 8b41413170 auto-t: harden testHotspot James Prestwood 2020-09-10 16:12:44 -07:00
  • e81b1b77c8 auto-t: fix testAPRoam James Prestwood 2020-09-10 16:12:43 -07:00
  • b437bfaced auto-t: fix testAP James Prestwood 2020-09-10 16:12:42 -07:00
  • 7b933db78a auto-t: fix testBSSBlacklist James Prestwood 2020-09-10 16:12:41 -07:00
  • b9cb6134d6 auto-t: update testAgent to use TestContext James Prestwood 2020-09-10 16:12:40 -07:00
  • 03ff410dff auto-t: update testClientNonInteractive to use TestContext James Prestwood 2020-09-10 16:12:39 -07:00
  • 4c6173ee89 auto-t: fix SAE FT test and update James Prestwood 2020-09-10 16:12:38 -07:00
  • 6e2aba3907 auto-t: Increase all test timeouts James Prestwood 2020-09-10 16:12:37 -07:00
  • 0036cb976f auto-t: hwsim: wait for method return James Prestwood 2020-09-10 16:12:36 -07:00
  • 199b7837d4 doc: update test runner docs James Prestwood 2020-09-10 16:12:35 -07:00
  • 17955fcf5a tools: post test-runner rewrite cleanup James Prestwood 2020-09-10 16:12:34 -07:00
  • 9bb5ecf27a auto-t: remove device.wait_for_connected James Prestwood 2020-09-10 16:12:33 -07:00
  • 2e3ad0f6b3 auto-t: replace hard-coded interfaces James Prestwood 2020-09-10 16:12:32 -07:00
  • 0d5409eb04 auto-t: skip ofono tests if ofonod isn't running James Prestwood 2020-09-10 16:12:31 -07:00
  • 1f404e32a6 auto-t: fix testSAE autoconnect_test.py James Prestwood 2020-09-10 16:12:30 -07:00
  • 2bd2462968 auto-t: fix hidden network test James Prestwood 2020-09-10 16:12:29 -07:00
  • 3ec3855de9 auto-t: remove wiphy.py James Prestwood 2020-09-10 16:12:28 -07:00
  • 91adbcb7f4 auto-t: iwd.py: update to work with test-runner rewrite James Prestwood 2020-09-10 16:12:27 -07:00
  • ad97dbee08 auto-t: ofono.py: fix timeout cleanup and wait for service James Prestwood 2020-09-10 16:12:26 -07:00
  • 85259bb519 auto-t: testutil.py: update to work with test-runner rewrite James Prestwood 2020-09-10 16:12:25 -07:00
  • edac41b1b3 auto-t: hostapd.py: update to work with test-runner rewrite James Prestwood 2020-09-10 16:12:24 -07:00
  • 0772d4b61a auto-t: introduce pure python test-runner re-write James Prestwood 2020-09-10 16:12:23 -07:00
  • 9594b03a35 auto-t: prepare autotests for test-runner re-write James Prestwood 2020-09-10 16:12:22 -07:00
  • c7b072ff21 ap: Accept P2P wildcard SSIDs in probe requests Andrew Zaborowski 2020-09-09 01:49:28 +02:00
  • 0d2d34c353 p2p: Consistently use the conn_ prefix for variables Andrew Zaborowski 2020-09-09 01:49:23 +02:00
  • d511b4b782 p2p: Free parsed frame data in p2p_go_negotiation_resp_cb Andrew Zaborowski 2020-09-09 01:49:22 +02:00
  • 6bba989913 p2p: Use WSC_RF_BAND_2_4_GHZ constant instead of 0x01 Andrew Zaborowski 2020-09-09 01:49:21 +02:00
  • 0fc97d2674 p2p: Move p2p_device_discovery_stop calls to connect_failed Andrew Zaborowski 2020-09-09 01:49:20 +02:00
  • 0fad5fef71 p2p: Do provisioning scan from the Interface Address Andrew Zaborowski 2020-09-09 01:49:19 +02:00
  • 9335680cd8 scan: Add optional source_mac scan parameter Andrew Zaborowski 2020-09-09 01:49:18 +02:00
  • aa3dc1b953 Release 1.9 1.9 Marcel Holtmann 2020-09-04 01:06:21 +02:00
  • 3ab2542f5f build: Require at least version 0.33 when building with external ELL Marcel Holtmann 2020-09-04 00:51:27 +02:00