31 lines
		
	
	
		
			440 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			440 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
| #ifndef _DXWIFI_H_
 | |
| #define _DXWIFI_H_
 | |
| /**
 | |
|     DxWiFi.h
 | |
| 
 | |
|     WiFi common interface
 | |
|     @file       DxWiFi.h
 | |
|     @ingroup    mISYSAlg
 | |
|     @note       Nothing (or anything need to be mentioned).
 | |
| 
 | |
|     Copyright   Novatek Microelectronics Corp. 2012.  All rights reserved.
 | |
| */
 | |
| 
 | |
| 
 | |
| /**
 | |
|     Power on WiFi
 | |
| 
 | |
|     @return void
 | |
| */
 | |
| void DrvWiFi_PowerOn(void);
 | |
| 
 | |
| /**
 | |
|     Power off WiFi
 | |
| 
 | |
|     @return void
 | |
| */
 | |
| void DrvWiFi_PowerOff(void);
 | |
| 
 | |
| #endif //_DXWIFI_H_
 | |
| 
 | 
