Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
wpactl.c File Reference
#include "wpactl.h"
#include "key.h"
#include "mac.h"
#include "device.h"
#include "wmgr.h"
#include "iocmd.h"
#include "iowpa.h"
#include "control.h"
#include "rndis.h"
#include "rf.h"

Go to the source code of this file.

Macros

#define VIAWGET_WPA_MAX_BUF_SIZE   1024
 

Functions

int wpa_set_wpadev (PSDevice pDevice, int val)
 
int wpa_set_keys (PSDevice pDevice, void *ctx, BOOL fcpfkernel)
 
int wpa_ioctl (PSDevice pDevice, struct iw_point *p)
 

Macro Definition Documentation

#define VIAWGET_WPA_MAX_BUF_SIZE   1024

Definition at line 47 of file wpactl.c.

Function Documentation

int wpa_ioctl ( PSDevice  pDevice,
struct iw_point p 
)

Definition at line 829 of file wpactl.c.

int wpa_set_keys ( PSDevice  pDevice,
void ctx,
BOOL  fcpfkernel 
)

Definition at line 188 of file wpactl.c.

int wpa_set_wpadev ( PSDevice  pDevice,
int  val 
)

Definition at line 168 of file wpactl.c.