OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAXCHANNEL
(Results
1 - 3
of
3
) sorted by null
/hardware/broadcom/wlan/bcm4329/dhdutil/include/
bcmwifi.h
40
#define
MAXCHANNEL
224
70
#define UPPER_20_SB(channel) (((channel) < (
MAXCHANNEL
- CH_10MHZ_APART)) ? \
76
#define NEXT_20MHZ_CHAN(channel) (((channel) < (
MAXCHANNEL
- CH_20MHZ_APART)) ? \
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmwifi.h
38
#define
MAXCHANNEL
224
68
#define UPPER_20_SB(channel) (((channel) < (
MAXCHANNEL
- CH_10MHZ_APART)) ? \
74
#define NEXT_20MHZ_CHAN(channel) (((channel) < (
MAXCHANNEL
- CH_20MHZ_APART)) ? \
bcmwifi_channels.h
40
#define
MAXCHANNEL
224
72
#define UPPER_20_SB(channel) (((channel) < (
MAXCHANNEL
- CH_10MHZ_APART)) ? \
78
#define NEXT_20MHZ_CHAN(channel) (((channel) < (
MAXCHANNEL
- CH_20MHZ_APART)) ? \
170
#define UPPER_20_SB(channel) (((channel) < (
MAXCHANNEL
- CH_10MHZ_APART)) ? \
178
#define NEXT_20MHZ_CHAN(channel) (((channel) < (
MAXCHANNEL
- CH_20MHZ_APART)) ? \
Completed in 23 milliseconds