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

  • 06ca8e20a9 station: Hide forgotten hidden networks Denis Kenzior 2021-02-01 22:43:34 -06:00
  • 68303ae485 client: add support for AP StartProfile James Prestwood 2021-02-01 09:17:17 -08:00
  • add3d43dad station: expire networks found by hidden scan sooner Denis Kenzior 2021-02-01 15:30:15 -06:00
  • 08a295c348 station: Fix leaking of roam_freqs on shutdown Denis Kenzior 2021-02-01 15:12:17 -06:00
  • d372d59bea station: Allow ConnectHiddenNetwork to be retried Denis Kenzior 2021-02-01 11:33:12 -06:00
  • e04ae506a3 network: rework network_connect_new_hidden_network Denis Kenzior 2021-02-01 11:22:42 -06:00
  • 56538bf75b station: Allow ConnectHiddenNetwork while connected Denis Kenzior 2021-02-01 10:17:12 -06:00
  • fc10ee8745 station: Fix not cleaning up pending_connect Denis Kenzior 2021-02-01 11:42:27 -06:00
  • 074bc52717 eapol,ap: Remove assumption of single cipher in authenticator IE Andrew Zaborowski 2021-02-01 14:40:42 +01:00
  • 436c5a45e4 ap: Set the group cipher when sending START_AP Andrew Zaborowski 2021-02-01 14:40:41 +01:00
  • 065f19b479 ap: Fix cleanup on ap_parse_new_station_ies errors Andrew Zaborowski 2021-01-30 00:27:37 +01:00
  • af93217701 auto-t: add test for stopping periodic roam retries Alvin Šipraga 2021-01-29 12:06:15 +00:00
  • 756158dfc9 knownnetworks: sanitize known_network.freq on load James Prestwood 2021-01-29 15:47:26 -08:00
  • 7b2ce98abd station: fix leak on parse_neighbor_report James Prestwood 2021-01-29 15:21:07 -08:00
  • 9f33740d41 ap: fix off by one error James Prestwood 2021-01-29 12:59:50 -08:00
  • ed0f3e87ca netdev: Fix re-entrancy bug in netdev_shutdown Denis Kenzior 2021-01-29 14:53:00 -06:00
  • bd6d19e084 netdev: Squash memory leak on module_init failure Denis Kenzior 2021-01-29 13:39:20 -06:00
  • aefcaf8559 ap: handle GET_KEY error setting RSC to zero James Prestwood 2021-01-29 10:47:25 -08:00
  • 4635e095ba ap: rename ap_parse_ie to be more descriptive James Prestwood 2021-01-29 10:47:24 -08:00
  • c09e97689b include: Update to the latest nl80211.h Denis Kenzior 2021-01-29 11:49:58 -06:00
  • 32028f6daf ap: add DEL_STATION path to fullmac AP handling James Prestwood 2021-01-29 09:28:18 -08:00
  • 7429b2162d ap: allow no group traffic on GET_KEY error James Prestwood 2021-01-28 10:33:52 -08:00
  • a04b61ec77 netdev: preserve cur_rssi_low across reassociation Alvin Šipraga 2021-01-28 13:24:30 +00:00
  • fda4734a1b auto-t: throw exception if hostapd can't send BSS transition req Alvin Šipraga 2021-01-28 09:26:03 +00:00
  • 63c8df78a3 ap: handle NEW_STATION for fullmac cards James Prestwood 2021-01-28 10:33:51 -08:00
  • d1b3f2d14f auto-t: remove stale hw.conf options James Prestwood 2021-01-27 11:34:26 -08:00
  • 30e7bf5f0d doc: update test-runner invocation documentation Alvin Šipraga 2021-01-27 10:05:04 +00:00
  • 5e7ec20057 doc: add python package requirements for test-runner Alvin Šipraga 2021-01-27 10:05:03 +00:00
  • d83b4a4597 doc: update kernel configuration instructions for KVM guests Alvin Šipraga 2021-01-27 10:05:03 +00:00
  • d544fb9fa8 auto-t: add test for roaming retry timing Alvin Šipraga 2021-01-27 10:05:00 +00:00
  • 6db352a82d manager: UseDefaultInterface for bcmsdh_sdmmc Denis Kenzior 2021-01-27 09:58:34 -06:00
  • 6f62056fcf eap-tls: Use the right variable in settings check Andrew Zaborowski 2021-01-27 15:02:25 +01:00
  • a9c32d85ea station: cancel quick scans on Connect() James Prestwood 2021-01-26 11:57:35 -08:00
  • b0e970ae38 test-runner: fix logging, verbose, and process output James Prestwood 2021-01-26 09:46:56 -08:00
  • cc345582ad test-runner: don't always print "verbose on for ..." James Prestwood 2021-01-26 09:46:55 -08:00
  • 296f1d0d1c test-runner: fix verbose arguments as single string James Prestwood 2021-01-26 09:46:54 -08:00
  • 5c95c5cc16 netconfig: Set more correct buffer length Andrew Zaborowski 2021-01-25 18:56:17 +01:00
  • 54e3bb385a doc: Specify the DNS format as string lists Andrew Zaborowski 2021-01-25 18:56:16 +01:00
  • d6e99c1197 doc: Update EAP-TLS client key setting information Andrew Zaborowski 2021-01-25 18:56:15 +01:00
  • a55f8864d2 testrunner: Fix /tmp files cleanup on error Andrew Zaborowski 2021-01-25 18:56:14 +01:00
  • 6fdae0c4eb autotests: Test loading binary key formats in testEAP-TLS Andrew Zaborowski 2021-01-25 18:56:13 +01:00
  • 84cae48c1b eap-tls: Make use of l_cert_load_container_file Andrew Zaborowski 2021-01-25 18:56:12 +01:00
  • b0aa1e4e88 eap-tls: Drop EAP-{TTLS,PEAP}-Client{Cert,Key} Andrew Zaborowski 2021-01-25 18:56:11 +01:00
  • 5e631b4e38 auto-t: fix wait_for_object_condition James Prestwood 2021-01-25 10:05:28 -08:00
  • 944e0b5e23 client: Update copyrights Denis Kenzior 2021-01-25 10:46:07 -06:00
  • 8539c7aa9e client: remove display_dictionary James Prestwood 2021-01-22 12:38:49 -08:00
  • 053afbf19b client: update station to use diagnostic_display James Prestwood 2021-01-22 12:38:48 -08:00
  • 9659c936cd client: implement "ap <wlan> show" James Prestwood 2021-01-22 12:38:47 -08:00
  • 11d1d860f0 client: implement diagnostic module James Prestwood 2021-01-22 12:38:46 -08:00
  • 9c33572aee ap: add AP diagnostic interface James Prestwood 2021-01-22 12:38:45 -08:00
  • 158dc40340 station: refactor to use diagnostic_info_to_dict James Prestwood 2021-01-22 12:38:44 -08:00
  • b5d927ec3b diagnostic: commonize the building of diagnostic dict James Prestwood 2021-01-22 12:38:43 -08:00
  • 5a6b474a14 netdev: move netdev_station_info to diagnostic.h James Prestwood 2021-01-22 12:38:42 -08:00
  • e03b1e263d build: add After=network-pre.target to service files Alvin Šipraga 2021-01-22 14:41:23 +00:00
  • 947d7c611b doc: describe RoamRetryInterval setting Alvin Šipraga 2021-01-22 13:37:01 +00:00
  • 4266b88658 station: add RoamRetryInterval setting Alvin Šipraga 2021-01-22 13:37:01 +00:00
  • f456501b9e station: retry roaming unless notified of a high RSSI Alvin Šipraga 2021-01-22 13:37:00 +00:00
  • 9ac59700d1 client: implement display_dictionary James Prestwood 2021-01-21 10:11:11 -08:00
  • 11ff9adba1 test: add StationDiagnostic interface to monitor-iwd James Prestwood 2021-01-20 10:30:36 -08:00
  • 0ba811df3c test: add AccessPointDiagnostics to monitor-iwd James Prestwood 2021-01-20 10:30:35 -08:00
  • 4233e0ca3a client: add AccessPointDiagnostic interface definition James Prestwood 2021-01-20 10:30:33 -08:00
  • 8e03d56688 netdev: add netdev_get_all_stations James Prestwood 2021-01-20 10:30:30 -08:00
  • 8620698b66 dbus: add AccessPointDiagnostic interface James Prestwood 2021-01-20 10:30:31 -08:00
  • 0b3b644c55 doc: document AccessPointDiagnostic interface James Prestwood 2021-01-20 10:30:29 -08:00
  • 9edd941bc2 station: remove unused roam_no_orig_ap state variable Alvin Šipraga 2021-01-20 16:06:59 +00:00
  • 1f8f209c04 client: add station diagnostic information to 'show' James Prestwood 2021-01-19 09:14:45 -08:00
  • c15cdbe753 client: add diagnostic interface definition James Prestwood 2021-01-19 09:14:44 -08:00
  • a17e5e0f7f station: create StationDiagnostic interface James Prestwood 2021-01-14 12:54:40 -08:00
  • a0aa6fecb4 test: update get-diagnostics with Rx/TxMode James Prestwood 2021-01-14 12:54:41 -08:00
  • 18e48a7997 doc: add Diagnostic RxMode/TxMode attributes James Prestwood 2021-01-14 12:54:42 -08:00
  • 93b5a5a4ae netdev: parse expected throughput in netdev_get_station James Prestwood 2021-01-14 12:54:39 -08:00
  • 0ba73ec139 netdev: parse rates in netdev_get_station James Prestwood 2021-01-14 12:54:38 -08:00
  • 67cb8de2ef test: add a script for GetDiagnostics James Prestwood 2021-01-12 09:17:21 -08:00
  • 2fe20808c2 doc: update diagnostics with [optional] tags James Prestwood 2021-01-12 09:17:23 -08:00
  • 08de8186c6 netdev: update RSSI polling to use station info parser James Prestwood 2021-01-12 09:17:22 -08:00
  • cf17d42972 netdev: add netdev_get_station/current_station James Prestwood 2021-01-12 09:17:17 -08:00
  • 09b124f073 dbus: add helper for appending a dictionary James Prestwood 2021-01-12 09:17:16 -08:00
  • 668b61ff3a dbus: add diagnostic interface definition James Prestwood 2021-01-11 09:12:36 -08:00
  • c3d5caec98 doc: diagnostic DBus interface definition James Prestwood 2021-01-11 09:12:32 -08:00
  • 9ef3d51f87 crypto: Update l_pkcs5_pbkdf2 call after rename Andrew Zaborowski 2020-12-24 00:22:15 +01:00
  • d5c364a4e4 build: Update to ell's pkcs5 restructure Denis Kenzior 2021-01-07 14:05:01 -06:00
  • 355c2df97e Release 1.11 1.11 Marcel Holtmann 2021-01-07 00:40:45 +01:00
  • bbf79bc511 build: Require at least version 0.35 when building with external ELL Marcel Holtmann 2021-01-07 00:34:37 +01:00
  • 047b0e71a1 eap-tls: Dump server certificate when IWD_TLS_DEBUG set Andrew Zaborowski 2020-12-24 00:22:14 +01:00
  • d3606cd255 doc: move EnableIPv6 under Network Carlo Abelli 2020-12-18 15:38:35 +00:00
  • 62d31539d6 configure.ac: fix static build with readline Fabrice Fontaine 2020-12-16 08:02:55 +01:00
  • f5a30a1cfc station: Don't expire BSSes between freq subset scans Andrew Zaborowski 2020-12-17 02:28:59 +01:00
  • e3bece76f9 station: Split DBus scans into 3 frequency subsets Andrew Zaborowski 2020-12-17 02:28:58 +01:00
  • 01c108938e test-runner: Use DBus for hwsim radios James Prestwood 2020-12-17 11:36:10 -08:00
  • 55e7caa8e0 auto-t: add iftype/cipher disable to hwsim.py James Prestwood 2020-12-17 11:36:09 -08:00
  • 5567caf64a hwsim: add iftype/cipher disabling through DBus James Prestwood 2020-12-17 11:36:08 -08:00
  • fe0879f7d1 test-runner: start hwsim always (optionally --no-register) James Prestwood 2020-12-17 11:36:07 -08:00
  • e8031bab2a test-runner: add wait_for_dbus_service James Prestwood 2020-12-17 11:36:06 -08:00
  • 5525f32cdd auto-t: update hwsim radio create to use dictionary James Prestwood 2020-12-17 11:36:05 -08:00
  • 6a1853b01a hwsim: change radio Create() to take a dictionary James Prestwood 2020-12-17 11:36:04 -08:00
  • eaf176220c auto-t: fix hwsim.py to use Destroy rather than Remove James Prestwood 2020-12-17 11:36:03 -08:00
  • 799ab03f59 hwsim: check pending_create_msg before replying James Prestwood 2020-12-17 11:36:02 -08:00
  • 554a78fbf0 hwsim: add --no-register option James Prestwood 2020-12-17 11:36:01 -08:00
  • 0193940e50 client: ignore control sequence length in prompt Ronan Pigott 2020-12-10 23:32:22 -07:00
  • fde1012f5d auto-t: add static netconfig test James Prestwood 2020-12-10 13:22:10 -08:00