summaryrefslogtreecommitdiffstatshomepage
path: root/esp8266/qstrdefsport.h
diff options
context:
space:
mode:
Diffstat (limited to 'esp8266/qstrdefsport.h')
-rw-r--r--esp8266/qstrdefsport.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/esp8266/qstrdefsport.h b/esp8266/qstrdefsport.h
index 26fce54de7..fb064095e4 100644
--- a/esp8266/qstrdefsport.h
+++ b/esp8266/qstrdefsport.h
@@ -42,10 +42,27 @@ Q(sync)
Q(hard_reset)
Q(esp)
+Q(socket)
Q(connect)
Q(disconnect)
Q(scan)
Q(status)
+Q(getaddrinfo)
+Q(send)
+Q(sendto)
+Q(recv)
+Q(recvfrom)
+Q(listen)
+Q(accept)
+Q(bind)
+Q(settimeout)
+Q(setblocking)
+Q(setsockopt)
+Q(close)
+Q(protocol)
+Q(onconnect)
+Q(onrecv)
+Q(ondisconnect)
Q(STAT_IDLE)
Q(STAT_CONNECTING)
Q(STAT_WRONG_PASSWORD)