aboutsummaryrefslogtreecommitdiff
path: root/cc3200/qstrdefsport.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc3200/qstrdefsport.h')
-rw-r--r--cc3200/qstrdefsport.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/cc3200/qstrdefsport.h b/cc3200/qstrdefsport.h
index 13a85a4fc..3d37a0f4f 100644
--- a/cc3200/qstrdefsport.h
+++ b/cc3200/qstrdefsport.h
@@ -237,6 +237,21 @@ Q(IPPROTO_TCP)
Q(IPPROTO_UDP)
Q(IPPROTO_RAW)
+// for ssl class
+Q(ssl)
+Q(ussl)
+Q(wrap_socket)
+Q(sock)
+Q(keyfile)
+Q(certfile)
+Q(server_side)
+Q(cert_reqs)
+Q(ca_certs)
+Q(SSLError)
+Q(CERT_NONE)
+Q(CERT_OPTIONAL)
+Q(CERT_REQUIRED)
+
// for network class
Q(network)
Q(server_running)