Data Fields | |
| _t_client * | next |
| Pointer to the next client. | |
| char * | ip |
| Client Ip address. | |
| char * | mac |
| Client Mac address. | |
| char * | token |
| Client token. | |
| unsigned int | fw_connection_state |
| Connection state in the firewall. | |
| int | fd |
| Client HTTP socket (valid only during login before one of the _http_* function is called. | |
| t_counters | counters |
| Counters for input/output of the client. | |
| _t_client * | next |
| Pointer to the next client. | |
| char * | ip |
| Client Ip address. | |
| char * | mac |
| Client Mac address. | |
| char * | token |
| Client token. | |
Definition at line 40 of file src/client_list.h.
|
|
Counters for input/output of the client.
Definition at line 50 of file wifidog-1.1.1/src/client_list.h. |
|
|
Client HTTP socket (valid only during login before one of the _http_* function is called.
Definition at line 47 of file wifidog-1.1.1/src/client_list.h. |
|
|
Connection state in the firewall.
Definition at line 45 of file wifidog-1.1.1/src/client_list.h. |
|
|
Client Ip address.
Definition at line 42 of file wifidog-1.1.1/src/client_list.h. |
|
|
Client Ip address.
Definition at line 42 of file src/client_list.h. |
|
|
Client Mac address.
Definition at line 43 of file wifidog-1.1.1/src/client_list.h. |
|
|
Client Mac address.
Definition at line 43 of file src/client_list.h. |
|
|
Pointer to the next client.
Definition at line 41 of file wifidog-1.1.1/src/client_list.h. |
|
|
Pointer to the next client.
Definition at line 41 of file src/client_list.h. |
|
|
Client token.
Definition at line 44 of file wifidog-1.1.1/src/client_list.h. |
|
|
Client token.
Definition at line 44 of file src/client_list.h. |
1.4.1