microDev
|
eebcd2eeaf
|
remove unsupported authmodes
|
2021-04-30 22:11:32 +05:30 |
|
microDev
|
6640db9555
|
make authmode settable
|
2021-04-30 21:35:02 +05:30 |
|
microDev
|
7c845818b3
|
Merge branch 'main' into ap
|
2021-04-30 17:11:22 +05:30 |
|
microDev
|
1b972c51c3
|
add authmode class
|
2021-04-29 18:42:36 +05:30 |
|
Scott Shawcroft
|
76033d5115
|
Merge MicroPython v1.11 into CircuitPython
|
2021-04-26 15:47:41 -07:00 |
|
anecdata
|
a1e2afadce
|
AP ip_info, gateway, & subnet
|
2021-04-26 00:22:51 -05:00 |
|
anecdata
|
f20a53177b
|
add authmode to start_ap()
|
2021-04-25 18:20:18 -05:00 |
|
anecdata
|
747d72f5a5
|
redundant with system log
|
2021-04-25 18:18:45 -05:00 |
|
anecdata
|
c510c4d501
|
allow start/stop sta/ap (changing modes) when wifi.radio.enabled = False
|
2021-04-25 09:29:15 -05:00 |
|
anecdata
|
dc3c47d396
|
ap channel param
|
2021-04-25 00:22:08 -05:00 |
|
anecdata
|
354b442867
|
fixes
|
2021-04-24 19:36:11 -05:00 |
|
anecdata
|
2e52c0ae62
|
set all wifi modes; add sta start & sta/ap stop
|
2021-04-24 16:41:41 -05:00 |
|
anecdata
|
4d267ef644
|
add get_ipv4_address_ap
|
2021-04-23 21:44:34 -05:00 |
|
anecdata
|
3d60ed1322
|
loc & common_hal start_ap(), + AP MAC getter
|
2021-04-22 22:55:32 -05:00 |
|
anecdata
|
7e95dc1261
|
ap additions to radio object
|
2021-04-22 22:23:33 -05:00 |
|
anecdata
|
bfc5eb1660
|
event_handler, init, and reset
|
2021-04-22 22:21:50 -05:00 |
|
microDev
|
a52eb88031
|
run code formatting script
|
2021-03-15 19:27:36 +05:30 |
|
Dan Halbert
|
26eb429cc6
|
restore install/delete for i2c driver
|
2021-03-07 18:23:14 -05:00 |
|
anecdata
|
1f6cd496c7
|
1. check enabled before scan; 2. make start-station() the single control point for esp_wifi_set_mode()
|
2021-01-21 13:54:19 -06:00 |
|
anecdata
|
a01ff658ea
|
fix case of connecting when wifi is stopped
|
2021-01-18 19:57:01 -06:00 |
|
anecdata
|
c524900a1b
|
check connected before connecting
|
2021-01-17 20:21:31 -06:00 |
|
anecdata
|
f75bb5c50f
|
Rename to match WIFI_REASON. Also return specific reason code.
|
2021-01-13 23:46:35 -06:00 |
|
anecdata
|
e519dd3c52
|
Retry on all disconnect reasons other than: 2 exception reasons & 1 manual disconnect reason.
|
2021-01-13 23:45:59 -06:00 |
|
BennyE
|
53e4d78a3c
|
Update ports/esp32s2/common-hal/wifi/Network.c
Avoid to use yet another variable.
Co-authored-by: Scott Shawcroft <scott@tannewt.org>
|
2021-01-10 17:18:43 +01:00 |
|
BennyE
|
115f3e0867
|
Updated code as per helpful suggestion
|
2021-01-07 23:05:16 +01:00 |
|
BennyE
|
66d87782be
|
Adding authmode keyword
|
2021-01-06 23:52:30 +01:00 |
|
Scott Shawcroft
|
a33359762d
|
Merge pull request #3903 from anecdata/reasons
ESP32-S2: Log all Wi-Fi events & remove unneeded call
|
2021-01-06 08:41:19 -08:00 |
|
anecdata
|
98c9492a8c
|
change ESP_EARLY_LOG* to ESP_LOG* throughout event_handler
|
2021-01-05 18:39:51 -06:00 |
|
anecdata
|
d537d94a4c
|
see what we're missing
|
2020-12-30 09:45:15 -06:00 |
|
anecdata
|
0914b71653
|
remove unneeded set_config (wrong param; called in connect anyway)
|
2020-12-30 09:26:25 -06:00 |
|
Scott Shawcroft
|
c3396e4b49
|
Merge pull request #3868 from BennyE/wifi-enhancement-countrycode
esp32-s2: wifi enhancement to include countrycode
|
2020-12-28 11:49:41 -08:00 |
|
BennyE
|
64bb055700
|
Updating comment to reflect feedback of espressif from IDFGH-4486 -> works correct as per the protocol
|
2020-12-24 15:40:53 +01:00 |
|
BennyE
|
1a6b1b1953
|
implementing suggested changes
|
2020-12-24 00:37:37 +01:00 |
|
BennyE
|
e9c9fce15d
|
Remove debug log messages
|
2020-12-23 14:59:09 +01:00 |
|
BennyE
|
ae3b440835
|
more fixes and still with debug
|
2020-12-22 00:32:48 +01:00 |
|
BennyE
|
2e393ed195
|
adding debug infos
|
2020-12-20 22:03:38 +01:00 |
|
BennyE
|
210c0ec89c
|
add country(code) to wifi network objects)
|
2020-12-13 13:32:12 +01:00 |
|
BennyE
|
c5c13620f2
|
Fix for issue 3663 by returning early if no scan was started before stop is issued
|
2020-12-12 00:49:53 +01:00 |
|
Scott Shawcroft
|
22ad76bb48
|
Merge pull request #3800 from BennyE/wifi-better-logs
Enhance debug log for wifi scan, sta_start, sta_stop
|
2020-12-07 12:32:15 -08:00 |
|
Dan Halbert
|
169b487509
|
Include wifi.radio singleton in gc
|
2020-12-07 11:07:56 -05:00 |
|
BennyE
|
70827ac3da
|
debug log for wifi scan, start stop
|
2020-12-06 23:38:04 +01:00 |
|
Scott Shawcroft
|
4ac11c8d31
|
Update wifi.Radio.connect doc
Now it includes bssid info.
|
2020-11-24 17:54:39 -08:00 |
|
Jeff Epler
|
0836abba41
|
Merge pull request #3720 from tannewt/more_wifi_retry
Retry connection when getting NOT_AUTHED
|
2020-11-24 09:54:54 -06:00 |
|
Scott Shawcroft
|
a80bf22211
|
Merge pull request #3727 from BennyE/wifi-full-scan
esp32s2: Do a full scan when channel/BSSID are not given
|
2020-11-23 15:19:57 -08:00 |
|
BennyE
|
2773f534c9
|
Update ports/esp32s2/common-hal/wifi/Radio.c
adding suggested changes
|
2020-11-20 09:40:32 +01:00 |
|
BennyE
|
6760cdf678
|
Let connect() choose strongest AP if channel and BSSID are not given
|
2020-11-20 00:11:17 +01:00 |
|
BennyE
|
17a8bafe05
|
Choose best AP in range if no channel/bssid given
|
2020-11-19 23:39:48 +01:00 |
|
Jeff Epler
|
dd108b755d
|
esp32s2: initialize event loop ane netif only once
deinitting these seems to cause problems.
|
2020-11-19 11:36:02 -06:00 |
|
Scott Shawcroft
|
081aec4429
|
Retry connection when getting NOT_AUTHED
I saw it once with a correct password. Retrying may still fail
but at least it'll try first.
|
2020-11-18 16:39:34 -08:00 |
|
Jeff Epler
|
83d790ad8f
|
esp32s2: don't delete the event loop
.. it seems to make the esp-idf grumpy.
|
2020-11-18 17:45:42 -06:00 |
|