aboutsummaryrefslogtreecommitdiff
path: root/cc3200/mods/modwlan.c
AgeCommit message (Expand)Author
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George
2017-08-30all: Convert remaining "mp_uint_t n_args" to "size_t n_args".Damien George
2017-08-21all: Make static dicts use mp_rom_map_elem_t type and MP_ROM_xxx macros.Damien George
2017-07-31all: Use the name MicroPython consistently in commentsAlexander Steffen
2017-03-29cc3200: Update for changes to mp_obj_str_get_data.Damien George
2017-02-22cc3200: When raising OSError's use MP_Exxx as arg instead of a string.Damien George
2017-02-22cc3200: Move wlan socket glue functions from modwlan to modusocket.Damien George
2017-02-21cc3200/mods/modwlan: Add int casts to silence compiler warnings.Damien George
2017-02-21cc3200/mods/modwlan: Allow antenna diversity to be fully compiled out.Damien George
2017-02-21cc3200/mods/modwlan: Make multi-threaded a proper compile-time option.Damien George
2017-02-21cc3200/mods/modwlan: Remove unused header includes; simplify others.Damien George
2017-02-21cc3200: Remove util/std.h, can just use stdio.h instead.Damien George
2017-02-21cc3200: Use simplelink API instead of emulated BSD API.Damien George
2017-01-07cc3200/modwlan: Add network.WLAN.print_ver() diagnostic function.Paul Sokolovsky
2017-01-04all: Consistently update signatures of .make_new and .call methods.Paul Sokolovsky
2016-12-02py/stream: Move ad-hoc ioctl constants to stream.h and rename them.Damien George
2016-10-18cc3200: Use mp_raise_XXX helper functions to reduce code size.Damien George
2016-04-06cc3200/mods/modwlan: Include stream.h after recent refactor.Paul Sokolovsky
2016-02-21cc3200: Improve robustness of WLAN during sleep modes.danicampora
2016-01-11py: Change first arg of type.make_new from mp_obj_t to mp_obj_type_t*.Damien George
2015-11-18docs: Update docs for WiPy wlan.connect().Noah
2015-10-31all: Add py/mphal.h and use it in all ports.Damien George
2015-10-29cc3200: Switch from HAL_Delay() to mp_hal_delay_ms().Paul Sokolovsky
2015-10-25cc3200: Enable WLAN irq on creation.danicampora
2015-10-19cc3200: WLAN class can retrieve the existing instance.danicampora
2015-10-17cc3200: In scan results rename 'auth' field to 'sec'.danicampora
2015-09-27cc3200: Always reset WLAN after setting the mode.Daniel Campora
2015-09-27cc3200: Make auth param positional in wlan.connect.Daniel Campora
2015-09-27cc3200: Rename pyb module to machine.Daniel Campora
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-09-21cc3200: New SD and RTC API plus os and time modules' extensions.Daniel Campora
2015-08-16cc3200: Correct WLAN constructor argument checking.Daniel Campora
2015-08-16cc3200: Improve callback API.Daniel Campora
2015-08-09cc3200: Improve support for WEP security.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-16cc3200: Make socket stream methods return POSIX error codes.Daniel Campora
2015-07-10cc3200: Refactor and clean-up socket closing code.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-07-02cc3200: Optimize check for WLAN AP mode.Daniel Campora
2015-07-02cc3200: Raise an exception if trying to scan for networks in AP mode.Daniel Campora
2015-07-02cc3200: Add socket.timeout and socket.error exceptions.Daniel Campora
2015-06-29cc3200: Correct socket settimeout time format.Daniel Campora
2015-06-10cc3200: Change MP_OBJ_NULL for mp_const_none in params default value.Daniel Campora
2015-06-07cc3200: Add antenna selection feature to WLAN.Daniel Campora
2015-06-03cc3200: Add method to configure the servers timeout.Daniel Campora
2015-05-29cc3200: Clean up WLAN API. Make WLAN.info() an attrtuple.Daniel Campora
2015-05-28cc3200: Make small changes in WLAN to improve the API.Daniel Campora