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

/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dbcmwifi.h62 #define WL_CHANSPEC_BW_SHIFT 10 macro
156 #define WL_CHANSPEC_BW_SHIFT 11 macro
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/bcmwifi/src/
H A Dbcmwifi_channels.c156 bw = (chspec & WL_CHANSPEC_BW_MASK) >> WL_CHANSPEC_BW_SHIFT;
260 bw = wf_chspec_bw_str[(chspec & WL_CHANSPEC_BW_MASK) >> WL_CHANSPEC_BW_SHIFT];
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dbcmwifi.c371 bw = (chspec & WL_CHANSPEC_BW_MASK) >> WL_CHANSPEC_BW_SHIFT;
475 bw = wf_chspec_bw_str[(chspec & WL_CHANSPEC_BW_MASK) >> WL_CHANSPEC_BW_SHIFT];
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/bcmwifi/include/
H A Dbcmwifi_channels.h84 #define WL_CHANSPEC_BW_SHIFT 11 macro

Completed in 109 milliseconds