Extending the X_NUCLEO_IDW01M1 to allow configuration of the board as an access point

Dependents:   X_NUCLEO_IDW01M1_AP_Test

Fork of X_NUCLEO_IDW01M1 by ST

Changes

RevisionDateWhoCommit message
22:a1276b7d3b2d 2016-07-07 scsims Added wifi_connected_to_ap extern to indicate when BSSS beacons have been lost/picked up. Also added some debugging to get a better idea as to what's going to and from the SPWF01SA.11 over the UART default tip
21:9de5d3ab3615 2016-06-22 scsims Removed the DEBUG_PRINT define used for testing
20:1f74471ac106 2016-06-22 scsims Removed files to make it more library-like
19:9ab60b80872e 2016-06-22 scsims Removed (and put guards around) printf's
18:b265b3b696f1 2016-06-21 scsims Added SPWFInterface::start_access_point() to allow the module to be put into AP mode. Operational data rates are configurable as is the channel number. AP's have to be open as the underlying driver only appears to support open APs at the moment
17:2c47c2aab4a4 2016-06-02 mridup few file header changes
16:156be7b55904 2016-06-02 mridup few comments and documentation
15:225d5d3c4f84 2016-05-24 mridup connect settings to support WPA/WPA2, WEP and No-Auth.
14:af04fe9ca955 2016-05-16 mridup minor header updates
13:cdcc13d78252 2016-05-14 mridup headers and comments added
12:3799f8475c8a 2016-05-14 mridup comments added.
11:67a8c3499caf 2016-05-14 mridup update to CR-LF....CR-LF issue.
10:e97284ae55f1 2016-05-13 mridup CR-LF...CR-LF fix in FW
9:d2dfbf8e7f49 2016-05-13 mridup reducing recv() delay to 1ms
8:0f302a13e21b 2016-05-12 mridup support 2048B sock write, sock_write returns no. of bytes written, delay of 10ms in sock-recv.
7:0fdd186a7d90 2016-05-11 mridup fix recv, server sock, \r\n..\r\n issue in FW.
6:e7a3fca2df10 2016-05-09 mridup Socket Server support.
5:c83ffd44f40a 2016-05-04 mridup changes adapting to NetworkStack v119
4:d7d25616f1f7 2016-04-19 mridup removing isConnected() check in Socket APIs
3:fd9d20c4d3f0 2016-04-19 mridup init() implicit in connect(). Check isConnected() in most APIs.
2:bf3b3c6ce3a0 2016-04-19 mridup removing static singular instance
1:bd9db471d47d 2016-04-14 mridup increasing reset delay to 200ms due to problem with L4 reset
0:dc55f40eb04f 2016-04-13 mridup First Version of mbed X_NUCLEO_IDW01M1 library