netd: Add Softap controller skeleton functions

Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
diff --git a/ResponseCode.h b/ResponseCode.h
index de54e8b..f622254 100644
--- a/ResponseCode.h
+++ b/ResponseCode.h
@@ -34,6 +34,7 @@
     static const int IpFwdStatusResult        = 211;
     static const int PanStatusResult          = 212;
     static const int InterfaceGetCfgResult    = 213;
+    static const int SoftapStatusResult       = 214;
 
     // 400 series - The command was accepted but the requested action
     // did not take place.