OSDN Git Service

add wifi_config.h file
[android-x86/hardware-libhardware_legacy.git] / include / hardware_legacy / wifi_config.h
1 #include "wifi_hal.h"\r
2 \r
3 #ifndef __WIFI_HAL_CONFIG_H\r
4 #define __WIFI_HAL_CONFIG_H\r
5 \r
6 #ifdef __cplusplus\r
7 extern "C"\r
8 {\r
9 #endif /* __cplusplus */\r
10 \r
11 #define CONFIG_MAJOR_VERSION      1\r
12 #define CONFIG_MINOR_VERSION      0\r
13 #define CONFIG_MICRO_VERSION      0\r
14 \r
15 typedef int wifi_radio;\r
16 \r
17 // whether the wifi chipset wakes at every dtim beacon or a multiple of the dtim period\r
18 wifi_error wifi_extended_dtim_config_set(wifi_request_id id,\r
19         wifi_interface_handle iface, int extended_dtim);\r
20 \r
21 \r
22 #ifdef __cplusplus\r
23 }\r
24 \r
25 #endif /* __cplusplus */\r
26 \r
27 #endif /*__WIFI_HAL_STATS_ */\r
28 \r