main/task_wifi.h

changeset 23
2cc30d828d6e
parent 4
d0155c16e992
equal deleted inserted replaced
22:9c0bcc91fe1a 23:2cc30d828d6e
11 * @brief Structure containing the information of the driver task. 11 * @brief Structure containing the information of the driver task.
12 */ 12 */
13 typedef struct { 13 typedef struct {
14 bool STA_connected; ///< Connected to AP as station. 14 bool STA_connected; ///< Connected to AP as station.
15 bool STA_online; ///< Connected and online. 15 bool STA_online; ///< Connected and online.
16 char STA_ssid[33]; ///< Connected to this SSID.
17 int8_t STA_rssi; ///< Signal strength. 16 int8_t STA_rssi; ///< Signal strength.
18 char STA_ip[17]; ///< IP address. 17 char STA_ip[17]; ///< IP address.
19 char STA_nm[17]; ///< IP netmask. 18 char STA_nm[17]; ///< IP netmask.
20 char STA_gw[17]; ///< IP gateway. 19 char STA_gw[17]; ///< IP gateway.
21 } WIFI_State; 20 } WIFI_State;

mercurial