aboutsummaryrefslogtreecommitdiff
path: root/cc3200/mods/modwlan.h
AgeCommit message (Expand)Author
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George
2017-07-31all: Use the name MicroPython consistently in commentsAlexander Steffen
2017-07-18all: Unify header guard usage.Alexander Steffen
2017-02-22cc3200: Move wlan socket glue functions from modwlan to modusocket.Damien George
2016-02-21cc3200: Improve robustness of WLAN during sleep modes.danicampora
2015-09-27cc3200: New WLAN API including test.Daniel Campora
2015-09-27cc3200: New irq API, affects all classes that provide the irq method.Daniel Campora
2015-08-09cc3200: Add nic.iwconfig() to set/get WLAN configuration.Daniel Campora
2015-07-30cc3200: Append last 2 bytes of the MAC address to the default SSID.Daniel Campora
2015-07-10cc3200: Set simplelink time and date when enabling WLAN.Daniel Campora
2015-07-02cc3200: Add modussl, ssl sockets subclassed from normal sockets.Daniel Campora
2015-06-29cc3200: Correct socket settimeout time format.Daniel Campora
2015-06-03cc3200: Add method to configure the servers timeout.Daniel Campora
2015-05-24cc3200: Remove NIC abstraction layer.Daniel Campora
2015-05-03cc3200: Implement Sleep.wake_reason()Daniel Campora
2015-04-13cc3200: Add WLAN.config_ip().Daniel Campora
2015-03-26cc3200: Minor refactorings on modwlan and pybsleep.Daniel Campora
2015-03-22cc3200: Fix bug in telnet that caused the rx buffer to overflow.danicampora
2015-03-21cc3200: Reduce soft reset time. WLAN is not reinit, just reenabled.danicampora
2015-03-19cc3200: Move server methods from WLAN to the network module.danicampora
2015-03-18cc3200: Add parameter to wlan_stop() for custom timeout values.danicampora
2015-03-14cc3200: Remove unneeded code from modwlan and optimize startup time.danicampora
2015-03-11cc3200: Add power management framework. Add mpcallback class.danicampora
2015-02-23cc3200: Introduce MICROPY_PORT_HAS_TELNET and MICROPY_PORT_HAS_FTP.danicampora
2015-02-23cc3200: Replace WLAN.get_ip() with WLAN.ifconfig().danicampora
2015-02-22cc3200: Remove dependencies from FreeRTOS.danicampora
2015-02-06cc3200: Add cc3200 port of MicroPython.danicampora