3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2025-02-16 23:40:43 +01:00
James Prestwood 90485cb2ee netdev: better handle associate timeouts with auth_protos
Any auth proto which did not implement the assoc_timeout handler
could end up getting 'stuck' forever if there was an associate
timeout. This is because in the event of an associate timeout IWD
only sets a few flags and relies on the connect event to actually
handle the failure. The problem is a connect event never comes
if the failure was a timeout.

To fix this we can explicitly fail the connection if the auth
proto has not implemented assoc_timeout or if it returns false.
2021-03-29 15:48:50 -05:00
..
2021-02-08 15:16:39 -06:00
2020-07-09 09:58:21 -05:00
2020-07-09 09:58:21 -05:00
2021-03-12 13:49:23 -06:00
2021-03-11 21:46:49 -06:00
2020-08-13 13:43:31 -05:00
2019-12-09 01:47:11 -06:00
2021-03-12 13:49:23 -06:00
2021-02-08 15:56:30 -06:00
2021-02-08 15:46:45 -06:00
2021-03-10 12:03:49 -06:00
2021-03-12 13:49:23 -06:00
2019-05-19 13:07:13 -05:00
2021-03-11 22:34:26 -06:00
2017-11-28 13:20:33 -06:00
2021-03-22 14:15:44 -05:00
2021-03-12 13:49:23 -06:00
2021-03-10 12:05:43 -06:00
2020-02-03 11:54:28 -06:00
2021-03-15 14:47:07 -05:00
2019-07-15 14:06:26 -05:00
2020-09-16 14:31:07 -05:00
2020-04-10 06:31:19 -05:00
2020-09-14 11:39:25 -05:00
2020-09-14 11:39:25 -05:00
2021-03-12 13:49:23 -06:00
2020-03-17 15:35:22 -05:00
2021-03-15 13:14:16 -05:00
2021-03-15 13:14:16 -05:00
2021-03-12 13:49:23 -06:00
2021-03-12 13:49:23 -06:00
2020-01-17 12:50:23 -06:00
2020-08-28 10:29:06 -05:00