| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | bcmwifi_channels.h | 107 #define WL_CHANSPEC_BW_160 0x2800 macro 161 WL_CHANSPEC_BW_160 | WL_CHANSPEC_BAND_5G) 220 #define CHSPEC_IS160(chspec) (((chspec) & WL_CHANSPEC_BW_MASK) == WL_CHANSPEC_BW_160) 248 #define BW_LE160(bw) (BW_LE80(bw) || ((bw) == WL_CHANSPEC_BW_160)) 266 #define CHSPEC_IS_BW_160_WIDE(chspec) (CHSPEC_BW(chspec) == WL_CHANSPEC_BW_160 ||\ 279 ((bw) == WL_CHANSPEC_BW_160 || (bw) == WL_CHANSPEC_BW_8080)) ||\ 285 ((bw) == WL_CHANSPEC_BW_160 || (bw) == WL_CHANSPEC_BW_8080)) ||\ 292 ((bw) == WL_CHANSPEC_BW_160 || (bw) == WL_CHANSPEC_BW_8080)) ||\ 298 ((bw) == WL_CHANSPEC_BW_160 || (bw) == WL_CHANSPEC_BW_8080)) ||\ 305 ((bw) == WL_CHANSPEC_BW_160 || (bw) == WL_CHANSPEC_BW_8080)) &&\ [all …]
|
| H A D | bcmwifi_channels.c | 460 chspec_bw = WL_CHANSPEC_BW_160; in wf_chspec_aton() 577 } else if (chspec_bw == WL_CHANSPEC_BW_160) { in wf_chspec_aton() 688 else if (chspec_bw == WL_CHANSPEC_BW_160) { in wf_chspec_malformed() 737 } else if (chspec_bw == WL_CHANSPEC_BW_160) { in wf_chspec_valid() 878 } else if (bw == WL_CHANSPEC_BW_160) { in wf_channel2chspec()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | bcmwifi_channels.h | 113 #define WL_CHANSPEC_BW_160 0x2800u macro 158 WL_CHANSPEC_BW_160 | WL_CHANSPEC_BAND_5G) 210 #define CHSPEC_IS160(chspec) (((chspec) & WL_CHANSPEC_BW_MASK) == WL_CHANSPEC_BW_160) 376 #define BW_LE160(bw) (BW_LE80(bw) || ((bw) == WL_CHANSPEC_BW_160)) 399 #define CHSPEC_IS_BW_160_WIDE(chspec) (CHSPEC_BW(chspec) == WL_CHANSPEC_BW_160 ||\ 411 ((bw) == WL_CHANSPEC_BW_160 || (bw) == WL_CHANSPEC_BW_8080)) ||\ 416 ((bw) == WL_CHANSPEC_BW_160 || (bw) == WL_CHANSPEC_BW_8080)) ||\ 421 ((bw) == WL_CHANSPEC_BW_160 || (bw) == WL_CHANSPEC_BW_8080)) &&\ 426 ((bw) == WL_CHANSPEC_BW_160 || (bw) == WL_CHANSPEC_BW_8080)) &&\
|
| H A D | bcmwifi_channels.c | 466 chspec_bw = WL_CHANSPEC_BW_160; in wf_chspec_aton_ex() 569 } else if (chspec_bw == WL_CHANSPEC_BW_160) { in wf_chspec_aton_ex() 665 chspec_bw == WL_CHANSPEC_BW_80 || chspec_bw == WL_CHANSPEC_BW_160) { in wf_chspec_malformed() 694 else if (chspec_bw == WL_CHANSPEC_BW_160) { in wf_chspec_malformed() 743 } else if (chspec_bw == WL_CHANSPEC_BW_160) { in wf_chspec_valid() 938 } else if (bw == WL_CHANSPEC_BW_160) { in wf_channel2chspec()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | bcmwifi_channels.c | 229 } else if (bw == WL_CHANSPEC_BW_160) { in center_chan_to_edge() 274 (bw == WL_CHANSPEC_BW_160 && sb >= 8) || in channel_to_sb() 666 chspec_bw = WL_CHANSPEC_BW_160; in wf_chspec_aton() 800 chspec_bw == WL_CHANSPEC_BW_80 || chspec_bw == WL_CHANSPEC_BW_160) { in BCMPOSTTRAPFN() 836 } else if (chspec_bw == WL_CHANSPEC_BW_160) { in BCMPOSTTRAPFN() 909 } else if (chspec_bw == WL_CHANSPEC_BW_160) { in wf_chspec_valid() 974 bw == WL_CHANSPEC_BW_160 || in wf_chanspec_iter_init() 1095 bw = WL_CHANSPEC_BW_160; in wf_iter_next_bw() 1098 case WL_CHANSPEC_BW_160: in wf_iter_next_bw() 1251 } else if (bw == WL_CHANSPEC_BW_160) { in wf_chanspec_iter_next_5g_range() [all …]
|
| H A D | wl_cfgvif.c | 1501 bw = WL_CHANSPEC_BW_160; in wl_get_bandwidth_cap() 1655 if (CHSPEC_IS5G(chspec) && (bw == WL_CHANSPEC_BW_160)) { in wl_cfg80211_set_channel() 1677 if ((bw == WL_CHANSPEC_BW_80) || (bw == WL_CHANSPEC_BW_160)) in wl_cfg80211_set_channel() 1710 if (bw == WL_CHANSPEC_BW_160) { in wl_cfg80211_set_channel() 5174 case WL_CHANSPEC_BW_160: in wl_chspec_chandef()
|
| H A D | wl_cfgscan.c | 1555 bw = WL_CHANSPEC_BW_160; in wl_freq_to_chanspec()
|
| H A D | wl_android.c | 1406 if (bw == WL_CHANSPEC_BW_160) { in wl_android_get_chanspec()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | bcmwifi_channels.c | 229 } else if (bw == WL_CHANSPEC_BW_160) { in center_chan_to_edge() 274 (bw == WL_CHANSPEC_BW_160 && sb >= 8) || in channel_to_sb() 666 chspec_bw = WL_CHANSPEC_BW_160; in wf_chspec_aton() 800 chspec_bw == WL_CHANSPEC_BW_80 || chspec_bw == WL_CHANSPEC_BW_160) { in BCMPOSTTRAPFN() 836 } else if (chspec_bw == WL_CHANSPEC_BW_160) { in BCMPOSTTRAPFN() 909 } else if (chspec_bw == WL_CHANSPEC_BW_160) { in wf_chspec_valid() 974 bw == WL_CHANSPEC_BW_160 || in wf_chanspec_iter_init() 1095 bw = WL_CHANSPEC_BW_160; in wf_iter_next_bw() 1098 case WL_CHANSPEC_BW_160: in wf_iter_next_bw() 1251 } else if (bw == WL_CHANSPEC_BW_160) { in wf_chanspec_iter_next_5g_range() [all …]
|
| H A D | wl_cfgvif.c | 1495 bw = WL_CHANSPEC_BW_160; in wl_get_bandwidth_cap() 1648 if (CHSPEC_IS5G(chspec) && (bw == WL_CHANSPEC_BW_160)) { in wl_cfg80211_set_channel() 1670 if ((bw == WL_CHANSPEC_BW_80) || (bw == WL_CHANSPEC_BW_160)) in wl_cfg80211_set_channel() 1703 if (bw == WL_CHANSPEC_BW_160) { in wl_cfg80211_set_channel() 5145 case WL_CHANSPEC_BW_160: in wl_chspec_chandef()
|
| H A D | wl_cfgscan.c | 1559 bw = WL_CHANSPEC_BW_160; in wl_freq_to_chanspec()
|
| H A D | wl_android.c | 1390 if (bw == WL_CHANSPEC_BW_160) { in wl_android_get_chanspec()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | bcmwifi_channels.h | 116 #define WL_CHANSPEC_BW_160 0x2800u macro 161 WL_CHANSPEC_BW_160 | WL_CHANSPEC_BAND_5G) 213 #define CHSPEC_IS160(chspec) (((chspec) & WL_CHANSPEC_BW_MASK) == WL_CHANSPEC_BW_160) 379 #define BW_LE160(bw) (BW_LE80(bw) || ((bw) == WL_CHANSPEC_BW_160)) 403 #define CHSPEC_IS_BW_160_WIDE(chspec) (CHSPEC_BW(chspec) == WL_CHANSPEC_BW_160 ||\ 415 ((bw) == WL_CHANSPEC_BW_160 || (bw) == WL_CHANSPEC_BW_8080)) ||\ 420 ((bw) == WL_CHANSPEC_BW_160 || (bw) == WL_CHANSPEC_BW_8080)) ||\ 425 ((bw) == WL_CHANSPEC_BW_160 || (bw) == WL_CHANSPEC_BW_8080)) &&\ 430 ((bw) == WL_CHANSPEC_BW_160 || (bw) == WL_CHANSPEC_BW_8080)) &&\
|
| H A D | bcmwifi_channels.c | 495 chspec_bw = WL_CHANSPEC_BW_160; in wf_chspec_aton_ex() 598 } else if (chspec_bw == WL_CHANSPEC_BW_160) { in wf_chspec_aton_ex() 693 chspec_bw == WL_CHANSPEC_BW_80 || chspec_bw == WL_CHANSPEC_BW_160) { in wf_chspec_malformed() 713 chspec_bw == WL_CHANSPEC_BW_80 || chspec_bw == WL_CHANSPEC_BW_160) { in wf_chspec_malformed() 743 else if (chspec_bw == WL_CHANSPEC_BW_160) { in wf_chspec_malformed() 792 } else if (chspec_bw == WL_CHANSPEC_BW_160) { in wf_chspec_valid() 987 } else if (bw == WL_CHANSPEC_BW_160) { in wf_channel2chspec()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | bcmwifi_channels.h | 116 #define WL_CHANSPEC_BW_160 0x2800u macro 161 WL_CHANSPEC_BW_160 | WL_CHANSPEC_BAND_5G) 213 #define CHSPEC_IS160(chspec) (((chspec) & WL_CHANSPEC_BW_MASK) == WL_CHANSPEC_BW_160) 379 #define BW_LE160(bw) (BW_LE80(bw) || ((bw) == WL_CHANSPEC_BW_160)) 403 #define CHSPEC_IS_BW_160_WIDE(chspec) (CHSPEC_BW(chspec) == WL_CHANSPEC_BW_160 ||\ 415 ((bw) == WL_CHANSPEC_BW_160 || (bw) == WL_CHANSPEC_BW_8080)) ||\ 420 ((bw) == WL_CHANSPEC_BW_160 || (bw) == WL_CHANSPEC_BW_8080)) ||\ 425 ((bw) == WL_CHANSPEC_BW_160 || (bw) == WL_CHANSPEC_BW_8080)) &&\ 430 ((bw) == WL_CHANSPEC_BW_160 || (bw) == WL_CHANSPEC_BW_8080)) &&\
|
| H A D | bcmwifi_channels.c | 495 chspec_bw = WL_CHANSPEC_BW_160; in wf_chspec_aton_ex() 598 } else if (chspec_bw == WL_CHANSPEC_BW_160) { in wf_chspec_aton_ex() 693 chspec_bw == WL_CHANSPEC_BW_80 || chspec_bw == WL_CHANSPEC_BW_160) { in wf_chspec_malformed() 713 chspec_bw == WL_CHANSPEC_BW_80 || chspec_bw == WL_CHANSPEC_BW_160) { in wf_chspec_malformed() 743 else if (chspec_bw == WL_CHANSPEC_BW_160) { in wf_chspec_malformed() 792 } else if (chspec_bw == WL_CHANSPEC_BW_160) { in wf_chspec_valid() 987 } else if (bw == WL_CHANSPEC_BW_160) { in wf_channel2chspec()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | bcmwifi_channels.h | 144 #define WL_CHANSPEC_BW_160 0x2800u macro 197 WL_CHANSPEC_BW_160 | WL_CHANSPEC_BAND_5G) 220 #define CHSPEC_IS160(chspec) (((chspec) & WL_CHANSPEC_BW_MASK) == WL_CHANSPEC_BW_160) 347 #define BW_LE160(bw) (BW_LE80(bw) || ((bw) == WL_CHANSPEC_BW_160)) 394 #define CHSPEC_IS_BW_160_WIDE(chspec) (CHSPEC_BW(chspec) == WL_CHANSPEC_BW_160 ||\
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | bcmwifi_channels.h | 144 #define WL_CHANSPEC_BW_160 0x2800u macro 197 WL_CHANSPEC_BW_160 | WL_CHANSPEC_BAND_5G) 220 #define CHSPEC_IS160(chspec) (((chspec) & WL_CHANSPEC_BW_MASK) == WL_CHANSPEC_BW_160) 347 #define BW_LE160(bw) (BW_LE80(bw) || ((bw) == WL_CHANSPEC_BW_160)) 394 #define CHSPEC_IS_BW_160_WIDE(chspec) (CHSPEC_BW(chspec) == WL_CHANSPEC_BW_160 ||\
|