Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
libipw_geo.c File Reference
#include <linux/compiler.h>
#include <linux/errno.h>
#include <linux/if_arp.h>
#include <linux/in6.h>
#include <linux/in.h>
#include <linux/ip.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/netdevice.h>
#include <linux/proc_fs.h>
#include <linux/skbuff.h>
#include <linux/tcp.h>
#include <linux/types.h>
#include <linux/wireless.h>
#include <linux/etherdevice.h>
#include <asm/uaccess.h>
#include "libipw.h"

Go to the source code of this file.

Functions

int libipw_is_valid_channel (struct libipw_device *ieee, u8 channel)
 
int libipw_channel_to_index (struct libipw_device *ieee, u8 channel)
 
u32 libipw_channel_to_freq (struct libipw_device *ieee, u8 channel)
 
u8 libipw_freq_to_channel (struct libipw_device *ieee, u32 freq)
 
int libipw_set_geo (struct libipw_device *ieee, const struct libipw_geo *geo)
 
struct libipw_geolibipw_get_geo (struct libipw_device *ieee)
 
u8 libipw_get_channel_flags (struct libipw_device *ieee, u8 channel)
 
struct libipw_channellibipw_get_channel (struct libipw_device *ieee, u8 channel)
 
 EXPORT_SYMBOL (libipw_get_channel)
 
 EXPORT_SYMBOL (libipw_get_channel_flags)
 
 EXPORT_SYMBOL (libipw_is_valid_channel)
 
 EXPORT_SYMBOL (libipw_freq_to_channel)
 
 EXPORT_SYMBOL (libipw_channel_to_freq)
 
 EXPORT_SYMBOL (libipw_channel_to_index)
 
 EXPORT_SYMBOL (libipw_set_geo)
 
 EXPORT_SYMBOL (libipw_get_geo)
 

Function Documentation

EXPORT_SYMBOL ( libipw_get_channel  )
EXPORT_SYMBOL ( libipw_get_channel_flags  )
EXPORT_SYMBOL ( libipw_is_valid_channel  )
EXPORT_SYMBOL ( libipw_freq_to_channel  )
EXPORT_SYMBOL ( libipw_channel_to_freq  )
EXPORT_SYMBOL ( libipw_channel_to_index  )
EXPORT_SYMBOL ( libipw_set_geo  )
EXPORT_SYMBOL ( libipw_get_geo  )
u32 libipw_channel_to_freq ( struct libipw_device ieee,
u8  channel 
)

Definition at line 96 of file libipw_geo.c.

int libipw_channel_to_index ( struct libipw_device ieee,
u8  channel 
)

Definition at line 74 of file libipw_geo.c.

u8 libipw_freq_to_channel ( struct libipw_device ieee,
u32  freq 
)

Definition at line 111 of file libipw_geo.c.

struct libipw_channel* libipw_get_channel ( struct libipw_device ieee,
u8  channel 
)
read

Definition at line 173 of file libipw_geo.c.

u8 libipw_get_channel_flags ( struct libipw_device ieee,
u8  channel 
)

Definition at line 154 of file libipw_geo.c.

struct libipw_geo* libipw_get_geo ( struct libipw_device ieee)
read

Definition at line 149 of file libipw_geo.c.

int libipw_is_valid_channel ( struct libipw_device ieee,
u8  channel 
)

Definition at line 45 of file libipw_geo.c.

int libipw_set_geo ( struct libipw_device ieee,
const struct libipw_geo geo 
)

Definition at line 135 of file libipw_geo.c.