wpa_supplicant / hostapd  2.5
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
qca-vendor-attr.h
Go to the documentation of this file.
1 
5 #ifndef QCA_VENDOR_ATTR_H
6 #define QCA_VENDOR_ATTR_H
7 
8 /*
9  * This file defines some of the attributes used with Qualcomm Atheros OUI
10  * 00:13:74 in a way that is not suitable for qca-vendor.h, e.g., due to
11  * compiler dependencies.
12  */
13 
15  u32 start_freq;
16  u32 end_freq;
17 } __attribute__ ((packed));
18 
20  u32 count;
21  struct qca_avoid_freq_range range[0];
22 } __attribute__ ((packed));
23 
24 #endif /* QCA_VENDOR_ATTR_H */
Definition: qca-vendor-attr.h:19
Definition: qca-vendor-attr.h:14