diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-02-19 18:44:13 +0200 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-03-10 09:31:23 +0700 |
commit | 1c43a0fbf872ab44e3fc8c427f6ce180b7d6cb8c (patch) | |
tree | d65398d8bcc6be33ca3751767997105dbea6f3ad /esp8266/qstrdefsport.h | |
parent | 7378c50b2f405b9aae63dcf98e9a54e1ecfff4ac (diff) |
esp8266/modnetwork: Add per-interface .active() method.
Allows to up/down interface when called with a boolean, or query current
state if called without args. This per-interface method is intended to
supersede adhoc network.wifi_mode() function.
Diffstat (limited to 'esp8266/qstrdefsport.h')
-rw-r--r-- | esp8266/qstrdefsport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/esp8266/qstrdefsport.h b/esp8266/qstrdefsport.h index 6895ed25e..3e134aabb 100644 --- a/esp8266/qstrdefsport.h +++ b/esp8266/qstrdefsport.h @@ -99,6 +99,7 @@ Q(STA_AP_MODE) // network module Q(network) Q(WLAN) +Q(active) Q(scan) Q(status) Q(isconnected) |