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

Go to the source code of this file.

Macros

#define SPY_NUMBER(priv)   (priv->spy_data.spy_number)
 
#define WPA_OUI_TYPE   "\x00\x50\xF2\x01"
 
#define WPA_SELECTOR_LEN   4
 

Functions

void set_port_type (struct orinoco_private *priv)
 
int orinoco_commit (struct orinoco_private *priv)
 
void orinoco_reset (struct work_struct *work)
 

Variables

int force_monitor
 

Macro Definition Documentation

#define SPY_NUMBER (   priv)    (priv->spy_data.spy_number)

Definition at line 17 of file main.h.

#define WPA_OUI_TYPE   "\x00\x50\xF2\x01"

Definition at line 36 of file main.h.

#define WPA_SELECTOR_LEN   4

Definition at line 37 of file main.h.

Function Documentation

int orinoco_commit ( struct orinoco_private priv)

Definition at line 1834 of file main.c.

void orinoco_reset ( struct work_struct work)

Definition at line 1740 of file main.c.

void set_port_type ( struct orinoco_private priv)

Definition at line 224 of file main.c.

Variable Documentation

int force_monitor

Definition at line 133 of file main.c.