1. b6c7e4b all: Use full path name when including mp-readline/timeutils/netutils. by Damien George · 8 years ago
  2. 1145dd3 esp8266: Update for changes to mp_obj_str_get_data. by Damien George · 8 years ago
  3. 52df2f8 esp8266/modnetwork.c: Expose configuration for station DHCP hostname. by Chris Popp · 9 years ago
  4. b97c17e esp8266/modnetwork.c: Allows AP reconnection without WiFi credentials by puuu · 9 years ago
  5. e377f3c esp8266/modnetwork: config(): Fix copy-paste error in setting "mac". by Paul Sokolovsky · 9 years ago
  6. 93c4a6a all: Remove 'name' member from mp_obj_module_t struct. by Damien George · 9 years ago
  7. b4be5a8 esp8266/modnetwork: Fix wlan.scan() method so it returns all networks. by Damien George · 9 years ago
  8. 822e9ca esp8266/modnetwork: Use struct bss_info::ssid_len for ESSID length. by Mark · 9 years ago
  9. 6707fc9 esp8266/modnetwork: Allow to press ctrl-C while scan() is running. by Damien George · 9 years ago
  10. 84381fa esp8266/modnetwork: Protect scan() callback against memory errors. by Damien George · 9 years ago
  11. 55df14f esp8266/modnetwork: scan() is only supported by STA when it's enabled. by Damien George · 9 years ago
  12. 4f2ba9f esp8266: Convert to use new MP_Exxx errno symbols. by Damien George · 9 years ago
  13. 35e63f0 esp8266/modnetwork: Remove .mac() method, move to .config("mac"). by Paul Sokolovsky · 9 years ago
  14. 7b7c99f esp8266/modnetwork: Remove deprecated wifi_mode(). by Paul Sokolovsky · 9 years ago
  15. af554b4 esp8266/modnetwork: Make WLAN.ifconfig() read/write. by Aex Aey · 9 years ago
  16. 4fa1731 esp8266/modnetwork: .config(): Add "hidden ESSID" param. by Paul Sokolovsky · 9 years ago
  17. 46f0641 esp8266/modnetwork: .config(): Add "channel" param. by Paul Sokolovsky · 9 years ago
  18. 54b8966 esp8266/modnetwork: .config(): Add "password" param (W/O). by Paul Sokolovsky · 9 years ago
  19. 7acc252 esp8266/modnetwork: .config(): Add "authmode" param. by Paul Sokolovsky · 9 years ago
  20. 6f3fc9b esp8266/modnetwork: .config(): Check interface whose config is requested. by Paul Sokolovsky · 9 years ago
  21. 2c8356c esp8266/modnetwork: require_if(): Report the actual interface required. by Paul Sokolovsky · 9 years ago
  22. 5531437 esp8266: Move PHY mode constants from modesp to modnetwork. by Paul Sokolovsky · 9 years ago
  23. 9475cc5 esp8266: Support synchronous wifi scanning. by Damien George · 9 years ago
  24. 5239a8a esp8266/modnetwork: Add symbolic names for network interfaces: STA_IF & AP_IF. by Paul Sokolovsky · 9 years ago
  25. a49c160 esp8266/modnetwork: Introduce interface .config() method. by Paul Sokolovsky · 9 years ago
  26. d5a12a6 esp8266/modnetwork: Move config defines to the top. by Paul Sokolovsky · 9 years ago
  27. 1c43a0f esp8266/modnetwork: Add per-interface .active() method. by Paul Sokolovsky · 9 years ago
  28. 7378c50 esp8266: Move wifi_mode() and phy_mode() to network module. by Paul Sokolovsky · 9 years ago
  29. 9e8396a esp8266/modnetwork: Allow to configure STA and AP interfaces separately. by Paul Sokolovsky · 9 years ago
  30. 02ea74d esp8266: Add network.ifconfig(). by Damien George · 10 years ago
  31. fce0036 esp8266: mac() function belongs to network module per the latest API. by Paul Sokolovsky · 10 years ago
  32. abd0fcf esp8266: Remove superfluous includes. by Paul Sokolovsky · 10 years ago
  33. e2bfa47 esp8266: Added wlan.isconnected() to maintain parity with other ports. by Bill Owens · 10 years ago
  34. 60ccb41 esp8266: Move status() from esp module to network by Bill Owens · 10 years ago
  35. 686516f esp8266: Move scan from esp module to network by Bill Owens · 10 years ago
  36. 32eb4b9 esp8266: Move connect/disconnect from "esp" module to network. by Paul Sokolovsky · 10 years ago
  37. ee3fec3 esp8266: Add skeleton "network" module. by Paul Sokolovsky · 10 years ago