Main Page | Data Structures | Directories | File List | Data Fields

_t_client Struct Reference


Data Fields

_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.
_t_clientnext
 Pointer to the next client.
char * ip
 Client Ip address.
char * mac
 Client Mac address.
char * token
 Client token.

Detailed Description

Client node for the connected client linked list.

Definition at line 42 of file src/client_list.h.


Field Documentation

t_counters _t_client::counters
 

Counters for input/output of the client.

Definition at line 52 of file src/client_list.h.

int _t_client::fd
 

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

Definition at line 49 of file src/client_list.h.

unsigned int _t_client::fw_connection_state
 

Connection state in the firewall.

Definition at line 47 of file src/client_list.h.

char* _t_client::ip
 

Client Ip address.

Definition at line 44 of file wifidog-1.1.3_beta2/src/client_list.h.

char* _t_client::ip
 

Client Ip address.

Definition at line 44 of file src/client_list.h.

char* _t_client::mac
 

Client Mac address.

Definition at line 45 of file wifidog-1.1.3_beta2/src/client_list.h.

char* _t_client::mac
 

Client Mac address.

Definition at line 45 of file src/client_list.h.

struct _t_client* _t_client::next
 

Pointer to the next client.

Definition at line 43 of file wifidog-1.1.3_beta2/src/client_list.h.

struct _t_client* _t_client::next
 

Pointer to the next client.

Definition at line 43 of file src/client_list.h.

char* _t_client::token
 

Client token.

Definition at line 46 of file wifidog-1.1.3_beta2/src/client_list.h.

char* _t_client::token
 

Client token.

Definition at line 46 of file src/client_list.h.


The documentation for this struct was generated from the following files:
Generated on Tue Jan 31 23:13:16 2006 for WifiDog by  doxygen 1.4.4