commit | 5af38c360587ca2eef0badf6137ccf018f8cd4aa | [log] [tgz] |
---|---|---|
author | Dmitry Shmidt <dimitrysh@google.com> | Wed Feb 10 11:10:39 2010 -0800 |
committer | Dmitry Shmidt <dimitrysh@google.com> | Wed Feb 10 11:10:39 2010 -0800 |
tree | 584b9df0e865cf43e03d450a657943afa60ecea4 | |
parent | 73ea55b52895727635705f18629406c58ca2044c [diff] [blame] |
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.