This repository was archived by the owner on Sep 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 165
[WIFI] Wifi libs return incorrect status for is_connected() when in AP mode. #244
Labels
bug
Something isn't working
Comments
iwahdan88
pushed a commit
that referenced
this issue
May 14, 2019
### New Features - Esp32 touchpad functionality exposed to micropy - Upgraded LittleFS to v2.0 (Note: this update will format the File system !! ) ### Improvements - Added RSA signature generation API to moducrypto - Added support for saving strings in NVS - PR #226 , author: @psychogenic - LTE class refactoring - BLE advertisement parameters are now configurable via MicroPython <author>: @ninoita - Added BLE raw adv data setting <author>: @ninoita ### Bug Fix - Fix UART.sendbreak not defaulting to 13 bits as suggested by Documentation Issue #280 - Fix wlan.isconnected not returning True when station is connected in AP mode Issue #244
peter-pycom
pushed a commit
that referenced
this issue
Jun 22, 2021
* Fix for snr value after lora update
X-Ryl669
pushed a commit
to X-Ryl669/pycom-micropython-sigfox
that referenced
this issue
May 12, 2023
…ed in AP mode Issue pycom#244
X-Ryl669
pushed a commit
to X-Ryl669/pycom-micropython-sigfox
that referenced
this issue
May 12, 2023
### New Features - Esp32 touchpad functionality exposed to micropy - Upgraded LittleFS to v2.0 (Note: this update will format the File system !! ) ### Improvements - Added RSA signature generation API to moducrypto - Added support for saving strings in NVS - PR pycom#226 , author: @psychogenic - LTE class refactoring - BLE advertisement parameters are now configurable via MicroPython <author>: @ninoita - Added BLE raw adv data setting <author>: @ninoita ### Bug Fix - Fix UART.sendbreak not defaulting to 13 bits as suggested by Documentation Issue pycom#280 - Fix wlan.isconnected not returning True when station is connected in AP mode Issue pycom#244
X-Ryl669
pushed a commit
to X-Ryl669/pycom-micropython-sigfox
that referenced
this issue
May 12, 2023
* Fix for snr value after lora update
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Expected Behaviour:
wlan.is_connected() to return true when a client is connected to the access point.
Actual behaviour:
wlan.is_connected() always returns false when a client is connected.
Looks like the ESP8266 implementation may have code we can reuse.
ESP32:
pycom-micropython-sigfox/esp32/mods/modwlan.c
Line 914 in d1c5ea9
ESP8266:
pycom-micropython-sigfox/esp8266/modnetwork.c
Line 204 in 4481a1c
Thanks to mfalkvidd on the forums. https://forum.pycom.io/topic/4174/wlan-isconnected-in-ap-mode-still-not-working/4
The text was updated successfully, but these errors were encountered: