Searched refs:chspec_band (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | bcmwifi_channels.c | 595 chanspec_band_t chspec_band; in wf_chspec_aton() local 615 chspec_band = WL_CHANSPEC_BAND_2G; in wf_chspec_aton() 617 chspec_band = WL_CHANSPEC_BAND_5G; in wf_chspec_aton() 619 chspec_band = WL_CHANSPEC_BAND_6G; in wf_chspec_aton() 631 chspec_band = ((pri_ch <= CH_MAX_2G_CHANNEL) ? in wf_chspec_aton() 682 if (chspec_band == WL_CHANSPEC_BAND_2G && bw == 40) { in wf_chspec_aton() 721 chspec = wf_create_40MHz_chspec_primary_sb(pri_ch, chspec_sb, chspec_band); in wf_chspec_aton() 724 chspec = wf_create_20MHz_chspec(pri_ch, chspec_band); in wf_chspec_aton() 732 chspec = wf_create_chspec_from_primary(pri_ch, chspec_bw, chspec_band); in wf_chspec_aton() 859 chanspec_band_t chspec_band = CHSPEC_BAND(chanspec); in wf_chspec_valid() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | bcmwifi_channels.c | 595 chanspec_band_t chspec_band; in wf_chspec_aton() local 615 chspec_band = WL_CHANSPEC_BAND_2G; in wf_chspec_aton() 617 chspec_band = WL_CHANSPEC_BAND_5G; in wf_chspec_aton() 619 chspec_band = WL_CHANSPEC_BAND_6G; in wf_chspec_aton() 631 chspec_band = ((pri_ch <= CH_MAX_2G_CHANNEL) ? in wf_chspec_aton() 682 if (chspec_band == WL_CHANSPEC_BAND_2G && bw == 40) { in wf_chspec_aton() 721 chspec = wf_create_40MHz_chspec_primary_sb(pri_ch, chspec_sb, chspec_band); in wf_chspec_aton() 724 chspec = wf_create_20MHz_chspec(pri_ch, chspec_band); in wf_chspec_aton() 732 chspec = wf_create_chspec_from_primary(pri_ch, chspec_bw, chspec_band); in wf_chspec_aton() 859 chanspec_band_t chspec_band = CHSPEC_BAND(chanspec); in wf_chspec_valid() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | bcmwifi_channels.c | 384 uint chspec_ch, chspec_band, bw, chspec_bw, chspec_sb; in wf_chspec_aton() local 404 chspec_band = WL_CHANSPEC_BAND_2G; in wf_chspec_aton() 406 chspec_band = WL_CHANSPEC_BAND_5G; in wf_chspec_aton() 419 chspec_band = ((ctl_ch <= CH_MAX_2G_CHANNEL) ? in wf_chspec_aton() 474 if (chspec_band == WL_CHANSPEC_BAND_2G && bw == 40) { in wf_chspec_aton() 627 chspec = (chspec_ch | chspec_band | chspec_bw | chspec_sb); in wf_chspec_aton()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | bcmwifi_channels.c | 391 uint chspec_ch, chspec_band, bw, chspec_bw, chspec_sb; in wf_chspec_aton_ex() local 411 chspec_band = WL_CHANSPEC_BAND_2G; in wf_chspec_aton_ex() 413 chspec_band = WL_CHANSPEC_BAND_5G; in wf_chspec_aton_ex() 426 chspec_band = ((pri_ch <= CH_MAX_2G_CHANNEL) ? in wf_chspec_aton_ex() 479 if (chspec_band == WL_CHANSPEC_BAND_2G && bw == 40) { in wf_chspec_aton_ex() 619 chspec = (chanspec_t)(chspec_ch | chspec_band | chspec_bw | chspec_sb); in wf_chspec_aton_ex()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | bcmwifi_channels.c | 420 uint chspec_ch, chspec_band, bw, chspec_bw, chspec_sb; in wf_chspec_aton_ex() local 440 chspec_band = WL_CHANSPEC_BAND_2G; in wf_chspec_aton_ex() 442 chspec_band = WL_CHANSPEC_BAND_5G; in wf_chspec_aton_ex() 455 chspec_band = ((pri_ch <= CH_MAX_2G_CHANNEL) ? in wf_chspec_aton_ex() 508 if (chspec_band == WL_CHANSPEC_BAND_2G && bw == 40) { in wf_chspec_aton_ex() 648 chspec = (chanspec_t)(chspec_ch | chspec_band | chspec_bw | chspec_sb); in wf_chspec_aton_ex()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | bcmwifi_channels.c | 420 uint chspec_ch, chspec_band, bw, chspec_bw, chspec_sb; in wf_chspec_aton_ex() local 440 chspec_band = WL_CHANSPEC_BAND_2G; in wf_chspec_aton_ex() 442 chspec_band = WL_CHANSPEC_BAND_5G; in wf_chspec_aton_ex() 455 chspec_band = ((pri_ch <= CH_MAX_2G_CHANNEL) ? in wf_chspec_aton_ex() 508 if (chspec_band == WL_CHANSPEC_BAND_2G && bw == 40) { in wf_chspec_aton_ex() 648 chspec = (chanspec_t)(chspec_ch | chspec_band | chspec_bw | chspec_sb); in wf_chspec_aton_ex()
|