summaryrefslogtreecommitdiffstatshomepage
path: root/cc3200/qstrdefsport.h
diff options
context:
space:
mode:
authorDaniel Campora <daniel@wipy.io>2015-04-12 23:55:34 +0200
committerDaniel Campora <daniel@wipy.io>2015-04-13 00:02:56 +0200
commitc69b4310c85b7f09789f75b49e706fea58e8aa7a (patch)
tree7680324c6d6d440b369778c132e5ece1108e1c8b /cc3200/qstrdefsport.h
parentb21786947fabbdef76824d899263bec51779738b (diff)
downloadmicropython-c69b4310c85b7f09789f75b49e706fea58e8aa7a.tar.gz
micropython-c69b4310c85b7f09789f75b49e706fea58e8aa7a.zip
cc3200: Add WLAN.config_ip().
This new method allows to assign an static IP to the device.
Diffstat (limited to 'cc3200/qstrdefsport.h')
-rw-r--r--cc3200/qstrdefsport.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/cc3200/qstrdefsport.h b/cc3200/qstrdefsport.h
index f7ece3b658..b5f76f19e5 100644
--- a/cc3200/qstrdefsport.h
+++ b/cc3200/qstrdefsport.h
@@ -249,6 +249,12 @@ Q(disconnect)
Q(channel)
Q(ifconfig)
Q(urn)
+Q(mode)
+Q(config_ip)
+Q(ip)
+Q(subnet)
+Q(gateway)
+Q(dns)
Q(STA)
Q(AP)
Q(P2P)
@@ -258,6 +264,8 @@ Q(WPA_WPA2)
Q(WPA_ENT)
Q(WPS_PBC)
Q(WPS_PIN)
+Q(DYNAMIC)
+Q(STATIC)
// for WDT class
Q(WDT)