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 40 of file src/client_list.h.


Field Documentation

t_counters _t_client::counters
 

Counters for input/output of the client.

Definition at line 50 of file wifidog-1.1.1/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 47 of file wifidog-1.1.1/src/client_list.h.

unsigned int _t_client::fw_connection_state
 

Connection state in the firewall.

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

char* _t_client::ip
 

Client Ip address.

Definition at line 42 of file wifidog-1.1.1/src/client_list.h.

char* _t_client::ip
 

Client Ip address.

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

char* _t_client::mac
 

Client Mac address.

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

char* _t_client::mac
 

Client Mac address.

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

struct _t_client* _t_client::next
 

Pointer to the next client.

Definition at line 41 of file wifidog-1.1.1/src/client_list.h.

struct _t_client* _t_client::next
 

Pointer to the next client.

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

char* _t_client::token
 

Client token.

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

char* _t_client::token
 

Client token.

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


The documentation for this struct was generated from the following files:
Generated on Sun Apr 3 20:04:46 2005 for WifiDog by  doxygen 1.4.1