Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
network.h File Reference
#include <linux/types.h>

Go to the source code of this file.

Macros

#define IPW_CHANNEL_RAS   0
 
#define IPW_CHANNEL_DIALLER   1
 
#define IPW_CHANNEL_CONSOLE   2
 
#define NO_OF_IPW_CHANNELS   5
 

Functions

void ipwireless_network_notify_control_line_change (struct ipw_network *net, unsigned int channel_idx, unsigned int control_lines, unsigned int control_mask)
 
void ipwireless_network_packet_received (struct ipw_network *net, unsigned int channel_idx, unsigned char *data, unsigned int length)
 
struct ipw_networkipwireless_network_create (struct ipw_hardware *hw)
 
void ipwireless_network_free (struct ipw_network *net)
 
void ipwireless_associate_network_tty (struct ipw_network *net, unsigned int channel_idx, struct ipw_tty *tty)
 
void ipwireless_disassociate_network_ttys (struct ipw_network *net, unsigned int channel_idx)
 
void ipwireless_ppp_open (struct ipw_network *net)
 
void ipwireless_ppp_close (struct ipw_network *net)
 
int ipwireless_ppp_channel_index (struct ipw_network *net)
 
int ipwireless_ppp_unit_number (struct ipw_network *net)
 
int ipwireless_ppp_mru (const struct ipw_network *net)
 

Macro Definition Documentation

#define IPW_CHANNEL_CONSOLE   2

Definition at line 30 of file network.h.

#define IPW_CHANNEL_DIALLER   1

Definition at line 29 of file network.h.

#define IPW_CHANNEL_RAS   0

Definition at line 28 of file network.h.

#define NO_OF_IPW_CHANNELS   5

Definition at line 31 of file network.h.

Function Documentation

void ipwireless_associate_network_tty ( struct ipw_network net,
unsigned int  channel_idx,
struct ipw_tty tty 
)

Definition at line 447 of file network.c.

void ipwireless_disassociate_network_ttys ( struct ipw_network net,
unsigned int  channel_idx 
)

Definition at line 460 of file network.c.

struct ipw_network* ipwireless_network_create ( struct ipw_hardware hw)
read

Definition at line 412 of file network.c.

void ipwireless_network_free ( struct ipw_network net)

Definition at line 433 of file network.c.

void ipwireless_network_notify_control_line_change ( struct ipw_network net,
unsigned int  channel_idx,
unsigned int  control_lines,
unsigned int  control_mask 
)

Definition at line 311 of file network.c.

void ipwireless_network_packet_received ( struct ipw_network net,
unsigned int  channel_idx,
unsigned char data,
unsigned int  length 
)

Definition at line 361 of file network.c.

int ipwireless_ppp_channel_index ( struct ipw_network net)

Definition at line 484 of file network.c.

void ipwireless_ppp_close ( struct ipw_network net)

Definition at line 476 of file network.c.

int ipwireless_ppp_mru ( const struct ipw_network net)

Definition at line 510 of file network.c.

void ipwireless_ppp_open ( struct ipw_network net)

Definition at line 469 of file network.c.

int ipwireless_ppp_unit_number ( struct ipw_network net)

Definition at line 497 of file network.c.