OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:iw_freq
(Results
1 - 3
of
3
) sorted by null
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-2471/
poc.c
71
struct
iw_freq
{
struct
85
struct
iw_freq
freq; /* frequency or channel :
120
struct
iw_freq
channel_list[IW_MAX_FREQUENCIES];
/bionic/libc/kernel/uapi/linux/
wireless.h
270
struct
iw_freq
{
struct
307
struct
iw_freq
channel_list[IW_MAX_FREQUENCIES];
353
struct
iw_freq
freq;
417
struct
iw_freq
freq[IW_MAX_FREQUENCIES];
434
#define IW_EV_FREQ_LEN (IW_EV_LCP_LEN + sizeof(struct
iw_freq
))
443
#define IW_EV_FREQ_PK_LEN (IW_EV_LCP_PK_LEN + sizeof(struct
iw_freq
))
/external/kernel-headers/original/uapi/linux/
wireless.h
161
* - Make struct
iw_freq
signed (both m & e), add explicit padding
410
#define IW_PRIV_TYPE_FLOAT 0x5000 /* struct
iw_freq
*/
700
struct
iw_freq
{
struct
794
struct
iw_freq
channel_list[IW_MAX_FREQUENCIES];
[
all
...]
Completed in 236 milliseconds