3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2026-05-24 22:03:19 +02:00

Commit Graph

  • 60366346fb handshake: Do not leak vendor_ies Denis Kenzior 2021-12-22 21:32:18 -06:00
  • 1825fd7ab7 auto-t: iwd.py: fix namespaces on StationDebug James Prestwood 2021-12-22 17:12:22 -08:00
  • 9fc53cfa7b test-runner: catch exception on test file removal James Prestwood 2021-12-22 17:12:21 -08:00
  • 76d54b28ea auto-t: add missing config files (testOWE-transition) James Prestwood 2021-12-22 16:23:35 -08:00
  • eeab42af03 dpp: init unwrapped pointer to NULL James Prestwood 2021-12-22 15:00:17 -08:00
  • ce9188ee35 dpp: zero nonces/keys on dpp_reset James Prestwood 2021-12-22 15:00:16 -08:00
  • ba040219ce client: add DPP client commands James Prestwood 2021-12-20 16:07:47 -08:00
  • c631dc88a0 client: add DPP interface James Prestwood 2021-12-20 16:07:46 -08:00
  • 7691e859d1 doc: document StartConfigurator James Prestwood 2021-12-20 16:07:45 -08:00
  • 1a9734d704 dpp: implement configurator role James Prestwood 2021-12-20 16:07:44 -08:00
  • ec0f4e8826 dpp: add role definitions James Prestwood 2021-12-20 16:07:43 -08:00
  • 8f711078b8 dpp: add timeout for auth/config protocols James Prestwood 2021-12-20 16:07:42 -08:00
  • 00fddaa868 dpp-util: add dpp_configuration_new/dpp_configuration_to_json James Prestwood 2021-12-20 13:49:09 -08:00
  • d3fca54a7e dpp-util: pass actual ad_size, not hard coded '2'. James Prestwood 2021-12-20 13:49:08 -08:00
  • c42080fe28 dpp: use frame data directly in unwrap for config response James Prestwood 2021-12-20 13:49:07 -08:00
  • d2240c4a62 dpp: handle protocol errors in ROC timeout James Prestwood 2021-12-17 13:29:52 -08:00
  • 926c8bb9bd dpp: add support for configuration protocol James Prestwood 2021-12-17 13:29:51 -08:00
  • 59a5cf3de4 dpp: add DPP authentication protocol James Prestwood 2021-12-17 11:14:49 -08:00
  • 84c095e787 dpp-util: add DPP attribute building APIs James Prestwood 2021-12-17 11:14:48 -08:00
  • 992deb36d4 dpp-util: add dpp_parse_configuration_object James Prestwood 2021-12-16 10:08:51 -08:00
  • 683d3a3f04 dpp: send presence announcements on StartEnrollee James Prestwood 2021-12-16 10:08:49 -08:00
  • 76d9a2e702 dpp: generate URI on StartEnrollee James Prestwood 2021-12-16 10:08:48 -08:00
  • acfbc34909 dpp: initial skeleton DPP module James Prestwood 2021-12-16 10:08:47 -08:00
  • f06d0bd028 dbus: add DPP interface James Prestwood 2021-12-16 10:08:46 -08:00
  • ae52ab2cfb doc: document DPP interface James Prestwood 2021-12-16 10:08:54 -08:00
  • 5ab6566a3b dpp-util: add dpp_point_to_asn1 James Prestwood 2021-12-16 10:08:45 -08:00
  • 484dea8d7a offchannel: always use -ECANCELED for cancelation James Prestwood 2021-12-16 10:00:03 -08:00
  • 4a8a43965f offchannel: always call destroy right away on cancel James Prestwood 2021-12-15 09:41:46 -08:00
  • 1a27cd1548 crypto: allow NULL 'ad' to aes_siv_decrypt James Prestwood 2021-12-16 10:00:02 -08:00
  • 53e68b64b2 crypto: allow NULL 'ad' to aes_siv_encrypt James Prestwood 2021-12-15 09:41:45 -08:00
  • 124b04fff6 dpp-util: add dpp status and attribute types James Prestwood 2021-12-14 10:12:19 -08:00
  • 385dd2d469 unit: add larger object test James Prestwood 2021-12-10 16:21:37 -08:00
  • 1c1b63aae7 json: fix pointer arithmetic error James Prestwood 2021-12-10 16:13:07 -08:00
  • 0f5e8266cd gitignore: Add new unit tests Denis Kenzior 2021-12-10 16:52:30 -06:00
  • e04c363d9f unit: add JSON unit test James Prestwood 2021-12-10 14:33:27 -08:00
  • abfd749335 json: introduce JSON module James Prestwood 2021-12-10 14:33:26 -08:00
  • f17fd791cf shared: add JSMN v1.1.0 parser header James Prestwood 2021-12-10 14:33:25 -08:00
  • d65aaf8740 dpp-util: check return of l_ecc_scalar_get_data James Prestwood 2021-12-10 08:48:39 -08:00
  • 0822b942af unit: fix memory leaks in test-dpp James Prestwood 2021-12-06 15:51:26 -08:00
  • 43037a94cf unit: add unit test for DPP crypto operations James Prestwood 2021-12-06 13:03:56 -08:00
  • 669a92607c dpp-util: add DPP attribute iteration APIs James Prestwood 2021-12-06 13:03:55 -08:00
  • c511e4be2a dpp-util: add URI generation API James Prestwood 2021-12-06 13:03:54 -08:00
  • cdf05183b9 dpp-util: Introduce dpp-util, and add crypto operations James Prestwood 2021-12-06 13:03:53 -08:00
  • bc36aca98e offchannel: introduce new offchannel module James Prestwood 2021-12-06 12:17:26 -08:00
  • e6b4354530 wiphy: update wiphy_radio_work_is_running to return int James Prestwood 2021-12-06 12:17:25 -08:00
  • 7ecdee6eaa autotests: p2p: Make waiting for dhclient more reliable Andrew Zaborowski 2021-11-22 15:42:37 +01:00
  • cd15a1698b build: update unit tests with util.c/band.c dependency James Prestwood 2021-11-30 10:24:13 -08:00
  • 94cdbb4669 scan: add scan_freq_set_to_fixed_array James Prestwood 2021-11-30 10:24:12 -08:00
  • 9c732cb32d scan: move scan_freq_set* into util James Prestwood 2021-11-30 10:24:11 -08:00
  • 24494e978c scan: remove scan APIs refactored into band.c James Prestwood 2021-11-29 15:13:00 -08:00
  • 56ea2c4d15 treewide: update scan utility usage to use band_* James Prestwood 2021-11-29 15:12:59 -08:00
  • f3c9b66f08 band: move several scan utilities into band James Prestwood 2021-11-29 15:12:58 -08:00
  • 945710fae1 scan: parse configurator connectivity element James Prestwood 2021-11-29 15:12:56 -08:00
  • 5ab1a1298f ie: add DPP configurator connectivity element James Prestwood 2021-11-29 15:12:55 -08:00
  • 61dfa943c6 auto-t: testPSK-roam deauthenticate IWD after roam James Prestwood 2021-11-23 10:17:32 -08:00
  • 7103bda058 netdev: always honor disconnect events if issued by AP James Prestwood 2021-11-23 10:17:31 -08:00
  • aed383b037 wiphy: make wiphy work queue reentrancy safe James Prestwood 2021-11-22 12:44:25 -08:00
  • 44faa81a06 auto-t: iwd.py: use args[0] for station debug interface James Prestwood 2021-11-22 12:44:24 -08:00
  • 876fe9f210 crypto: use void* for hkdf_expand James Prestwood 2021-11-22 12:44:23 -08:00
  • b735c90c42 crypto: use void* args for aes_siv_{encrypt,decrypt} James Prestwood 2021-11-22 12:44:22 -08:00
  • 88c786093b Release 1.20 1.20 Marcel Holtmann 2021-11-18 21:17:44 +01:00
  • af30466867 build: Require at least version 0.46 when building with external ELL Marcel Holtmann 2021-11-18 21:10:45 +01:00
  • 83cfaee59a doc: Mark NetworkConfigurationAgent API experimental Denis Kenzior 2021-11-11 14:35:25 -06:00
  • f82422cc63 gitignore: Add tags and cscope files Torsten Schmitz 2021-11-08 23:41:05 +01:00
  • 22c77cc037 auto-t: replace ifconfig with ip commands Torsten Schmitz 2021-11-11 03:12:02 +01:00
  • fa1c12453b build: treewide: Set retain attribute Fangrui Song 2021-11-10 19:07:58 -08:00
  • 9cd1f8a7df doc: Add NetworkConfigurationAgent API description Andrew Zaborowski 2021-11-08 12:28:32 +01:00
  • 6ac062d151 netconfig: Move FILS override checks to common functions Andrew Zaborowski 2021-11-08 12:28:31 +01:00
  • 5e7949c144 netconfig: Split ipv4 route setters Andrew Zaborowski 2021-11-08 12:28:30 +01:00
  • 76c41775fb doc: Bump test-runner python requirement to 3.9 Denis Kenzior 2021-11-10 09:22:25 -06:00
  • 05ae9689eb auto-t: use tmp radvd pid file Denis Kenzior 2021-11-10 09:17:17 -06:00
  • 005198bf07 doc: Document autotest radvd dependency Andrew Zaborowski 2021-11-08 12:28:38 +01:00
  • d30fc97815 autotests: Test DHCPv6 client in testNetconfig Andrew Zaborowski 2021-11-08 12:28:37 +01:00
  • c473290b47 ap: Delay ap_free if called inside event handler Andrew Zaborowski 2021-11-08 12:28:36 +01:00
  • d9cd657135 auto-t: fix testP2P Torsten Schmitz 2021-11-09 20:46:58 +01:00
  • cfd191a803 eap: Silence uninitialized var warning Denis Kenzior 2021-11-08 15:11:55 -06:00
  • 43059d5022 AUTHORS: Mention Torsten's contributions Denis Kenzior 2021-11-08 13:52:12 -06:00
  • 5a111ac902 station: Prevent a NULL pointer access Torsten Schmitz 2021-11-07 01:41:37 +01:00
  • 017069bf68 auto-t: add OWE transition test with extra open network James Prestwood 2021-11-08 11:39:30 -08:00
  • ea23556a40 scan: use signal strength if bss ranks are equal James Prestwood 2021-11-08 11:39:29 -08:00
  • f85fc4202a anqp: return the request ID rather than true James Prestwood 2021-11-08 09:24:37 -08:00
  • 0082784b49 AUTHORS: Mention Marc-Antoine's contributions Denis Kenzior 2021-11-08 11:13:21 -06:00
  • b3991c1a40 eap: Remove nested function use Marc-Antoine Perennou 2021-11-06 20:34:32 +01:00
  • 09f4bd9210 auto-t: add a DGAF Disable hotspot test James Prestwood 2021-11-04 10:57:58 -07:00
  • ba5f4616d2 station: set sysfs options required by HS2.0 spec James Prestwood 2021-11-04 10:57:57 -07:00
  • d4e3ec52b2 scan: keep track of HS20 DGAF Disable bit in scan_bss James Prestwood 2021-11-04 10:57:56 -07:00
  • 6852cf0a3e ie: parse DGAF Disable bit from HS20 indication element James Prestwood 2021-11-04 10:57:55 -07:00
  • fd85192a54 scan: parse Proxy ARP bit from extended capabilities James Prestwood 2021-11-04 10:57:54 -07:00
  • b4c20ef81c netconfig: netconfig_reconfigure check bool for setting ARP James Prestwood 2021-11-03 15:15:02 -07:00
  • 873924a027 station: set evict_nocarrier sysfs option during roaming James Prestwood 2021-11-03 15:15:01 -07:00
  • 25936b1365 netconfig: remove sysfs static functions James Prestwood 2021-11-03 15:15:00 -07:00
  • 6ea58f9fde sysfs: introduce sysfs module James Prestwood 2021-11-03 15:14:59 -07:00
  • 2c7998e8db test-runner: increase test timeout maximum James Prestwood 2021-11-02 12:57:52 -07:00
  • 72dbab789d auto-t: allow testAP to benefit from re-scanning James Prestwood 2021-11-02 12:57:51 -07:00
  • 392eebc0a9 auto-t: iwd.py: fix re-scanning bug on get_ordered_networks James Prestwood 2021-11-02 12:57:50 -07:00
  • 4e61d04e0d client: special case daemon interface for non-interactive James Prestwood 2021-11-02 12:57:49 -07:00
  • ae03fcb50d Release 1.19 1.19 Marcel Holtmann 2021-11-02 19:49:42 +01:00
  • 6450f3ea3f build: Fix wrong order in ChangeLog Marcel Holtmann 2021-11-02 19:46:41 +01:00
  • 5651117f86 build: Require at least version 0.45 when building with external ELL Marcel Holtmann 2021-11-02 15:53:51 +01:00
  • 762f9f2533 test-runner: fix qemu warning for newer versions James Prestwood 2021-10-28 10:34:10 -07:00