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