OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:channelFlags
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/isc/atheros_hal/dist/
ah_internal.h
131
uint32_t
channelFlags
;
234
uint16_t
channelFlags
,
454
#define IS_CHAN_A(_c) (((_c)->
channelFlags
& CHANNEL_A) == CHANNEL_A)
455
#define IS_CHAN_B(_c) (((_c)->
channelFlags
& CHANNEL_B) == CHANNEL_B)
456
#define IS_CHAN_G(_c) (((_c)->
channelFlags
& (CHANNEL_108G|CHANNEL_G)) == CHANNEL_G)
457
#define IS_CHAN_108G(_c)(((_c)->
channelFlags
& CHANNEL_108G) == CHANNEL_108G)
458
#define IS_CHAN_T(_c) (((_c)->
channelFlags
& CHANNEL_T) == CHANNEL_T)
460
(((_c)->
channelFlags
& CHANNEL_PUREG) == CHANNEL_PUREG)
462
#define IS_CHAN_TURBO(_c) (((_c)->
channelFlags
& CHANNEL_TURBO) != 0)
463
#define IS_CHAN_CCK(_c) (((_c)->
channelFlags
& CHANNEL_CCK) != 0
[
all
...]
ah.h
394
uint32_t
channelFlags
; /* see below */
402
/*
channelFlags
*/
Completed in 12 milliseconds
Indexes created Mon Sep 22 13:09:51 GMT 2025