|
Zephyr Project API 4.0.0
A Scalable Open Source RTOS
|
Wi-Fi interface status. More...
#include <wifi_mgmt.h>
Data Fields | |
| int | state |
| Interface state, see enum wifi_iface_state. | |
| unsigned int | ssid_len |
| SSID length. | |
| char | ssid [WIFI_SSID_MAX_LEN+1] |
| SSID. | |
| char | bssid [WIFI_MAC_ADDR_LEN] |
| BSSID. | |
| enum wifi_frequency_bands | band |
| Frequency band. | |
| unsigned int | channel |
| Channel. | |
| enum wifi_iface_mode | iface_mode |
| Interface mode, see enum wifi_iface_mode. | |
| enum wifi_link_mode | link_mode |
| Link mode, see enum wifi_link_mode. | |
| enum wifi_security_type | security |
| Security type, see enum wifi_security_type. | |
| enum wifi_mfp_options | mfp |
| MFP options, see enum wifi_mfp_options. | |
| int | rssi |
| RSSI. | |
| unsigned char | dtim_period |
| DTIM period. | |
| unsigned short | beacon_interval |
| Beacon interval. | |
| bool | twt_capable |
| is TWT capable? | |
| int | current_phy_rate |
| The current 802.11 PHY data rate. | |
Wi-Fi interface status.
| enum wifi_frequency_bands wifi_iface_status::band |
Frequency band.
| char wifi_iface_status::bssid[WIFI_MAC_ADDR_LEN] |
BSSID.
| unsigned int wifi_iface_status::channel |
Channel.
| int wifi_iface_status::current_phy_rate |
The current 802.11 PHY data rate.
| enum wifi_iface_mode wifi_iface_status::iface_mode |
Interface mode, see enum wifi_iface_mode.
| enum wifi_link_mode wifi_iface_status::link_mode |
Link mode, see enum wifi_link_mode.
| enum wifi_mfp_options wifi_iface_status::mfp |
MFP options, see enum wifi_mfp_options.
| int wifi_iface_status::rssi |
RSSI.
| enum wifi_security_type wifi_iface_status::security |
Security type, see enum wifi_security_type.
| char wifi_iface_status::ssid[WIFI_SSID_MAX_LEN+1] |
SSID.
| int wifi_iface_status::state |
Interface state, see enum wifi_iface_state.
| bool wifi_iface_status::twt_capable |
is TWT capable?