OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WL_CHANSPEC_BW_20
(Results
1 - 3
of
3
) sorted by null
/hardware/broadcom/wlan/bcm4329/dhdutil/include/
bcmwifi.h
54
#define
WL_CHANSPEC_BW_20
0x0800
73
#define CH20MHZ_CHSPEC(channel) (chanspec_t)((chanspec_t)(channel) |
WL_CHANSPEC_BW_20
| \
100
#define CHSPEC_IS20(chspec) (((chspec) & WL_CHANSPEC_BW_MASK) ==
WL_CHANSPEC_BW_20
)
107
#define CHSPEC_IS20_UNCOND(chspec) (((chspec) & WL_CHANSPEC_BW_MASK) ==
WL_CHANSPEC_BW_20
)
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmwifi.h
52
#define
WL_CHANSPEC_BW_20
0x0800
71
#define CH20MHZ_CHSPEC(channel) (chanspec_t)((chanspec_t)(channel) |
WL_CHANSPEC_BW_20
| \
98
#define CHSPEC_IS20(chspec) (((chspec) & WL_CHANSPEC_BW_MASK) ==
WL_CHANSPEC_BW_20
)
105
#define CHSPEC_IS20_UNCOND(chspec) (((chspec) & WL_CHANSPEC_BW_MASK) ==
WL_CHANSPEC_BW_20
)
bcmwifi_channels.h
61
#define
WL_CHANSPEC_BW_20
0x0800
75
#define CH20MHZ_CHSPEC(channel) (chanspec_t)((chanspec_t)(channel) |
WL_CHANSPEC_BW_20
| \
102
#define CHSPEC_IS20(chspec) (((chspec) & WL_CHANSPEC_BW_MASK) ==
WL_CHANSPEC_BW_20
)
153
#define
WL_CHANSPEC_BW_20
0x1000
175
#define CH20MHZ_CHSPEC(channel) (chanspec_t)((chanspec_t)(channel) |
WL_CHANSPEC_BW_20
| \
219
#define CHSPEC_IS20(chspec) (((chspec) & WL_CHANSPEC_BW_MASK) ==
WL_CHANSPEC_BW_20
)
Completed in 55 milliseconds