?? func_own_wlan_detection.h
字號:
/******************************************************************************
*
* Purpose: Own WLAN Detection Functions
*
* Creator: Paul v/d Linden
*
* Version: $Revision: 10 $
*
* File Name: $Workfile: Func_Own_WLAN_Detection.h $
*
* Author: Paul v/d Linden
*
* Check in: $Author: Chong.cheeleong $
*
* The information is provided 揳s is?without any express or implied warranty
* of any kind, * including warranties of merchantability, noninfringement of
* intellectual property, or fitness for any particular purpose. In no event sha
* Wireless Sound Solutions and/or its affiliate companies, or its suppliers be
* liable for any damages whatsoever arising out of the use of or inability to
* use the information or the materials. Wireless Sound Solutions, its affiliate
* companies, and its suppliers further do not warrant the accuracy or
* completeness of information, text, graphics, or other items contained within
* materials. Wireless Sound Solutions, Inc., may make changes to materials, or
* the products described within, at any time, without notice.
* 2007 Wireless Sound Solutions. All rights reserved. Wireless Sound Solutions
* STS and STS-wireless are trademarks of Wireless Sound Solutions.
******************************************************************************/
#ifndef OWN_WLAN_DET_H
#define OWN_WLAN_DET_H
void Handle_Own_WLAN_Detection_Init (void);
void Handle_Own_WLAN_Detection_MainLoop (void);
void Handle_Disable_Mask_DisableSniffer(void);
extern volatile unsigned char Process_New_Frame_Own_WLAN_Det;
extern unsigned char RF_Used;
extern unsigned char OwnWLANMask;
extern unsigned char Disable_Mask;
extern unsigned char DARR_Sniffer_Enabled;
extern unsigned char QUIN_Reg;
extern unsigned char OwnWLANDetLevel;
extern volatile unsigned char BadLink_Cnt;
extern volatile unsigned char RFMR_Cnt;
extern volatile unsigned char ASTH_Reg;
extern unsigned char Freq_Cnt_Reduc_Time;
extern unsigned char REDUCE_ASTH_TIMOUT;
extern unsigned char DISABLE_MASK_TIME;
extern unsigned char Backup_ASTH_Reg;
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -