Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
hostap_ioctl.c File Reference
#include <linux/slab.h>
#include <linux/types.h>
#include <linux/sched.h>
#include <linux/ethtool.h>
#include <linux/if_arp.h>
#include <linux/module.h>
#include <linux/etherdevice.h>
#include <net/lib80211.h>
#include "hostap_wlan.h"
#include "hostap.h"
#include "hostap_ap.h"

Go to the source code of this file.

Functions

int hostap_ioctl (struct net_device *dev, struct ifreq *ifr, int cmd)
 

Variables

struct ethtool_ops prism2_ethtool_ops
 
struct iw_handler_def hostap_iw_handler_def
 

Function Documentation

int hostap_ioctl ( struct net_device dev,
struct ifreq ifr,
int  cmd 
)

Definition at line 3964 of file hostap_ioctl.c.

Variable Documentation

struct iw_handler_def hostap_iw_handler_def
Initial value:
=
{
.num_standard = ARRAY_SIZE(prism2_handler),
.num_private = ARRAY_SIZE(prism2_private_handler),
.num_private_args = ARRAY_SIZE(prism2_priv),
.standard = (iw_handler *) prism2_handler,
.private = (iw_handler *) prism2_private_handler,
.private_args = (struct iw_priv_args *) prism2_priv,
.get_wireless_stats = hostap_get_wireless_stats,
}

Definition at line 3952 of file hostap_ioctl.c.

struct ethtool_ops prism2_ethtool_ops
Initial value:
= {
.get_drvinfo = prism2_get_drvinfo
}

Definition at line 3877 of file hostap_ioctl.c.