00001 /* src/include/wlan/p80211metamib.h 00002 * 00003 * Macros, const, types, and funcs for p80211 mib metadata 00004 * 00005 * Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. 00006 * -------------------------------------------------------------------- 00007 * 00008 * linux-wlan 00009 * 00010 * The contents of this file are subject to the Mozilla Public 00011 * License Version 1.1 (the "License"); you may not use this file 00012 * except in compliance with the License. You may obtain a copy of 00013 * the License at http://www.mozilla.org/MPL/ 00014 * 00015 * Software distributed under the License is distributed on an "AS 00016 * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or 00017 * implied. See the License for the specific language governing 00018 * rights and limitations under the License. 00019 * 00020 * Alternatively, the contents of this file may be used under the 00021 * terms of the GNU Public License version 2 (the "GPL"), in which 00022 * case the provisions of the GPL are applicable instead of the 00023 * above. If you wish to allow the use of your version of this file 00024 * only under the terms of the GPL and not to allow others to use 00025 * your version of this file under the MPL, indicate your decision 00026 * by deleting the provisions above and replace them with the notice 00027 * and other provisions required by the GPL. If you do not delete 00028 * the provisions above, a recipient may use your version of this 00029 * file under either the MPL or the GPL. 00030 * 00031 * -------------------------------------------------------------------- 00032 * 00033 * Inquiries regarding the linux-wlan Open Source project can be 00034 * made directly to: 00035 * 00036 * AbsoluteValue Systems Inc. 00037 * info@linux-wlan.com 00038 * http://www.linux-wlan.com 00039 * 00040 * -------------------------------------------------------------------- 00041 * 00042 * Portions of the development of this software were funded by 00043 * Intersil Corporation as part of PRISM(R) chipset product development. 00044 * 00045 * -------------------------------------------------------------------- 00046 * 00047 * This file declares some of the constants and types used in various 00048 * parts of the linux-wlan system. 00049 * 00050 * Notes: 00051 * - Constant values are always in HOST byte order. 00052 * 00053 * All functions and statics declared here are implemented in p80211types.c 00054 * -------------------------------------------------------------------- 00055 */ 00056 00057 #ifndef _P80211METAMIB_H 00058 #define _P80211METAMIB_H 00059 00060 /*================================================================*/ 00061 /* System Includes */ 00062 00063 /*================================================================*/ 00064 /* Project Includes */ 00065 00066 #ifndef _WLAN_COMPAT_H 00067 #include <wlan/wlan_compat.h> 00068 #endif 00069 00070 /*================================================================*/ 00071 /* Constants */ 00072 00073 /*----------------------------------------------------------------*/ 00074 /* */ 00075 00076 /*================================================================*/ 00077 /* Macros */ 00078 00079 /*----------------------------------------------------------------*/ 00080 /* */ 00081 00082 /*================================================================*/ 00083 /* Types */ 00084 00085 /*----------------------------------------------------------------*/ 00086 /* */ 00087 00088 /*================================================================*/ 00089 /* Extern Declarations */ 00090 00091 /*----------------------------------------------------------------*/ 00092 /* The following is the external declaration for the mib */ 00093 /* category metadata list */ 00094 00095 extern catlistitem_t mib_catlist[]; 00096 extern UINT32 mib_catlist_size; 00097 00098 00099 /*================================================================*/ 00100 /* Function Declarations */ 00101 00102 /*----------------------------------------------------------------*/ 00103 /* */ 00104 00105 #endif /* _P80211METAMIB_H */