main/task_wifi.h

changeset 56
756d1a63d129
parent 22
90f22a101fc6
child 94
87aa80b8e452
equal deleted inserted replaced
55:38e1c91bfd88 56:756d1a63d129
31 uint8_t AP_clients; ///< Connected AP clients. 31 uint8_t AP_clients; ///< Connected AP clients.
32 bool STA_connected; ///< Connected to AP as station. 32 bool STA_connected; ///< Connected to AP as station.
33 bool STA_online; ///< Connected and online. 33 bool STA_online; ///< Connected and online.
34 char STA_ssid[33]; ///< Connected to this SSID. 34 char STA_ssid[33]; ///< Connected to this SSID.
35 int8_t STA_rssi; ///< Signal strength. 35 int8_t STA_rssi; ///< Signal strength.
36 char STA_ip[16]; ///< IP address. 36 char STA_ip[17]; ///< IP address.
37 char STA_nm[16]; ///< IP netmask. 37 char STA_nm[17]; ///< IP netmask.
38 char STA_gw[16]; ///< IP gateway. 38 char STA_gw[17]; ///< IP gateway.
39 } WIFI_State; 39 } WIFI_State;
40 40
41 /** 41 /**
42 * @brief Update reason codes. 42 * @brief Update reason codes.
43 */ 43 */

mercurial