Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
hostap.h File Reference
#include "device.h"

Go to the source code of this file.

Macros

#define WLAN_RATE_1M   BIT0
 
#define WLAN_RATE_2M   BIT1
 
#define WLAN_RATE_5M5   BIT2
 
#define WLAN_RATE_11M   BIT3
 
#define WLAN_RATE_6M   BIT4
 
#define WLAN_RATE_9M   BIT5
 
#define WLAN_RATE_12M   BIT6
 
#define WLAN_RATE_18M   BIT7
 
#define WLAN_RATE_24M   BIT8
 
#define WLAN_RATE_36M   BIT9
 
#define WLAN_RATE_48M   BIT10
 
#define WLAN_RATE_54M   BIT11
 
#define ETH_P_PAE   0x888E /* Port Access Entity (IEEE 802.1X) */
 
#define ARPHRD_IEEE80211   801
 

Functions

int vt6656_hostap_set_hostapd (PSDevice pDevice, int val, int rtnl_locked)
 
int vt6656_hostap_ioctl (PSDevice pDevice, struct iw_point *p)
 

Macro Definition Documentation

#define ARPHRD_IEEE80211   801

Definition at line 61 of file hostap.h.

#define ETH_P_PAE   0x888E /* Port Access Entity (IEEE 802.1X) */

Definition at line 57 of file hostap.h.

#define WLAN_RATE_11M   BIT3

Definition at line 39 of file hostap.h.

#define WLAN_RATE_12M   BIT6

Definition at line 42 of file hostap.h.

#define WLAN_RATE_18M   BIT7

Definition at line 43 of file hostap.h.

#define WLAN_RATE_1M   BIT0

Definition at line 36 of file hostap.h.

#define WLAN_RATE_24M   BIT8

Definition at line 44 of file hostap.h.

#define WLAN_RATE_2M   BIT1

Definition at line 37 of file hostap.h.

#define WLAN_RATE_36M   BIT9

Definition at line 45 of file hostap.h.

#define WLAN_RATE_48M   BIT10

Definition at line 46 of file hostap.h.

#define WLAN_RATE_54M   BIT11

Definition at line 47 of file hostap.h.

#define WLAN_RATE_5M5   BIT2

Definition at line 38 of file hostap.h.

#define WLAN_RATE_6M   BIT4

Definition at line 40 of file hostap.h.

#define WLAN_RATE_9M   BIT5

Definition at line 41 of file hostap.h.

Function Documentation

int vt6656_hostap_ioctl ( PSDevice  pDevice,
struct iw_point p 
)

Definition at line 697 of file hostap.c.

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

Definition at line 160 of file hostap.c.