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 - 2
of
2
) 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
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
)
Completed in 16 milliseconds