Searched refs:WL_CHANSPEC_BW_20 (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dbcmwifi.c130 bw = WL_CHANSPEC_BW_20;
252 ctl_chspec = channel | WL_CHANSPEC_BW_20 | WL_CHANSPEC_CTL_SB_NONE;
578 chspec_bw = WL_CHANSPEC_BW_20;
601 chspec_bw = WL_CHANSPEC_BW_20;
691 else if (chspec_bw == WL_CHANSPEC_BW_20) {
790 if (chspec_bw != WL_CHANSPEC_BW_20 &&
807 } else if (chspec_bw == WL_CHANSPEC_BW_20 || chspec_bw == WL_CHANSPEC_BW_40 ||
823 if (chspec_bw == WL_CHANSPEC_BW_20) {
852 if (chspec_bw == WL_CHANSPEC_BW_20) {
875 if (chspec_bw == WL_CHANSPEC_BW_20 || chspec_b
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dbcmwifi.h64 #define WL_CHANSPEC_BW_20 0x0800 macro
81 #define CH20MHZ_CHSPEC(channel) (chanspec_t)((chanspec_t)(channel) | WL_CHANSPEC_BW_20 | \
108 #define CHSPEC_IS20(chspec) (((chspec) & WL_CHANSPEC_BW_MASK) == WL_CHANSPEC_BW_20)
159 #define WL_CHANSPEC_BW_20 0x1000 macro
181 #define CH20MHZ_CHSPEC(channel) (chanspec_t)((chanspec_t)(channel) | WL_CHANSPEC_BW_20 | \
225 #define CHSPEC_IS20(chspec) (((chspec) & WL_CHANSPEC_BW_MASK) == WL_CHANSPEC_BW_20)
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/bcmwifi/src/
H A Dbcmwifi_channels.c363 chspec_bw = WL_CHANSPEC_BW_20;
386 chspec_bw = WL_CHANSPEC_BW_20;
476 else if (chspec_bw == WL_CHANSPEC_BW_20) {
568 if (chspec_bw != WL_CHANSPEC_BW_20 &&
582 } else if (chspec_bw == WL_CHANSPEC_BW_20 || chspec_bw == WL_CHANSPEC_BW_40 ||
598 if (chspec_bw == WL_CHANSPEC_BW_20) {
630 if (chspec_bw == WL_CHANSPEC_BW_20) {
652 if (chspec_bw == WL_CHANSPEC_BW_20 || chspec_bw == WL_CHANSPEC_BW_40) {
667 if (chspec_bw == WL_CHANSPEC_BW_20) {
762 ctl_chspec = ctl_chan | WL_CHANSPEC_BW_20;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/bcmwifi/include/
H A Dbcmwifi_channels.h87 #define WL_CHANSPEC_BW_20 0x1000 macro
116 #define CH20MHZ_CHSPEC(channel) (chanspec_t)((chanspec_t)(channel) | WL_CHANSPEC_BW_20 | \
164 #define CHSPEC_IS20(chspec) (((chspec) & WL_CHANSPEC_BW_MASK) == WL_CHANSPEC_BW_20)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/shared/
H A Dbroadcom.c3815 c |= WL_CHANSPEC_BW_20;
3816 bandwidth = WL_CHANSPEC_BW_20;

Completed in 80 milliseconds