[PSDK]
[reactos.git] / include / psdk / wlantypes.h
1 #ifndef __WLANTYPES_H__
2 #define __WLANTYPES_H__
3
4 typedef enum _DOT11_BSS_TYPE {
5 dot11_BSS_type_infrastructure = 1,
6 dot11_BSS_type_independent,
7 dot11_BSS_type_any
8 } DOT11_BSS_TYPE;
9
10
11 #endif
12