- 30 Sep, 2022 1 commit
-
-
Philip Gladstone authored
* Adds support for settxpower * Update docs/modules/wifi.md Co-authored-by:
Marcel Stör <marcelstoer@users.noreply.github.com> * Update docs/modules/wifi.md Co-authored-by:
Marcel Stör <marcelstoer@users.noreply.github.com> Co-authored-by:
Marcel Stör <marcelstoer@users.noreply.github.com>
-
- 28 Jul, 2021 1 commit
-
-
Johny Mattsson authored
- Added support for WPA3 - Evicted left-over broken WiFi auto-reconnect - Updated docs
-
- 22 Jul, 2021 1 commit
-
-
Johny Mattsson authored
Updated docs to reflect new WiFi station connect behaviour.
-
- 20 Jul, 2021 1 commit
-
-
Johny Mattsson authored
Only compile-tested so far. Of note is that the WiFi auto-connect (flag) functionality has been removed from the IDF, and as a follow-on so has the "auto" field in the wifi config. On the Ethernet side, support for the TLK110 PHY seems to have been removed, but on the other hand there is now new support for several others.
-
- 26 Feb, 2020 1 commit
-
-
Kit Klein authored
Correcting the AP config auth types. The ones defined in the current documentation don't seem to exist.
-
- 10 Jun, 2019 1 commit
-
-
Skirmantas Lauzikas authored
* ESP32: Add option to set IP/dns config This commit adds support for setting: * Hostname * Static IP / Dns server (Sta mode) * Changing AP network ip config * Setting DNS server IP for DHCP * ESP32: Documentation for setting IP/dns/hostname config * Documented new functions * sethostname() now returns true if success
-
- 13 Jan, 2019 1 commit
-
-
Marcel Stör authored
Drop support for localized content, #2213 Restructure some content to match more closely what we have in master, #2542
-
- 30 Jun, 2017 1 commit
-
-
Lars Stenberg authored
-
- 08 Mar, 2017 1 commit
-
-
devsaurus authored
-
- 03 Jan, 2017 1 commit
-
-
Johny Mattsson authored
Addresses one point of #1615.
-
- 21 Sep, 2016 1 commit
-
-
Johny Mattsson authored
Heading towards having only ESP32-aware/capable code in this branch.
-
- 14 May, 2016 1 commit
-
-
dnc40085 authored
Update descriptions of `wifi.setmode`, `wifi.sta.config` and `wifi.ap.config` to inform user of configuration persistence.
-
- 02 May, 2016 1 commit
-
-
dnc40085 authored
Changed Parameters in `wifi.sta.status()` to match constants in source. Fixed typo in example for `wifi.eventmon.register()`.
-
- 29 Apr, 2016 1 commit
-
-
Marcel Stör authored
-
- 01 Apr, 2016 1 commit
-
-
dnc40085 authored
Implement SDK event monitor Move wifi status event monitor code into seperate file (app/modules/wifi_eventmon.c) Modify wifi lua callback registration code. Add Functions wifi.ap.deauth and wifi.sta.getrssi Rework wifi event monitor to use tasking interface fix for Lua coroutine compatibility issue Made changes Suggested by TerryE Also, moved code that sets the default host name out of luaopen_wifi_init and into a separate function and added a post_task_low entry in it's place. Replaced some if test then return error lines with luaL_argcheck Add check for malloc null return in wifi.eventmon to catch out of memory errors
-
- 13 Mar, 2016 1 commit
-
-
dnc40085 authored
Also changed wifi.sta.eventMonStop("unreg all") to wifi.sta.eventMonStop(1) and wifi.sta.eventMonReg(wifi.status, "unreg") to wifi.sta.eventMonReg(wifi.status)
-
- 06 Mar, 2016 1 commit
-
-
Marcel Stör authored
-
- 01 Mar, 2016 1 commit
-
-
Marcel Stör authored
-
- 20 Jan, 2016 1 commit
-
-
San authored
-
- 17 Jan, 2016 1 commit
-
-
Marcel Stör authored
-
- 15 Jan, 2016 1 commit
-
-
Marcel Stör authored
-
- 14 Jan, 2016 2 commits
-
-
Marcel Stör authored
-
Marcel Stör authored
-
- 13 Jan, 2016 1 commit
-
-
Johny Mattsson authored
Note that this does not include wifi.sta, wifi.ap or wifi.ap.dhcp docs.
-