dot11hddlib.h
来自「PNE 3.3 wlan source code, running at mor」· C头文件 代码 · 共 30 行
H
30 行
/* dot11HddLib.h - Contains function prototypes for the built-in HDD types*//* Copyright 2004 Wind River Systems, Inc. *//*Modification History--------------------02a,25aug04,rb Wind River Wireless Ethernet Driver 2.0 FCS*/#ifndef __INCdot11HddLibh#define __INCdot11HddLibh#ifdef __cplusplusextern "C" {#endif /* __cplusplus *//* Atheros device driver chip set device and vendor identifiers */#define AR_PCI_VEN_ID (0x168C)#define AR_PCI_DEV_AR5211 (0x0012)#define AR_PCI_DEV_AR5212 (0x0013)/* This is the initialize function for the AR521X driver for Atheros based802.11 A/B/G solutions using the Atheros 5211/5212 MAC */STATUS ar52Initialize ( DOT11_FW * pDot11 );#ifdef __cplusplus }#endif /* __cplusplus */#endif /* __INCdot11JddLibh */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?