Searched refs:chspec_band (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/shared/bcmwifi/src/
H A Dbcmwifi_channels.c321 uint chspec_ch, chspec_band, bw, chspec_bw, chspec_sb; local
342 chspec_band = WL_CHANSPEC_BAND_2G;
344 chspec_band = WL_CHANSPEC_BAND_5G;
357 chspec_band = ((ctl_ch <= CH_MAX_2G_CHANNEL) ?
405 if (chspec_band == WL_CHANSPEC_BAND_2G && bw == 40) {
457 * chspec_band, ctl_ch, chspec_bw, sb_ul, ch1, ch2.
458 * chspec_band and chspec_bw are chanspec values.
545 chspec = (chspec_ch | chspec_band | chspec_bw | chspec_sb);
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dbcmwifi.c536 uint chspec_ch, chspec_band, bw, chspec_bw, chspec_sb; local
557 chspec_band = WL_CHANSPEC_BAND_2G;
559 chspec_band = WL_CHANSPEC_BAND_5G;
572 chspec_band = ((ctl_ch <= CH_MAX_2G_CHANNEL) ?
620 if (chspec_band == WL_CHANSPEC_BAND_2G && bw == 40) {
672 * chspec_band, ctl_ch, chspec_bw, sb_ul, ch1, ch2.
673 * chspec_band and chspec_bw are chanspec values.
767 chspec = (chspec_ch | chspec_band | chspec_bw | chspec_sb);

Completed in 67 milliseconds