Searched refs:WL_CHANSPEC_BW_8080 (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/shared/bcmwifi/include/
H A Dbcmwifi_channels.h91 #define WL_CHANSPEC_BW_8080 0x3000 macro
175 #define CHSPEC_IS8080(chspec) (((chspec) & WL_CHANSPEC_BW_MASK) == WL_CHANSPEC_BW_8080)
204 CHSPEC_BW(chspec) == WL_CHANSPEC_BW_8080)
208 * but have different numeric values; (WL_CHANSPEC_BW_160 < WL_CHANSPEC_BW_8080).
215 (bw == WL_CHANSPEC_BW_160 || bw == WL_CHANSPEC_BW_8080)) ||\
220 (bw == WL_CHANSPEC_BW_160 || bw == WL_CHANSPEC_BW_8080)) ||\
225 (bw == WL_CHANSPEC_BW_160 || bw == WL_CHANSPEC_BW_8080)) &&\
230 (bw == WL_CHANSPEC_BW_160 || bw == WL_CHANSPEC_BW_8080)) &&\
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/bcmwifi/src/
H A Dbcmwifi_channels.c421 chspec_bw = WL_CHANSPEC_BW_8080;
483 else if (chspec_bw != WL_CHANSPEC_BW_8080) {
573 if (chspec_bw == WL_CHANSPEC_BW_8080) {
605 chspec_bw == WL_CHANSPEC_BW_8080) {
638 if (chspec_bw == WL_CHANSPEC_BW_8080) {
1042 WL_CHANSPEC_BW_8080 |
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dbcmwifi.c636 chspec_bw = WL_CHANSPEC_BW_8080;
698 else if (chspec_bw != WL_CHANSPEC_BW_8080) {
795 if (chspec_bw == WL_CHANSPEC_BW_8080) {
860 if (chspec_bw == WL_CHANSPEC_BW_8080) {
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dbcmwifi.h163 #define WL_CHANSPEC_BW_8080 0x3000 macro
236 #define CHSPEC_IS8080(chspec) (((chspec) & WL_CHANSPEC_BW_MASK) == WL_CHANSPEC_BW_8080)

Completed in 45 milliseconds