Home
last modified time | relevance | path

Searched defs:chanmode (Results 1 – 2 of 2) sorted by relevance

/external/iw/
Diw.h94 struct chanmode { struct
95 const char *name;
96 unsigned int width;
97 int freq1_diff;
98 int chantype; /* for older kernel */
Dutil.c746 static const struct chanmode chanmode[] = { in parse_freqchan() local
1666 int get_cf1(const struct chanmode *chanmode, unsigned long freq) in get_cf1()