index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
esp8266
/
modnetwork.c
Age
Commit message (
Expand
)
Author
2016-06-04
esp8266/modnetwork: Use struct bss_info::ssid_len for ESSID length.
Mark
2016-05-29
esp8266/modnetwork: Allow to press ctrl-C while scan() is running.
Damien George
2016-05-29
esp8266/modnetwork: Protect scan() callback against memory errors.
Damien George
2016-05-29
esp8266/modnetwork: scan() is only supported by STA when it's enabled.
Damien George
2016-05-10
esp8266: Convert to use new MP_Exxx errno symbols.
Damien George
2016-05-03
esp8266/modnetwork: Remove .mac() method, move to .config("mac").
Paul Sokolovsky
2016-05-03
esp8266/modnetwork: Remove deprecated wifi_mode().
Paul Sokolovsky
2016-04-28
esp8266/modnetwork: Make WLAN.ifconfig() read/write.
Aex Aey
2016-04-21
esp8266/modnetwork: .config(): Add "hidden ESSID" param.
Paul Sokolovsky
2016-04-20
esp8266/modnetwork: .config(): Add "channel" param.
Paul Sokolovsky
2016-04-12
esp8266/modnetwork: .config(): Add "password" param (W/O).
Paul Sokolovsky
2016-04-12
esp8266/modnetwork: .config(): Add "authmode" param.
Paul Sokolovsky
2016-04-12
esp8266/modnetwork: .config(): Check interface whose config is requested.
Paul Sokolovsky
2016-04-05
esp8266/modnetwork: require_if(): Report the actual interface required.
Paul Sokolovsky
2016-04-01
esp8266: Move PHY mode constants from modesp to modnetwork.
Paul Sokolovsky
2016-03-30
esp8266: Support synchronous wifi scanning.
Damien George
2016-03-10
esp8266/modnetwork: Add symbolic names for network interfaces: STA_IF & AP_IF.
Paul Sokolovsky
2016-03-10
esp8266/modnetwork: Introduce interface .config() method.
Paul Sokolovsky
2016-03-10
esp8266/modnetwork: Move config defines to the top.
Paul Sokolovsky
2016-03-10
esp8266/modnetwork: Add per-interface .active() method.
Paul Sokolovsky
2016-03-10
esp8266: Move wifi_mode() and phy_mode() to network module.
Paul Sokolovsky
2016-03-10
esp8266/modnetwork: Allow to configure STA and AP interfaces separately.
Paul Sokolovsky
2016-03-02
esp8266: Add network.ifconfig().
Damien George
2015-12-27
esp8266: mac() function belongs to network module per the latest API.
Paul Sokolovsky
2015-12-21
esp8266: Remove superfluous includes.
Paul Sokolovsky
2015-09-15
esp8266: Added wlan.isconnected() to maintain parity with other ports.
Bill Owens
2015-06-20
esp8266: Move status() from esp module to network
Bill Owens
2015-06-17
esp8266: Move scan from esp module to network
Bill Owens
2015-06-12
esp8266: Move connect/disconnect from "esp" module to network.
Paul Sokolovsky
2015-06-12
esp8266: Add skeleton "network" module.
Paul Sokolovsky