Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
hostap.c File Reference
#include "hostap.h"
#include "iocmd.h"
#include "mac.h"
#include "card.h"
#include "baseband.h"
#include "wpactl.h"
#include "key.h"

Go to the source code of this file.

Macros

#define VIAWGET_HOSTAPD_MAX_BUF_SIZE   1024
 
#define HOSTAP_CRYPT_FLAG_SET_TX_KEY   BIT0
 
#define HOSTAP_CRYPT_ERR_UNKNOWN_ADDR   3
 
#define HOSTAP_CRYPT_ERR_KEY_SET_FAILED   5
 

Functions

int vt6655_hostap_set_hostapd (PSDevice pDevice, int val, int rtnl_locked)
 
int vt6655_hostap_ioctl (PSDevice pDevice, struct iw_point *p)
 

Macro Definition Documentation

#define HOSTAP_CRYPT_ERR_KEY_SET_FAILED   5

Definition at line 44 of file hostap.c.

#define HOSTAP_CRYPT_ERR_UNKNOWN_ADDR   3

Definition at line 43 of file hostap.c.

#define HOSTAP_CRYPT_FLAG_SET_TX_KEY   BIT0

Definition at line 42 of file hostap.c.

#define VIAWGET_HOSTAPD_MAX_BUF_SIZE   1024

Definition at line 41 of file hostap.c.

Function Documentation

int vt6655_hostap_ioctl ( PSDevice  pDevice,
struct iw_point p 
)

Definition at line 750 of file hostap.c.

int vt6655_hostap_set_hostapd ( PSDevice  pDevice,
int  val,
int  rtnl_locked 
)

Definition at line 179 of file hostap.c.