Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenwlantypes.h
Go to the documentation of this file.
00001 #ifndef __WLANTYPES_H__ 00002 #define __WLANTYPES_H__ 00003 00004 typedef enum _DOT11_BSS_TYPE { 00005 dot11_BSS_type_infrastructure = 1, 00006 dot11_BSS_type_independent, 00007 dot11_BSS_type_any 00008 } DOT11_BSS_TYPE; 00009 00010 00011 #endif 00012 Generated on Sat May 26 2012 04:31:49 for ReactOS by
1.7.6.1
|