_t_client Struct Reference


Data Fields

struct _t_clientnext
 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.

Detailed Description

Client node for the connected client linked list.

Definition at line 42 of file client_list.h.


Field Documentation

struct _t_client* _t_client::next [read]

Connection state in the firewall.

Definition at line 47 of file client_list.h.

Referenced by authenticate_client(), fw_init(), fw_sync_with_authserver(), and http_callback_auth().

Client HTTP socket (valid only during login before one of the _http_* function is called.

Definition at line 49 of file client_list.h.

Counters for input/output of the client.

Definition at line 52 of file client_list.h.

Referenced by client_list_append(), fw_sync_with_authserver(), http_callback_auth(), and iptables_fw_counters_update().


The documentation for this struct was generated from the following file:

Generated on Fri Sep 25 15:28:43 2009 for WifiDog by  doxygen 1.5.5