wpa_supplicant / hostapd
2.5
Main Page
Related Pages
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
src
common
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
14
struct
qca_avoid_freq_range
{
15
u32 start_freq;
16
u32 end_freq;
17
} __attribute__ ((packed));
18
19
struct
qca_avoid_freq_list
{
20
u32 count;
21
struct
qca_avoid_freq_range
range[0];
22
} __attribute__ ((packed));
23
24
#endif
/* QCA_VENDOR_ATTR_H */
qca_avoid_freq_list
Definition:
qca-vendor-attr.h:19
qca_avoid_freq_range
Definition:
qca-vendor-attr.h:14
Generated on Sun Sep 27 2015 22:08:07 for wpa_supplicant / hostapd by
1.8.6