3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2025-08-05 03:57:21 +02:00

Commit Graph

  • 5f7b28d501 scan: refactor to use wiphy radio work queue James Prestwood 2020-07-10 10:44:43 -07:00
  • a3d0eebe74 station: cancel hidden network scan when connecting James Prestwood 2020-07-08 17:04:36 -07:00
  • 7e0084e6ae anqp: refactor to use frame-xchg James Prestwood 2020-07-08 17:04:34 -07:00
  • 98cf2bf3ec frame-xchg: refactor to use wiphy work queue James Prestwood 2020-07-08 17:04:33 -07:00
  • 771f292939 wiphy: introduce new radio management APIs James Prestwood 2020-07-08 17:04:32 -07:00
  • 0fdc3b3ed6 auto-t: remove busy wait for eapol reauth James Prestwood 2020-07-08 10:48:01 -07:00
  • 38c8fe06a4 auto-t: increase wait time for blacklist test James Prestwood 2020-07-08 10:48:00 -07:00
  • 70824d7b5a wiphy: add convenience API wiphy_find_by_wdev James Prestwood 2020-07-02 10:35:27 -07:00
  • a1b41f786e station: Re-attempt roam with a full scan Denis Kenzior 2020-06-30 12:34:41 -05:00
  • b026e6740b station: Return errno from station_roam_scan Denis Kenzior 2020-06-30 12:27:56 -05:00
  • 10e83aa347 station: Return errno from station_roam_scan_known_freqs Denis Kenzior 2020-06-30 12:02:09 -05:00
  • 05b803cb76 station: reflow station_roam_failed Denis Kenzior 2020-06-30 10:35:47 -05:00
  • faa31802c5 station: Don't reset roam_no_orig_ap on roam failure Denis Kenzior 2020-06-30 10:21:24 -05:00
  • ec7044d615 main: Do not always return -ENOTSUP Denis Kenzior 2020-06-23 12:25:18 -05:00
  • 05ad0120a8 frame-xchg: add destroy function to start() APIs James Prestwood 2020-06-23 08:42:51 -07:00
  • f7c036a801 test-runner: use WNOHANG option waiting for PID James Prestwood 2020-06-22 08:50:50 -07:00
  • 6c9c65a5de frame-xchg: fix incorrect length check James Prestwood 2020-06-22 08:25:16 -07:00
  • 6bf5c3ddbd p2p: fix build with uclibc Fabrice Fontaine 2020-06-20 15:19:54 +02:00
  • 19b0d0f2e2 main: Rework kernel option detection logic Denis Kenzior 2020-06-22 10:12:34 -05:00
  • 19cce531ca plugins: ofono: remove newline from debug print James Prestwood 2020-06-16 09:04:21 -07:00
  • a01754f56a Release 1.8 1.8 Marcel Holtmann 2020-06-15 17:22:57 +02:00
  • 254cefcc96 station: Give network a connection failed hint Denis Kenzior 2020-06-12 15:21:39 -05:00
  • e70b252e19 auto-t: add test for delayed ANQP response James Prestwood 2020-06-12 12:14:14 -07:00
  • cb35e9fe65 auto-t: add 'Delay' property to hwsim python module James Prestwood 2020-06-12 12:14:13 -07:00
  • 248190b0ed network: delay connect if ANQP has not completed James Prestwood 2020-06-12 12:14:12 -07:00
  • 60e2c4647c station: add ANQP state watch API James Prestwood 2020-06-12 12:14:11 -07:00
  • ecd39dcf0d network: Don't crash when network_connect_new_hidden_network fails Tim Kourt 2020-06-09 18:23:56 -07:00
  • 8be7aae079 auto-t: Validate Connect after ConnectHiddenNetwork Tim Kourt 2020-06-09 18:22:21 -07:00
  • 7ef7894218 auto-t: Add async API call for connect_hidden_network Tim Kourt 2020-06-09 18:22:20 -07:00
  • 61ee99f632 station: Use separate msg holder for hidden connections Tim Kourt 2020-06-09 18:22:19 -07:00
  • 532f6b154e station: Do not enter autoconnect_full erroneously Denis Kenzior 2020-06-09 10:00:02 -05:00
  • 32a55fb75c hwsim: add new 'Delay' property to Rules James Prestwood 2020-06-02 10:30:18 -07:00
  • 078c2d76c7 doc: document new 'Delay' property for hwsim Rules James Prestwood 2020-06-02 10:30:19 -07:00
  • 8db4d9272a scan: refactor start_next_scan_request to not send duplicate requests Alvin Šipraga 2020-06-08 10:42:07 +02:00
  • 5c7f064f26 AUTHORS: Mention Alvin's contributions Denis Kenzior 2020-06-04 13:18:41 -05:00
  • cae6949ce1 scan: Do not start new requests while suspended Alvin Šipraga 2020-06-01 19:11:17 +02:00
  • 8b1161ec8e frame-xchg: fix bug when starting new xchg from callback James Prestwood 2020-06-01 13:03:40 -07:00
  • 1e10d13645 frame-xchg: Use frame_watch_group_match in frame_watch_group_get Andrew Zaborowski 2020-05-31 02:56:45 +02:00
  • d012a7f2ac frame-xchg: Fix frame_watch_remove_by_handler for group 0 Andrew Zaborowski 2020-05-31 02:56:44 +02:00
  • cc66050b90 auto-t: Test Agent ops Tim Kourt 2020-05-14 09:20:24 -07:00
  • d38bd513c9 fils: include RSNE in authenticate James Prestwood 2020-05-07 14:50:59 -07:00
  • c7a17e5987 netdev: unify ft/auth_proto authenticate builders James Prestwood 2020-05-07 14:50:58 -07:00
  • cbfaef09d6 auto-t: Remove bogus logic Tim Kourt 2020-05-07 12:20:23 -07:00
  • 7cc8111817 auto-t: Use changed get_ordered_network API Tim Kourt 2020-05-07 12:20:22 -07:00
  • ae4b361f79 auto-t: Return None instead of empty known net list Tim Kourt 2020-05-07 12:20:21 -07:00
  • 2e5f7404c0 auto-t: Rename test case to reflect its purpose Tim Kourt 2020-05-07 12:20:20 -07:00
  • 7f3f5c18dc auto-t: Remove unnecessary disconnect calls Tim Kourt 2020-05-07 12:20:19 -07:00
  • b600440ea2 auto-t: use scan_if_needed for testConnectAutoconnect James Prestwood 2020-05-06 14:32:15 -07:00
  • da3f66ea68 auto-t: add optional scan argument to get_ordered_network(s) James Prestwood 2020-05-06 14:32:14 -07:00
  • 8126899eda auto-t: change blacklist test RSSI values James Prestwood 2020-05-05 09:03:18 -07:00
  • a0029f8b6e test-runner: run iwmon per-subtest James Prestwood 2020-05-05 09:03:17 -07:00
  • f9f112b4f5 monitor: Prettify CQM event decoding Denis Kenzior 2020-05-01 21:40:07 -05:00
  • 3f2c84c2a2 netdev: fix segfault due to roaming before connected James Prestwood 2020-05-04 14:30:55 -07:00
  • 7641782924 tools: delay hwsim sending frame James Prestwood 2020-05-04 13:16:13 -07:00
  • dfb6f7f025 wiphy: restrict FT AKMs when not supported James Prestwood 2020-05-04 08:24:20 -07:00
  • 1c75f636ed wiphy: remove useless debug prints James Prestwood 2020-05-04 08:24:19 -07:00
  • d12fad5eed scan: remove useless debug print James Prestwood 2020-05-04 08:24:18 -07:00
  • d6a3798078 manager: move debug print in dump callback James Prestwood 2020-05-04 08:24:17 -07:00
  • 57b02108af netdev: Handle P2P-client iftype in netdev_setting_keys_failed Andrew Zaborowski 2020-04-30 15:48:45 +02:00
  • 7711b06b6b watchlist: Save the watchlist pointer in WATCHLIST_NOTIFY_* Andrew Zaborowski 2020-04-30 15:48:44 +02:00
  • c49b724a2e p2p: Do DHCP as part of connection setup Andrew Zaborowski 2020-04-30 15:48:43 +02:00
  • c8edd36234 netconfig: Move EnableNetworkConfiguration check to station Andrew Zaborowski 2020-04-30 15:48:42 +02:00
  • 270bbbf25a test: Add a connect-p2p test script Andrew Zaborowski 2020-04-25 11:09:34 +02:00
  • 7a38085bf8 p2p: WSC client provisioning and connection Andrew Zaborowski 2020-04-25 11:09:33 +02:00
  • 85f09d9318 p2p: Create the P2P-Client interface Andrew Zaborowski 2020-04-25 11:09:32 +02:00
  • d77fdd087b p2p: Scan for the provision BSS Andrew Zaborowski 2020-04-25 11:09:31 +02:00
  • ce4b1e1fcb p2p: Add the Provision Discovery frame sequence Andrew Zaborowski 2020-04-25 11:09:30 +02:00
  • fdf2b8a94c p2p: Respond to Probe Reqs when waiting for GO negotiation Andrew Zaborowski 2020-04-25 11:09:29 +02:00
  • bb4a3e8f84 p2p: Handle the Information Not Available response code Andrew Zaborowski 2020-04-25 11:09:28 +02:00
  • bff4147d52 p2p: Handle GO Negotiation Response, send Confirmation Andrew Zaborowski 2020-04-25 11:09:27 +02:00
  • 3ef8688df5 p2p: Build and send the GO Negotiation Request Andrew Zaborowski 2020-04-25 11:09:26 +02:00
  • 1675c765a3 p2p: Add the WSC interface on peer DBus objects Andrew Zaborowski 2020-04-25 11:09:25 +02:00
  • 3d4725870d p2p: Add the Listen State Andrew Zaborowski 2020-04-25 11:09:24 +02:00
  • f0e3defa3e wired: use 802.1X-2001 instead of 802.1X-2004 Diego Santa Cruz 2020-04-27 19:13:15 +02:00
  • 6e98d8a888 p2p: Add the Scan Phase Andrew Zaborowski 2020-04-23 18:24:36 +02:00
  • b43e915b98 wiphy: Track regulatory domain changes Andrew Zaborowski 2020-04-23 18:24:35 +02:00
  • 0f3f0086ae nl80211util: Parse NL80211_ATTR_REG_ALPHA2 attrs Andrew Zaborowski 2020-04-23 18:24:34 +02:00
  • 59cc1e27c2 p2p: Add device enable/disable logic Andrew Zaborowski 2020-04-23 18:24:33 +02:00
  • ff65e1fd9a p2p: Add main device settings Andrew Zaborowski 2020-04-23 18:24:32 +02:00
  • e1b1461a8e doc: List possible P2P peer category/subcategory values Andrew Zaborowski 2020-04-23 18:24:31 +02:00
  • 1277a01426 wscutil: Fix dbus string using spaces Denis Kenzior 2020-04-23 14:50:33 -05:00
  • 945abadc8a p2p: Add peer WSC device type properties Andrew Zaborowski 2020-04-23 18:24:30 +02:00
  • 46215a6624 build: Remove eap-wsc and wscutil from eap_sources Denis Kenzior 2020-04-23 14:47:30 -05:00
  • ed81fe1f4f wscutil: Add device type category/subcategory string api Andrew Zaborowski 2020-04-23 18:24:29 +02:00
  • c352714e61 frame-xchg.c: fix build with glibc < 2.24 Fabrice Fontaine 2020-04-22 10:13:38 +02:00
  • 001b9035e0 station: Fix init return type Tim Kourt 2020-04-17 10:20:53 -07:00
  • 749d45f58f device: Fix init return type Tim Kourt 2020-04-17 10:20:52 -07:00
  • 358d0ca201 manager: Create/destroy P2P devices Andrew Zaborowski 2020-04-03 18:14:16 +02:00
  • 326a8cd6ee Add minimal p2p.c and p2p.h Andrew Zaborowski 2020-04-03 18:14:15 +02:00
  • 042f88e3e9 dbus: Add P2P interface name defines Andrew Zaborowski 2020-04-03 18:14:14 +02:00
  • ef6084dcb4 Release 1.7 1.7 Marcel Holtmann 2020-04-14 20:37:39 +02:00
  • 4eabc1bed0 build: Require at least version 0.31 when building with external ELL Marcel Holtmann 2020-04-14 20:23:02 +02:00
  • 57ce53f1ac auto-t: Fix event order Tim Kourt 2020-04-13 18:16:45 -07:00
  • 000b533194 auto-t: Remove unused imports Tim Kourt 2020-04-13 18:16:44 -07:00
  • d3339ddb72 auto-t: Use proper connection status indicator Tim Kourt 2020-04-13 18:16:43 -07:00
  • 104e6898ca main: Fix freeing invalid pointer Tim Kourt 2020-04-10 11:09:42 -07:00
  • 1dfc28d21a module: add void to empty argument functions Rosen Penev 2020-04-09 17:38:30 -07:00
  • a47609acbe iwd: remove unnecessary semicolons Rosen Penev 2020-04-09 17:38:29 -07:00
  • 5d68fbd55f client: Automate display refresh enablement Tim Kourt 2020-04-09 15:51:46 -07:00
  • 9eeaedf189 client: Rename window change signal for clarity Tim Kourt 2020-04-09 15:51:45 -07:00