summaryrefslogtreecommitdiff
path: root/esp8266/modnetwork.c
AgeCommit message (Expand)Author
2017-08-13all: Raise exceptions via mp_raise_XXXJavier Candeira
2017-07-31all: Use the name MicroPython consistently in commentsAlexander Steffen
2017-07-30esp8266: Convert to mp_rom_map_elem_t.Paul Sokolovsky
2017-05-16esp8266/modnetwork: In connect, fix potential buffer overflows.puuu
2017-03-31all: Use full path name when including mp-readline/timeutils/netutils.Damien George
2017-03-29esp8266: Update for changes to mp_obj_str_get_data.Damien George
2016-11-09esp8266/modnetwork.c: Expose configuration for station DHCP hostname.Chris Popp
2016-11-01esp8266/modnetwork.c: Allows AP reconnection without WiFi credentialspuuu
2016-10-31esp8266/modnetwork: config(): Fix copy-paste error in setting "mac".Paul Sokolovsky
2016-09-22all: Remove 'name' member from mp_obj_module_t struct.Damien George
2016-09-06esp8266/modnetwork: Fix wlan.scan() method so it returns all networks.Damien George
2016-06-04esp8266/modnetwork: Use struct bss_info::ssid_len for ESSID length.Mark
2016-05-29esp8266/modnetwork: Allow to press ctrl-C while scan() is running.Damien George
2016-05-29esp8266/modnetwork: Protect scan() callback against memory errors.Damien George
2016-05-29esp8266/modnetwork: scan() is only supported by STA when it's enabled.Damien George
2016-05-10esp8266: Convert to use new MP_Exxx errno symbols.Damien George
2016-05-03esp8266/modnetwork: Remove .mac() method, move to .config("mac").Paul Sokolovsky
2016-05-03esp8266/modnetwork: Remove deprecated wifi_mode().Paul Sokolovsky
2016-04-28esp8266/modnetwork: Make WLAN.ifconfig() read/write.Aex Aey
2016-04-21esp8266/modnetwork: .config(): Add "hidden ESSID" param.Paul Sokolovsky
2016-04-20esp8266/modnetwork: .config(): Add "channel" param.Paul Sokolovsky
2016-04-12esp8266/modnetwork: .config(): Add "password" param (W/O).Paul Sokolovsky
2016-04-12esp8266/modnetwork: .config(): Add "authmode" param.Paul Sokolovsky
2016-04-12esp8266/modnetwork: .config(): Check interface whose config is requested.Paul Sokolovsky
2016-04-05esp8266/modnetwork: require_if(): Report the actual interface required.Paul Sokolovsky
2016-04-01esp8266: Move PHY mode constants from modesp to modnetwork.Paul Sokolovsky
2016-03-30esp8266: Support synchronous wifi scanning.Damien George
2016-03-10esp8266/modnetwork: Add symbolic names for network interfaces: STA_IF & AP_IF.Paul Sokolovsky
2016-03-10esp8266/modnetwork: Introduce interface .config() method.Paul Sokolovsky
2016-03-10esp8266/modnetwork: Move config defines to the top.Paul Sokolovsky
2016-03-10esp8266/modnetwork: Add per-interface .active() method.Paul Sokolovsky
2016-03-10esp8266: Move wifi_mode() and phy_mode() to network module.Paul Sokolovsky
2016-03-10esp8266/modnetwork: Allow to configure STA and AP interfaces separately.Paul Sokolovsky
2016-03-02esp8266: Add network.ifconfig().Damien George
2015-12-27esp8266: mac() function belongs to network module per the latest API.Paul Sokolovsky
2015-12-21esp8266: Remove superfluous includes.Paul Sokolovsky
2015-09-15esp8266: Added wlan.isconnected() to maintain parity with other ports.Bill Owens
2015-06-20esp8266: Move status() from esp module to networkBill Owens
2015-06-17esp8266: Move scan from esp module to networkBill Owens
2015-06-12esp8266: Move connect/disconnect from "esp" module to network.Paul Sokolovsky
2015-06-12esp8266: Add skeleton "network" module.Paul Sokolovsky