Data Fields | |
int32_t | is_connected |
The link to wlan is established or not, 0: disconnected, 1: connected. More... | |
int32_t | rssi |
Signal strength of the current connected AP. More... | |
int8_t | ssid [33] |
SSID of the current connected wlan. More... | |
uint8_t | bssid [6] |
BSSID of the current connected wlan. More... | |
int8_t | key [65] |
The passphrase/PSK of the connected AP. More... | |
int32_t | channel |
Channel of the current connected wlan. More... | |
mwifi_security_t | security |
security of access-point More... | |
Definition at line 212 of file mx_wifi_ipc.h.
uint8_t bssid[6] |
BSSID of the current connected wlan.
Definition at line 217 of file mx_wifi_ipc.h.
int32_t channel |
Channel of the current connected wlan.
Definition at line 219 of file mx_wifi_ipc.h.
int32_t is_connected |
The link to wlan is established or not, 0: disconnected, 1: connected.
Definition at line 214 of file mx_wifi_ipc.h.
int8_t key[65] |
The passphrase/PSK of the connected AP.
Definition at line 218 of file mx_wifi_ipc.h.
int32_t rssi |
Signal strength of the current connected AP.
Definition at line 215 of file mx_wifi_ipc.h.
mwifi_security_t security |
security of access-point
Definition at line 220 of file mx_wifi_ipc.h.
int8_t ssid[33] |
SSID of the current connected wlan.
Definition at line 216 of file mx_wifi_ipc.h.