- 04 Apr, 2017 2 commits
-
-
dnc40085 authored
* Exposed forced sleep API and more Added timer suspend functionality * wifi.suspend * wifi.resume * node.sleep * tmr.suspend * tmr.suspend_all * tmr.resume * tmr.resume_all * Implement timer suspend functionality * Fix for uart TX glitch * Made some modifications to the error reporting
-
Marcel Stör authored
-
- 31 Mar, 2017 1 commit
-
-
dnc40085 authored
* Update wifi event monitor documentation Added a note to `wifi.eventmon.register()` and `wifi.sta.eventmonreg()` * Add deprecation note to `wifi.sta.eventMonReg()`
-
- 07 Mar, 2017 1 commit
-
-
Luís Fonseca authored
-
- 08 Feb, 2017 1 commit
-
-
Jason Follas authored
* Add wifi.sta.clearconfig(). Adjust password validation to match 2.0.0 SDK rules (no min length enforced, i.e. for WEP) * Updat comments about WEP key not having a minimum * Documentation: add note about node.restore() to wifi.sta.clearconfig() docs, and add SDK verbiage to describe what node.restore() impacts. * Normaliz if statements * Convert leading tabs to leading spaces for consistency
-
- 01 Jan, 2017 1 commit
-
-
Marcel Stör authored
-
- 29 Dec, 2016 1 commit
-
-
Marcel Stör authored
-
- 23 Dec, 2016 2 commits
-
-
Marcel Stör authored
-
Marcel Stör authored
-
- 06 Nov, 2016 1 commit
-
-
dnc40085 authored
* Removed inline documentation for several functions and update comments Since documentation is now part of the repository, the inline documentation just adds to the already huge wifi.c * Wifi module: add new functionality, update documentation Functions Added: wifi.getdefaultmode(): returns default wifi opmode wifi.sta.apchange(): select alternate cached AP wifi.sta.apinfo(): get cached AP list wifi.sta.aplimit(): set cached AP limit wifi.sta.getapindex(): get index of currently configured AP wifi.sta.getdefaultconfig(): get default station configuration wifi.ap.getdefaultconfig(): get default AP configuration functions modified: wifi.setmode: saving mode to flash is now optional wifi.sta.config: now accepts table as an argument and save config to flash is now optional wifi.sta.getconfig: added option to return table wifi.ap.config: save config to flash is now optional wifi.ap.getconfig: added option to return table Documentation changes: - Modified documentation to reflect above changes - Removed unnecessary inline documentation from `wifi.c` - Updated documentation for `wifi.sta.disconnect`to address issue #1480 - Fixed inaccurate documentation for function `wifi.sleeptype` - Added more details to `wifi.nullmodesleep()` * Move function `wifi.sleeptype()` to `wifi.sta.sleeptype()` * Fixed problem where wifi.x.getconfig() returned invalid strings when ssid or password were set to maximum length. * fix error in documentation for `wifi.sta.getapindex` * Renamed some wifi functions wifi.sta.apinfo -> getapinfo wifi.sta.aplimit -> setaplimit wifi.sta.apchange -> changeap also organized the wifi_station_map array
-
- 27 Aug, 2016 1 commit
-
-
dnc40085 authored
Enable auto sleep in NULL_MODE by default.
-
- 31 Jul, 2016 1 commit
-
-
snosrap authored
-
- 14 Jul, 2016 1 commit
-
-
Marcel Stör authored
-
- 29 Jun, 2016 1 commit
-
-
Marcel Stör authored
-
- 21 Jun, 2016 1 commit
-
-
Marcel Stör authored
-
- 04 Jun, 2016 1 commit
-
-
Konrad Beckmann authored
Changed wifi.getpymode() into wifi.getphymode()
-
- 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.
-