Contains information about a SoftAP client. More...
Data Fields |
|
| gos_mac_t | mac |
|
Mac address.
|
|
| bool | valid |
|
Connection status.
|
|
| uint8_t | reserved |
|
Addtional client information (specific to the softap type)
|
|
| uint32_t | ipv4_address |
|
IPv4 address of client.
|
|
Detailed Description
Contains information about a SoftAP client.
- Examples:
- network/softap_tcp_server/main.c , and wifi/web_setup/main.c .