Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: X_NUCLEO_IDW01M1_AP_Test
Fork of X_NUCLEO_IDW01M1 by
Diff: Spwf_API/SpwfSADevice.h
- 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();
