Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
mac80211_hwsim.h
Go to the documentation of this file.
1 /*
2  * mac80211_hwsim - software simulator of 802.11 radio(s) for mac80211
3  * Copyright (c) 2008, Jouni Malinen <[email protected]>
4  * Copyright (c) 2011, Javier Lopez <[email protected]>
5  *
6  * This program is free software; you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License version 2 as
8  * published by the Free Software Foundation.
9  */
10 
11 #ifndef __MAC80211_HWSIM_H
12 #define __MAC80211_HWSIM_H
13 
29 };
30 
70 enum {
76 };
77 #define HWSIM_CMD_MAX (_HWSIM_CMD_MAX - 1)
78 
101 enum {
112 };
113 #define HWSIM_ATTR_MAX (__HWSIM_ATTR_MAX - 1)
114 
131 } __packed;
132 
133 #endif /* __MAC80211_HWSIM_H */