|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/types.h>#include <linux/init.h>#include <linux/mm.h>#include <linux/errno.h>#include <linux/ioport.h>#include <linux/pci.h>#include <linux/kernel.h>#include <linux/netdevice.h>#include <linux/etherdevice.h>#include <linux/skbuff.h>#include <linux/delay.h>#include <linux/timer.h>#include <linux/slab.h>#include <linux/interrupt.h>#include <linux/string.h>#include <linux/wait.h>#include <linux/if_arp.h>#include <linux/sched.h>#include <linux/io.h>#include <linux/if.h>#include <linux/uaccess.h>#include <linux/proc_fs.h>#include <linux/inetdevice.h>#include <linux/reboot.h>#include <linux/wireless.h>#include <net/iw_handler.h>#include "device_cfg.h"#include "ttype.h"#include "80211hdr.h"#include "tether.h"#include "wmgr.h"#include "wcmd.h"#include "mib.h"#include "srom.h"#include "rc4.h"#include "desc.h"#include "key.h"#include "mac.h"Go to the source code of this file.
Data Structures | |
| struct | _PMKID_CANDIDATE |
| struct | _BSSID_INFO |
| struct | tagSPMKID |
| struct | tagSPMKIDCandidateEvent |
| struct | tagSQuietControl |
| struct | __chip_info_tbl |
| struct | tagSCacheEntry |
| struct | tagSCache |
| struct | tagSDeFragControlBlock |
| struct | _RxManagementQueue |
| struct | __device_opt |
| struct | __device_info |
Functions | |
| void | InitRxManagementQueue (PSDevice pDevice) |
| bool | device_dma0_xmit (PSDevice pDevice, struct sk_buff *skb, unsigned int uNodeIndex) |
| bool | device_alloc_frag_buf (PSDevice pDevice, PSDeFragControlBlock pDeF) |
| int | Config_FileOperation (PSDevice pDevice, bool fwrite, unsigned char *Parameter) |
| #define MULTICAST_ADDRESS_LIST_SIZE (MAX_MULTICAST_ADDRESS_NUM * ETH_ALEN) |
| typedef struct _BSSID_INFO BSSID_INFO |
| typedef struct __chip_info_tbl CHIP_INFO |
| typedef struct __device_info DEVICE_INFO |
| typedef enum __device_init_type DEVICE_INIT_TYPE |
| typedef enum __device_msg_level DEVICE_MSG_LEVEL |
| typedef enum _NDIS_802_11_WEP_STATUS NDIS_802_11_ENCRYPTION_STATUS |
| typedef enum _NDIS_802_11_STATUS_TYPE NDIS_802_11_STATUS_TYPE |
| typedef enum _NDIS_802_11_WEP_STATUS NDIS_802_11_WEP_STATUS |
| typedef struct __device_opt OPTIONS |
| typedef struct _BSSID_INFO * PBSSID_INFO |
| typedef struct __chip_info_tbl * PCHIP_INFO |
| typedef enum __device_init_type * PDEVICE_INIT_TYPE |
| typedef enum __device_msg_level * PDEVICE_MSG_LEVEL |
| typedef enum DEVICE_OWNER_TYPE * PDEVICE_OWNER_TYPE |
| typedef struct _PMKID_CANDIDATE PMKID_CANDIDATE |
| typedef enum _NDIS_802_11_WEP_STATUS * PNDIS_802_11_ENCRYPTION_STATUS |
| typedef enum _NDIS_802_11_STATUS_TYPE * PNDIS_802_11_STATUS_TYPE |
| typedef enum _NDIS_802_11_WEP_STATUS * PNDIS_802_11_WEP_STATUS |
| typedef struct __device_opt * POPTIONS |
| typedef struct _PMKID_CANDIDATE * PPMKID_CANDIDATE |
| typedef struct tagSCacheEntry * PSCacheEntry |
| typedef struct tagSDeFragControlBlock * PSDeFragControlBlock |
| typedef struct __device_info * PSDevice |
| typedef struct tagSQuietControl * PSQuietControl |
| typedef struct _RxManagementQueue* PSRxManagementQueue |
| typedef enum _VIA_BB_TYPE * PVIA_BB_TYPE |
| typedef enum _VIA_PKT_TYPE * PVIA_PKT_TYPE |
| typedef struct tagSCacheEntry SCacheEntry |
| typedef struct tagSQuietControl SQuietControl |
| typedef enum _VIA_BB_TYPE VIA_BB_TYPE |
| typedef enum _VIA_PKT_TYPE VIA_PKT_TYPE |
| enum __device_init_type |
| enum __device_msg_level |
| enum _VIA_BB_TYPE |
| enum _VIA_PKT_TYPE |
| enum DEVICE_OWNER_TYPE |
Definition at line 2949 of file device_main.c.
| bool device_alloc_frag_buf | ( | PSDevice | pDevice, |
| PSDeFragControlBlock | pDeF | ||
| ) |
Definition at line 1628 of file device_main.c.
Definition at line 2086 of file device_main.c.
Definition at line 1812 of file device_main.c.
1.8.2