Steve Sims / X_NUCLEO_IDW01M1_AP

Dependents:   X_NUCLEO_IDW01M1_AP_Test

Fork of X_NUCLEO_IDW01M1 by ST

Revision:
18:b265b3b696f1
Parent:
16:156be7b55904
--- a/Spwf_API/SpwfSADevice.h	Thu Jun 02 06:01:26 2016 +0000
+++ b/Spwf_API/SpwfSADevice.h	Tue Jun 21 20:20:50 2016 +0000
@@ -56,6 +56,7 @@
 
     int         init(void);
     int         connect(char * ssid, char * sec_key, WiFi_Priv_Mode priv_mode);
+    int         start_access_point(char * ssid, char * sec_key, WiFi_Priv_Mode priv_mode, int channel_num, unsigned int data_rates);
     int         disconnect(void);
     const       char  *getIPAddress();
     const       char  *getMACAddress();