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

History

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

2016-07-07, by scsims [Thu, 07 Jul 2016 13:54:06 +0000] rev 22

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


Removed the DEBUG_PRINT define used for testing

2016-06-22, by scsims [Wed, 22 Jun 2016 15:13:24 +0000] rev 21

Removed the DEBUG_PRINT define used for testing


Removed files to make it more library-like

2016-06-22, by scsims [Wed, 22 Jun 2016 15:03:28 +0000] rev 20

Removed files to make it more library-like


Removed (and put guards around) printf's

2016-06-22, by scsims [Wed, 22 Jun 2016 14:53:11 +0000] rev 19

Removed (and put guards around) printf's


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

2016-06-21, by scsims [Tue, 21 Jun 2016 20:20:50 +0000] rev 18

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


few file header changes

2016-06-02, by mridup [Thu, 02 Jun 2016 06:01:26 +0000] rev 17

few file header changes


few comments and documentation

2016-06-02, by mridup [Thu, 02 Jun 2016 05:52:45 +0000] rev 16

few comments and documentation


connect settings to support WPA/WPA2, WEP and No-Auth.

2016-05-24, by mridup [Tue, 24 May 2016 07:18:35 +0000] rev 15

connect settings to support WPA/WPA2, WEP and No-Auth.


minor header updates

2016-05-16, by mridup [Mon, 16 May 2016 06:50:04 +0000] rev 14

minor header updates


headers and comments added

2016-05-14, by mridup [Sat, 14 May 2016 08:38:54 +0000] rev 13

headers and comments added