3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2026-05-23 21:13:28 +02:00

Commit Graph

  • 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
  • b44e32fde9 auto-t: only wait for wpa_s to get the DPP configuration James Prestwood 2022-02-03 11:43:20 -08:00
  • 672098118d netdev: fix bug setting OWE IE length James Prestwood 2022-02-03 09:24:18 -08:00
  • 8a5b3f6880 handshake: Do not crash if handshake is destroyed Denis Kenzior 2022-02-02 10:54:52 -06:00
  • fe2272c112 dbus: netdev/wheel do not use .Agent interface Denis Kenzior 2022-01-31 14:05:30 -06:00
  • ceb43cb354 dbus: ead: Remove at_console usage Denis Kenzior 2022-01-31 14:03:35 -06:00
  • 6ff99f1766 scan: parse BSS_SIGNAL_UNSPEC, fix potential zero signal James Prestwood 2022-01-25 10:02:06 -08:00
  • 1284a6ca9f Release 1.23 1.23 Marcel Holtmann 2022-01-27 14:32:41 +01:00
  • 010b0e27f9 dbus: Remove 'at_console', add 'netdev' settings Diederik de Haas 2022-01-26 21:01:03 +01:00
  • d4b93220c5 sae: fix missing reallocarray definition James Prestwood 2022-01-26 10:19:42 -08:00
  • b47ada02bf treewide: Fix compiler warnings Denis Kenzior 2022-01-26 12:20:32 -06:00
  • d22b174a73 handshake: use _hs directly in handshake_event James Prestwood 2022-01-26 09:41:00 -08:00
  • b2d0bb08a0 network: fix double whitespace James Prestwood 2022-01-24 11:18:02 -08:00
  • ccf571f78b Release 1.22 1.22 Marcel Holtmann 2022-01-24 22:27:50 +01:00
  • 570fc638a7 build: Require at least version 0.48 when building with external ELL Marcel Holtmann 2022-01-24 21:51:09 +01:00
  • 30b04bc3bb json: Tighten up json_iter_get_int/get_uint Denis Kenzior 2022-01-23 11:18:29 -06:00
  • 26b7446178 sae: pass exact length to l_ecc_point_from_data James Prestwood 2022-01-21 10:32:37 -08:00
  • d8116e8828 dpp-util: add dpp_point_from_asn1() James Prestwood 2022-01-20 15:44:06 -08:00
  • dfaf6e045f p2p: Fix ie_tlv_extract_wfd_payload call typo Andrew Zaborowski 2022-01-21 11:24:39 +01:00
  • 4d2176df29 handshake: Allow event handler to free handshake Andrew Zaborowski 2022-01-21 11:24:38 +01:00
  • 079489bd66 ap: Don't defer ap_reset when ap_free called in event Andrew Zaborowski 2022-01-21 11:24:37 +01:00
  • 4a3792da7e doc: Rename device-provisioning.txt Denis Kenzior 2022-01-20 14:22:32 -06:00
  • 76b6aa66b3 dpp: fix dpp_offchannel_start corner cases James Prestwood 2022-01-18 13:25:12 -08:00
  • 8ce491fbb2 dpp: use own/peer naming rather than i/r James Prestwood 2022-01-18 13:25:05 -08:00
  • 52fafd8f5b dpp-util: use ell/asn1-private.h for ASN1 generation James Prestwood 2022-01-18 13:25:01 -08:00
  • 73cd3578d9 station: fix OWE scan logic with autoconnect James Prestwood 2022-01-19 11:03:45 -08:00
  • ac78076663 eap-pwd: add length checks for fragmented packets James Prestwood 2022-01-19 10:13:02 -08:00
  • e500511490 test-runner: set --show-leak-kinds=all James Prestwood 2022-01-19 15:04:52 -08:00
  • f70c0cb2f9 dpp: free nl80211 object on exit James Prestwood 2022-01-19 15:04:51 -08:00
  • c3b18c44e0 auto-t: roam test to simulate reported crash James Prestwood 2022-01-19 14:26:52 -08:00
  • 301a55c8c3 auto-t: hostapd.py: add remove_neighbor() James Prestwood 2022-01-19 14:26:51 -08:00
  • 2c6bb735ac station: send debug "roam-scan-triggered" event James Prestwood 2022-01-19 14:26:50 -08:00
  • 62978ef0fb scan: Allow scan_cancel for finished requests Denis Kenzior 2022-01-19 14:39:27 -06:00