|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
The observable outcome of one wifi_hal_join_run, for the banner and the host test. More...
#include <wifi_hal_join.h>
Data Fields | |
| bool | init_ok |
| The facade initialised. | |
| bool | associated |
| The station joined the network. | |
| bool | ip_bound |
| A DHCP lease was obtained. | |
| bool | passed |
| The whole journey completed. | |
| ra8_err_t | init_err |
| What ra8_wifi_init returned. | |
| ra8_err_t | connect_err |
| What ra8_wifi_connect returned. | |
| ra8_err_t | ip_err |
| What ra8_wifi_wait_ip returned. | |
| ra8_wifi_mac_t | mac |
| Station MAC, once associated. | |
| ra8_wifi_ap_t | ap |
| AP record, once associated. | |
| ra8_wifi_lease_t | lease |
| The DHCP lease, once bound. | |
The observable outcome of one wifi_hal_join_run, for the banner and the host test.
Populated by the core. main.c prints these fields; the host test asserts them. Every field is a fact the run established, not a formatting artifact.
Definition at line 182 of file wifi_hal_join.h.
| ra8_wifi_ap_t wifi_hal_result::ap |
AP record, once associated.
Definition at line 191 of file wifi_hal_join.h.
Referenced by wifi_hal_join_run(), and wifi_hal_report().
| bool wifi_hal_result::associated |
The station joined the network.
Definition at line 184 of file wifi_hal_join.h.
Referenced by wifi_hal_join_run(), and wifi_hal_report().
| ra8_err_t wifi_hal_result::connect_err |
What ra8_wifi_connect returned.
Definition at line 188 of file wifi_hal_join.h.
Referenced by wifi_hal_join_run(), and wifi_hal_report().
| ra8_err_t wifi_hal_result::init_err |
What ra8_wifi_init returned.
Definition at line 187 of file wifi_hal_join.h.
Referenced by wifi_hal_join_run(), and wifi_hal_report().
| bool wifi_hal_result::init_ok |
The facade initialised.
Definition at line 183 of file wifi_hal_join.h.
Referenced by wifi_hal_join_run(), and wifi_hal_report().
| bool wifi_hal_result::ip_bound |
A DHCP lease was obtained.
Definition at line 185 of file wifi_hal_join.h.
Referenced by wifi_hal_join_run(), and wifi_hal_report().
| ra8_err_t wifi_hal_result::ip_err |
What ra8_wifi_wait_ip returned.
Definition at line 189 of file wifi_hal_join.h.
Referenced by wifi_hal_join_run(), and wifi_hal_report().
| ra8_wifi_lease_t wifi_hal_result::lease |
The DHCP lease, once bound.
Definition at line 192 of file wifi_hal_join.h.
Referenced by wifi_hal_join_run(), and wifi_hal_report().
| ra8_wifi_mac_t wifi_hal_result::mac |
Station MAC, once associated.
Definition at line 190 of file wifi_hal_join.h.
Referenced by wifi_hal_join_run(), and wifi_hal_report().
| bool wifi_hal_result::passed |
The whole journey completed.
Definition at line 186 of file wifi_hal_join.h.
Referenced by wifi_hal_join_run().