|
Zephyr Project API 4.4.99
A Scalable Open Source RTOS
|
Generic Wi-Fi status for commands and events. More...
#include <wifi_mgmt.h>
Data Fields | |
| union { | |
| int status | |
| Status value. More... | |
| enum wifi_conn_status conn_status | |
| Connection status. More... | |
| enum wifi_disconn_reason disconn_reason | |
| Disconnection reason status. More... | |
| enum wifi_ap_status ap_status | |
| Access point status. More... | |
| }; | |
| Command or event specific status. | |
| uint16_t | status_code |
| IEEE 802.11 status code from the last Authentication or (Re)Association Response frame, 0 if not available. | |
| uint16_t | reason_code |
| IEEE 802.11 reason code from the last Deauthentication or Disassociation frame, 0 if not available. | |
Generic Wi-Fi status for commands and events.
| union { ... } wifi_status |
Command or event specific status.
| enum wifi_ap_status wifi_status::ap_status |
Access point status.
| enum wifi_conn_status wifi_status::conn_status |
Connection status.
| enum wifi_disconn_reason wifi_status::disconn_reason |
Disconnection reason status.
| uint16_t wifi_status::reason_code |
IEEE 802.11 reason code from the last Deauthentication or Disassociation frame, 0 if not available.
See IEEE Std 802.11-2020, Table 9-90.
| int wifi_status::status |
Status value.
| uint16_t wifi_status::status_code |
IEEE 802.11 status code from the last Authentication or (Re)Association Response frame, 0 if not available.
See IEEE Std 802.11-2020, Table 9-50.