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
Diff: Spwf/inc/wifi_driver.h
- Revision:
- 6:e7a3fca2df10
- Parent:
- 1:bd9db471d47d
- Child:
- 8:0f302a13e21b
--- a/Spwf/inc/wifi_driver.h Wed May 04 12:16:20 2016 +0000 +++ b/Spwf/inc/wifi_driver.h Mon May 09 10:38:22 2016 +0000 @@ -10,6 +10,8 @@ extern WiFi_AT_CMD_Response_t WiFi_Module_State; extern volatile WiFi_WIND_State_TypeDef WiFi_WIND_State; extern volatile uint8_t wifi_connected; +extern volatile uint32_t WIND64_count; +extern volatile uint8_t wifi_client_connected; extern wifi_bool WiFi_Enabled; extern wifi_bool Standby_Enabled; extern wifi_bool Deep_Sleep_Enabled;