OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:chanspec_t
(Results
1 - 2
of
2
) sorted by null
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmwifi_channels.h
28
typedef uint16
chanspec_t
;
typedef
92
#define CH20MHZ_CHSPEC(channel) (
chanspec_t
)((
chanspec_t
)(channel) | WL_CHANSPEC_BW_20 | \
97
#define CH40MHZ_CHSPEC(channel, ctlsb) (
chanspec_t
) \
199
#define CH20MHZ_CHSPEC(channel) (
chanspec_t
)((
chanspec_t
)(channel) | WL_CHANSPEC_BW_20 | \
204
#define CH40MHZ_CHSPEC(channel, ctlsb) (
chanspec_t
) \
208
#define CH80MHZ_CHSPEC(channel, ctlsb) (
chanspec_t
) \
211
#define CH160MHZ_CHSPEC(channel, ctlsb) (
chanspec_t
) \
276
* These are the defines for the previous format of the
chanspec_t
[
all
...]
wlioctl.h
64
chanspec_t
list[1];
161
chanspec_t
chanspec; /* chanspec for bss */
203
chanspec_t
chanspec; /* chanspec for bss */
327
chanspec_t
channel; /* Channel num, bw, ctrl_sb and band */
517
chanspec_t
chanspec_list[1]; /* list of chanspecs */
692
chanspec_t
chanspec; /* Which channel? */
779
chanspec_t
chanspec;
798
chanspec_t
chanspec;
[
all
...]
Completed in 30 milliseconds