Damien George
699477d12d
extmod/network_cyw43: Fix handling of networks with open security.
...
Prior to this commit, the default security=-1 would be passed directly
through to the cyw43 driver to auto-detect the security type, but that
driver did not correctly handle the case of open security.
The cyw43 driver has now been changed to no longer support auto-detection,
rather it is up to the caller to always select the security type. The
defaults are now implemented in the Python bindings and are:
- if no key is given then it selects open security
- if a key is given then it selects WPA2_MIXED_PSK
Calling `wlan.connect(<ssid>)` will now connect to an open network, on
both rp2 and stm32 ports. The form `wlan.connect(<ssid>, <key>)` will
connect to a WPA2 network.
Fixes issue #9016 .
Signed-off-by: Damien George <damien@micropython.org>
2022-12-20 16:06:40 +11:00
..
2021-07-12 16:37:07 +10:00
2022-11-11 15:14:14 +11:00
2017-07-18 11:57:39 +10:00
2022-10-22 19:12:46 +11:00
2022-10-11 23:31:49 +11:00
2022-12-14 13:25:24 +11:00
2022-11-17 23:20:58 +11:00
2022-11-09 18:43:13 +01:00
2022-05-05 13:30:40 +10:00
2021-08-19 22:50:11 +10:00
2021-08-19 22:50:11 +10:00
2022-09-19 19:06:15 +10:00
2022-09-19 19:06:15 +10:00
2022-09-19 19:06:15 +10:00
2017-07-31 18:35:40 +10:00
2022-09-19 19:06:15 +10:00
2017-07-18 11:57:39 +10:00
2019-07-01 22:53:00 +10:00
2017-07-18 11:57:39 +10:00
2022-09-19 19:06:15 +10:00
2021-09-04 16:31:17 +10:00
2022-09-19 19:06:15 +10:00
2017-07-18 11:57:39 +10:00
2022-11-11 16:24:32 +11:00
2022-09-19 19:06:15 +10:00
2022-11-11 16:24:32 +11:00
2022-03-09 10:03:23 +11:00
2022-09-23 15:21:54 +10:00
2022-09-22 11:47:03 +10:00
2022-09-19 19:06:15 +10:00
2022-12-09 16:47:23 +11:00
2022-11-09 10:48:53 +11:00
2022-12-15 17:40:06 +11:00
2022-12-15 17:40:06 +11:00
2022-06-02 16:31:37 +10:00
2022-09-19 19:06:15 +10:00
2022-08-26 16:43:55 +10:00
2022-09-19 19:06:15 +10:00
2022-09-19 19:06:15 +10:00
2022-09-19 19:06:15 +10:00
2022-06-02 16:31:37 +10:00
2022-08-26 16:44:35 +10:00
2022-06-02 16:31:37 +10:00
2022-06-02 16:31:37 +10:00
2022-11-18 15:13:00 +11:00
2022-06-07 23:41:49 +10:00
2022-09-19 19:06:15 +10:00
2022-09-19 19:06:15 +10:00
2022-12-15 17:40:06 +11:00
2022-09-19 19:06:15 +10:00
2022-12-15 12:06:22 -08:00
2022-09-19 19:06:15 +10:00
2022-09-19 19:06:15 +10:00
2019-02-14 00:35:45 +11:00
2022-09-19 19:06:15 +10:00
2022-09-19 19:06:15 +10:00
2020-09-08 11:41:31 +10:00
2022-06-03 11:53:28 +10:00
2022-12-20 16:06:40 +11:00
2019-06-03 16:47:35 +10:00
2022-12-15 17:40:06 +11:00
2022-12-15 17:40:06 +11:00
2022-11-11 16:24:32 +11:00
2022-10-14 15:54:53 +11:00
2020-10-01 14:20:42 +10:00
2020-02-28 10:33:03 +11:00
2020-06-19 22:07:32 +10:00
2022-09-19 19:06:15 +10:00
2022-09-19 19:06:15 +10:00
2019-10-29 12:12:37 +11:00
2022-11-11 16:24:32 +11:00
2019-10-29 14:17:29 +11:00
2022-11-11 16:24:32 +11:00
2022-11-11 16:24:32 +11:00
2022-09-19 23:44:50 +10:00
2022-11-01 13:10:45 +11:00
2018-06-06 14:33:42 +10:00
2020-08-12 23:40:50 +10:00
2022-09-19 19:06:15 +10:00
2022-05-25 13:04:45 +10:00
2022-09-19 19:06:07 +10:00
2017-07-18 11:57:39 +10:00