Structures of the WiFi Interface. More...
Data Structures | |
| struct | NET_WIFI_CONFIG |
| WiFi Configuration. More... | |
| struct | NET_WIFI_NET_INFO |
| WiFi Network information. More... | |
| struct | NET_WIFI_SCAN_INFO |
| WiFi Scan information. More... | |
Structures of the WiFi Interface.
| struct NET_WIFI_CONFIG |
WiFi Configuration.
Contains network configuration for station mode or access point mode.
Used in:
| Data Fields | ||
|---|---|---|
| uint8_t | channel | WiFi Channel (0=auto) |
| const char * | password | Password, a null-terminated string. |
| uint8_t | reserved | Reserved. |
| netWiFi_Security | security | Security type. |
| const char * | ssid | Network name, a null-terminated string. |
| netWiFi_WPS | wps_method | WiFi Protected Setup method. |
| const char * | wps_pin | WPS PIN, a null-terminated string. |
| struct NET_WIFI_NET_INFO |
WiFi Network information.
Contains network information about the wireless access point to which the station is connected.
Used in:
| Data Fields | ||
|---|---|---|
| uint8_t | channel | WiFi Channel. |
| char | password[64+1] | Password, a null-terminated string. |
| uint8_t | rssi | Received Signal Strength Indicator. |
| netWiFi_Security | security | Security type. |
| char | ssid[32+1] | Network name, a null-terminated string. |
| struct NET_WIFI_SCAN_INFO |
| Data Fields | ||
|---|---|---|
| uint8_t | bssid[6] | Basic Service Set Identifier. |
| uint8_t | channel | WiFi Channel. |
| uint8_t | rssi | Received Signal Strength Indicator. |
| netWiFi_Security | security | Security type. |
| char | ssid[32+1] | Service Set Identifier (null-terminated) |