Searched defs:bw (Results 1 - 1 of 1) sorted by relevance

/hardware/broadcom/wlan/bcm4329/src/shared/
H A Dbcmwifi.c54 const char *band, *bw, *sb; local
58 bw = "";
74 bw = "n";
78 snprintf(buf, 6, "%d%s%s%s", channel, band, bw, sb);
87 uint channel, band, bw, ctl_sb; local
100 bw = WL_CHANSPEC_BW_20;
120 bw = WL_CHANSPEC_BW_10;
122 bw = WL_CHANSPEC_BW_40;
130 bw = WL_CHANSPEC_BW_40;
142 return (channel | band | bw | ctl_s
[all...]

Completed in 47 milliseconds