3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2025-08-02 00:47:25 +02:00

Commit Graph

  • a773aa6a07 auto-t: remove direct scan() call when possible James Prestwood 2022-03-30 13:23:11 -07:00
  • f97b53608d tools: add UML specific options to the kernel config James Prestwood 2022-03-30 13:23:10 -07:00
  • 8d5e64e90d tools: add some required options to kernel config James Prestwood 2022-03-30 13:23:09 -07:00
  • 45f86d7148 test-runner: Replace exit with sys.exit Andrew Zaborowski 2022-03-30 19:34:00 +02:00
  • 83299ef6aa test-runner: Don't require SUDO_GID to be set for logs Andrew Zaborowski 2022-03-30 19:33:59 +02:00
  • 0201cde7ce test-runner: Fix checks in exit_vm Andrew Zaborowski 2022-03-30 19:33:58 +02:00
  • ce94013bae p2p: Fix Device Address updates from Probe Requests Andrew Zaborowski 2022-03-30 19:33:57 +02:00
  • 6f7743426b eapol: zero entire buffer when creating frame James Prestwood 2022-03-28 15:32:56 -07:00
  • d78950e039 storage: fix build with uclibc Fabrice Fontaine 2022-03-25 22:00:17 +01:00
  • cc9f8d7489 auto-t: don't wait for wpa_supplicant to connect James Prestwood 2022-03-28 10:28:42 -07:00
  • dbca7fcc02 dpp: set new_freq when configuring as initiator James Prestwood 2022-03-28 10:28:41 -07:00
  • ad1e5252f3 dpp: fail if disconnected during DPP protocol James Prestwood 2022-03-28 10:28:40 -07:00
  • f717480c18 auto-t: do a full scan when getting network James Prestwood 2022-03-28 10:28:39 -07:00
  • 12c77ef647 auto-t: use wait_for_event in testPSK-roam James Prestwood 2022-03-28 10:28:38 -07:00
  • 51d4e14440 auto-t: do full scan for testSAE James Prestwood 2022-03-28 10:28:37 -07:00
  • c852892426 auto-t: use wait_for_event in testSAE-roam James Prestwood 2022-03-28 10:28:36 -07:00
  • 2ee4e95193 auto-t: use wait_for_event in testBSSBlacklist James Prestwood 2022-03-28 10:28:35 -07:00
  • f1a7e23eea auto-t: fixup testRoamRetry for better timing reliability James Prestwood 2022-03-28 10:28:34 -07:00
  • 6e608b14f5 auto-t: iwd.py: fix full_scan argument James Prestwood 2022-03-28 10:28:33 -07:00
  • 327f719f91 auto-t: remove waitstatus_to_exitcode for better compatibility James Prestwood 2022-03-28 10:28:32 -07:00
  • 2e173d4523 test-runner: fix OOM issues (hopefully) James Prestwood 2022-03-28 10:28:31 -07:00
  • 6ada150026 test-runner: add memory usage for debugging James Prestwood 2022-03-28 10:28:30 -07:00
  • 4e786f4143 Release 1.26 1.26 Marcel Holtmann 2022-03-22 19:10:56 +01:00
  • 559a4058cd wired: check return of l_settings_load_from_file James Prestwood 2022-03-18 09:44:20 -07:00
  • 34ba0d7d4a wired: check return of modify_membership James Prestwood 2022-03-18 09:44:19 -07:00
  • 78301ec9cb wired: check eap_load_settings James Prestwood 2022-03-18 09:44:18 -07:00
  • 9f6576be05 json: call va_end in error case James Prestwood 2022-03-18 09:44:17 -07:00
  • ed81351f15 dpp-util: move up va_end before possible error case James Prestwood 2022-03-18 09:44:16 -07:00
  • d39389afdd client: add a few return checks James Prestwood 2022-03-18 09:44:15 -07:00
  • 064b98e27f test-runner: add option to write final status to file James Prestwood 2022-03-16 15:29:35 -07:00
  • 0e23eafdfc AUTHORS: Mention Vladimír's contributions Denis Kenzior 2022-03-16 09:56:42 -05:00
  • 1d348b131d client: fix colors to make grey really grey Vladimír Dudr 2022-03-16 10:06:33 +01:00
  • 7bbcb67892 station: replace old BSS with 'best_bss' on roam scan James Prestwood 2022-03-04 13:24:19 -08:00
  • 1c5a2da046 knownnetworks: use band_freq_to_channel to verify known freqs James Prestwood 2022-03-03 12:09:55 -08:00
  • 778dacd262 wiphy: Use an inline function in favor of a macro Denis Kenzior 2022-03-02 13:57:00 -06:00
  • a8f3098115 wiphy: Use anonymous enum in favor of #defines Denis Kenzior 2022-03-02 13:55:26 -06:00
  • 86f34a394b ie: Use static inline functions in favor of macros Denis Kenzior 2022-03-02 13:51:56 -06:00
  • 2552ec26b7 client: add AP scanning support to iwctl James Prestwood 2022-02-28 10:49:38 -08:00
  • d4e9cda0c0 ap: add support for scanning while in AP mode James Prestwood 2022-02-28 10:49:37 -08:00
  • 70fc6ea262 scan: add support for scanning on AP interface type James Prestwood 2022-02-28 10:49:36 -08:00
  • be2e1faa31 doc: document access point scanning James Prestwood 2022-02-24 09:05:00 -08:00
  • 1974a67b30 scan: check flush feature before using flag James Prestwood 2022-02-24 09:04:56 -08:00
  • 9224575a83 station: replace station_parse_bss_security James Prestwood 2022-02-24 09:04:55 -08:00
  • 27bf997545 scan: add scan_bss_get_security James Prestwood 2022-02-24 09:04:54 -08:00
  • d38b7f2406 network: add 6GHz restrictions to network_can_connect_bss James Prestwood 2022-02-25 17:06:39 -08:00
  • 1024384ffd ie: add IE_AKM_IS_8021X James Prestwood 2022-02-25 15:32:48 -08:00
  • 6e660032c1 station: use IE_AKM_IS_FILS James Prestwood 2022-02-25 15:32:47 -08:00
  • 44b3e7a8bb ie: update IE_AKM_IS_FILS to be bitwise James Prestwood 2022-02-25 15:32:46 -08:00
  • 5627ef4141 ie: update IE_AKM_IS_SAE to bitwise comparison James Prestwood 2022-02-25 15:32:45 -08:00
  • c20828f252 station: enforce MFPR=1 for 6GHz frequencies James Prestwood 2022-02-25 14:03:38 -08:00
  • 2f50038363 station: check supported frequencies in neighbor report James Prestwood 2022-02-25 14:03:37 -08:00
  • 69a5ccbe5c test-runner: start iwmon first James Prestwood 2022-02-25 09:58:10 -08:00
  • 3348f20696 iwmon: parse ATTR_REG_RULES James Prestwood 2022-02-25 09:58:09 -08:00
  • 999879c9b8 unit: add band tests for 6GHz James Prestwood 2022-02-25 09:58:08 -08:00
  • 111e13cad6 band: keep 6GHz frequencies out of 40mhz special case James Prestwood 2022-02-25 09:58:07 -08:00
  • 7882621ca9 wiphy: add 6Ghz support James Prestwood 2022-02-25 09:58:05 -08:00
  • 5b6f1e3662 util: add 6GHz support to scan_freq_set* APIs James Prestwood 2022-02-25 09:58:04 -08:00
  • 1343cb928f band: add 6GHz support to {channel,freq}_to_{freq,channel} James Prestwood 2022-02-25 09:58:03 -08:00
  • ff6961fbc4 band: add BAND_FREQ_6_GHZ James Prestwood 2022-02-25 09:58:02 -08:00
  • 417b6fd022 band: remove unneeded line break James Prestwood 2022-02-25 09:58:01 -08:00
  • 650cac7979 band: add operating clases for 802.11ax James Prestwood 2022-02-25 09:58:00 -08:00
  • d3d449e287 Release 1.25 1.25 Marcel Holtmann 2022-02-24 21:53:11 +01:00
  • a3997dc16a build: Add iwd-decrypt-profile to .gitignore Marcel Holtmann 2022-02-24 21:22:17 +01:00
  • 30abadd8e7 build: Require at least version 0.49 when building with external ELL Marcel Holtmann 2022-02-24 21:21:18 +01:00
  • 6fce08c301 sae: define _GNU_SOURCE for reallocarray definition James Prestwood 2022-02-24 10:00:37 -08:00
  • 1de7ef0afd tools: change print to %zd for ssize_t James Prestwood 2022-02-24 09:12:07 -08:00
  • d3f7458e26 netdev: fail connection if the link goes down James Prestwood 2022-02-07 14:57:50 -08:00
  • 6a4a3086ce doc: document DPP ConfigureEnrollee() James Prestwood 2022-02-22 14:28:47 -08:00
  • 521960c7d6 auto-t: add test for IWD as configurator + initiator James Prestwood 2022-02-22 14:28:46 -08:00
  • cfb0987eb5 auto-t: wpas.py: handle enrollee as responder James Prestwood 2022-02-22 14:28:45 -08:00
  • 69c1a1ba7c auto-t: wpas.py: allow arbitrary events to be handled James Prestwood 2022-02-22 14:28:44 -08:00
  • 50a546705e auto-t: iwd.py: allow passing uri to start_configurator James Prestwood 2022-02-22 14:28:43 -08:00
  • 82b808cdfe dpp: add support for initiating as a configurator James Prestwood 2022-02-22 14:28:42 -08:00
  • de411818f0 dpp: manually register for some frame watches James Prestwood 2022-02-22 14:28:41 -08:00
  • d6b2a3af50 unit: add DPP unit tests for URI parsing James Prestwood 2022-02-22 14:28:40 -08:00
  • f7f602e1b1 dpp-util: add URI parsing James Prestwood 2022-02-22 14:28:39 -08:00
  • c819903a7c dpp: check return of aes_siv_encrypt James Prestwood 2022-02-18 11:55:06 -08:00
  • 5ca7948dfb main: remove unneeded stat call James Prestwood 2022-02-18 11:55:05 -08:00
  • cd3857f810 hwsim: check if radio name was already set James Prestwood 2022-02-18 11:55:04 -08:00
  • 15c0920777 auto-t: hwsim.py: support async radio creation James Prestwood 2022-02-16 11:39:43 -08:00
  • 4ebc79c466 hwsim: allow concurrent radio creations James Prestwood 2022-02-16 11:39:42 -08:00
  • 0fe054076f doc: Add warning to SystemdEncrypt as highly experimental James Prestwood 2022-02-15 16:28:26 -08:00
  • 15b5385e71 tools: add decrypt-profile tool James Prestwood 2022-02-15 16:28:25 -08:00
  • 73e428cf3f auto-t: add test for encrypted profiles James Prestwood 2022-02-15 13:41:34 -08:00
  • 1157e0a184 doc: document SystemdEncrypt James Prestwood 2022-02-15 13:41:33 -08:00
  • e8e9c68dea main: add SystemdEncrypt option, and initialize key James Prestwood 2022-02-15 13:41:31 -08:00
  • 64f225df6e hotspot: implement hotspot profile encryption James Prestwood 2022-02-03 08:43:09 -08:00
  • 01cd858760 storage: implement network profile encryption James Prestwood 2022-02-15 13:41:29 -08:00
  • 429eabf042 dpp: unregister interface on exit James Prestwood 2022-02-15 13:16:46 -08:00
  • 06ec2a2e32 dpp-util: fix dpp_point_from_asn1 James Prestwood 2022-02-14 13:48:00 -08:00
  • b1c4a505b2 hwsim: don't print on when send frame fails James Prestwood 2022-02-14 12:34:37 -08:00
  • 3a91efd3a8 manager: Refine filtered dumps Denis Kenzior 2022-02-10 14:07:47 -06:00
  • 9966533e6a auto-t: add test for fixed scanning crash James Prestwood 2022-02-08 09:35:39 -08:00
  • 94cc957c5e auto-t: iwd.py: add wait argument to scan() James Prestwood 2022-02-08 09:35:38 -08:00
  • 86cfa25910 test-runner: allow IWD to start with no radios James Prestwood 2022-02-10 13:29:28 -08:00
  • 32465396eb station: fix >80 character lines James Prestwood 2022-02-10 13:06:50 -08:00
  • 91caecedec station: only log station_autoconnect_start if autoconnecting James Prestwood 2022-02-10 12:54:00 -08:00
  • 2c355db7fa scan: remove periodic scans from queue on abort James Prestwood 2022-02-07 13:28:06 -08:00
  • 2e0a7d265c netdev: fix crash from not cancelling netdev_get_oci James Prestwood 2022-02-07 11:43:34 -08:00
  • 9a81a4a967 Release 1.24 1.24 Marcel Holtmann 2022-02-04 15:00:35 +01:00