netd: softap: Add FW reload processing

Change-Id: I731c2e390187c0fa5f69779cd25d8f2388ee511e
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
diff --git a/SoftapController.h b/SoftapController.h
index c42b1fa..ae0e007 100644
--- a/SoftapController.h
+++ b/SoftapController.h
@@ -39,6 +39,7 @@
     int stopSoftap();
     bool isSoftapStarted();
     int setSoftap(int argc, char *argv[]);
+    int fwReloadSoftap(int argc, char *argv[]);
 };
 
 #endif