| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | bcmwifi_channels.c | 237 channel_to_sb(uint center_ch, uint ctl_ch, uint bw) in channel_to_sb() argument 242 if ((ctl_ch - lowest) % 4) { in channel_to_sb() 247 sb = ((ctl_ch - lowest) / 4); in channel_to_sb() 385 uint num, ctl_ch; in wf_chspec_aton() local 411 if (!read_uint(&a, &ctl_ch)) in wf_chspec_aton() 418 ctl_ch = num; in wf_chspec_aton() 419 chspec_band = ((ctl_ch <= CH_MAX_2G_CHANNEL) ? in wf_chspec_aton() 550 chspec_ch = UPPER_20_SB(ctl_ch); in wf_chspec_aton() 553 chspec_ch = LOWER_20_SB(ctl_ch); in wf_chspec_aton() 559 chspec_ch = ctl_ch; in wf_chspec_aton() [all …]
|
| H A D | bcmwifi_channels.h | 591 extern uint16 wf_channel2chspec(uint ctl_ch, uint bw);
|
| H A D | wl_escan.c | 493 bi->ctl_ch ? bi->ctl_ch : in wl_escan_handler() 1009 bi->ctl_ch : CHSPEC_CHANNEL(bi->chanspec), in wl_escan_merge_scan_results()
|
| H A D | wl_iw.c | 1689 channel = (bi->ctl_ch == 0) ? CHSPEC_CHANNEL(bi->chanspec) : bi->ctl_ch; in wl_iw_get_scan() 1834 channel = (bi->ctl_ch == 0) ? CHSPEC_CHANNEL(bi->chanspec) : bi->ctl_ch; in wl_iw_iscan_get_scan()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | fwil_types.h | 328 u8 ctl_ch; /* 802.11N BSS control channel number */ member
|
| H A D | p2p.c | 1255 if (!bi->ctl_ch) { in brcmf_p2p_scan_finding_common_channel() 1258 bi->ctl_ch = ch.control_ch_num; in brcmf_p2p_scan_finding_common_channel() 1260 afx_hdl->peer_chan = bi->ctl_ch; in brcmf_p2p_scan_finding_common_channel()
|
| H A D | cfg80211.c | 2984 if (!bi->ctl_ch) { in brcmf_inform_single_bss() 2987 bi->ctl_ch = ch.control_ch_num; in brcmf_inform_single_bss() 2989 channel = bi->ctl_ch; in brcmf_inform_single_bss()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | wl_escan.c | 525 bi->ctl_ch ? bi->ctl_ch : in wl_escan_ext_handler() 1082 bi->ctl_ch : CHSPEC_CHANNEL(bi->chanspec), in wl_escan_merge_scan_results()
|
| H A D | wl_iw.c | 1714 channel = (bi->ctl_ch == 0) ? CHSPEC_CHANNEL(bi->chanspec) : bi->ctl_ch; in wl_iw_get_scan() 1860 channel = (bi->ctl_ch == 0) ? CHSPEC_CHANNEL(bi->chanspec) : bi->ctl_ch; in wl_iw_iscan_get_scan()
|
| H A D | wl_cfgscan.c | 1012 bi->ctl_ch ? bi->ctl_ch : CHSPEC_CHANNEL(wl_chspec_driver_to_host(bi->chanspec)); in wl_escan_handler()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | wl_escan.c | 525 bi->ctl_ch ? bi->ctl_ch : in wl_escan_ext_handler() 1080 bi->ctl_ch : CHSPEC_CHANNEL(bi->chanspec), in wl_escan_merge_scan_results()
|
| H A D | wl_iw.c | 1691 channel = (bi->ctl_ch == 0) ? CHSPEC_CHANNEL(bi->chanspec) : bi->ctl_ch; in wl_iw_get_scan() 1836 channel = (bi->ctl_ch == 0) ? CHSPEC_CHANNEL(bi->chanspec) : bi->ctl_ch; in wl_iw_iscan_get_scan()
|
| H A D | wl_cfgscan.c | 1016 bi->ctl_ch ? bi->ctl_ch : CHSPEC_CHANNEL(wl_chspec_driver_to_host(bi->chanspec)); in wl_escan_handler()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | bcmwifi_channels.h | 726 extern uint16 wf_channel2chspec(uint ctl_ch, uint bw);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | bcmwifi_channels.h | 736 extern uint16 wf_channel2chspec(uint ctl_ch, uint bw);
|
| H A D | wl_cfgvendor.c | 8024 u32 ctl_freq, ctl_ch, bw, sb, band; in wl_cfgvendor_acs_offload_report() local 8062 ctl_ch = wf_chspec_ctlchan(chspec); in wl_cfgvendor_acs_offload_report() 8063 ctl_freq = ieee80211_channel_to_frequency( ctl_ch, in wl_cfgvendor_acs_offload_report() 8069 ctl_freq, ctl_ch, band, bw, sb)); in wl_cfgvendor_acs_offload_report() 8076 ctl_ch = wf_chspec_primary80_channel(chspec); in wl_cfgvendor_acs_offload_report() 8077 if (ctl_ch == INVCHANNEL){ in wl_cfgvendor_acs_offload_report() 8081 report->vht_seg0_center = ctl_ch; in wl_cfgvendor_acs_offload_report() 8124 ctl_ch = wf_chspec_ctlchan(chspec); in wl_cfgvendor_acs_offload_report()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | bcmwifi_channels.h | 736 extern uint16 wf_channel2chspec(uint ctl_ch, uint bw);
|
| H A D | wl_cfgvendor.c | 8024 u32 ctl_freq, ctl_ch, bw, sb, band; in wl_cfgvendor_acs_offload_report() local 8062 ctl_ch = wf_chspec_ctlchan(chspec); in wl_cfgvendor_acs_offload_report() 8063 ctl_freq = ieee80211_channel_to_frequency( ctl_ch, in wl_cfgvendor_acs_offload_report() 8069 ctl_freq, ctl_ch, band, bw, sb)); in wl_cfgvendor_acs_offload_report() 8076 ctl_ch = wf_chspec_primary80_channel(chspec); in wl_cfgvendor_acs_offload_report() 8077 if (ctl_ch == INVCHANNEL){ in wl_cfgvendor_acs_offload_report() 8081 report->vht_seg0_center = ctl_ch; in wl_cfgvendor_acs_offload_report() 8124 ctl_ch = wf_chspec_ctlchan(chspec); in wl_cfgvendor_acs_offload_report()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | bcmwifi_channels.h | 701 extern uint16 wf_channel2chspec(uint ctl_ch, uint bw);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | bcmwifi_channels.h | 701 extern uint16 wf_channel2chspec(uint ctl_ch, uint bw);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/ |
| H A D | wlioctl.h | 388 uint8 ctl_ch; /**< 802.11N BSS control channel number */ member 433 uint8 ctl_ch; /**< 802.11N BSS control channel number */ member 481 uint8 ctl_ch; /**< 802.11N BSS control channel number */ member 532 uint8 ctl_ch; /**< 802.11N BSS control channel number */ member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/ |
| H A D | wlioctl.h | 388 uint8 ctl_ch; /**< 802.11N BSS control channel number */ member 433 uint8 ctl_ch; /**< 802.11N BSS control channel number */ member 481 uint8 ctl_ch; /**< 802.11N BSS control channel number */ member 532 uint8 ctl_ch; /**< 802.11N BSS control channel number */ member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/ |
| H A D | wlioctl.h | 399 uint8 ctl_ch; /**< 802.11N BSS control channel number */ member 444 uint8 ctl_ch; /**< 802.11N BSS control channel number */ member 492 uint8 ctl_ch; /**< 802.11N BSS control channel number */ member 543 uint8 ctl_ch; /**< 802.11N BSS control channel number */ member
|
| H A D | 802.11.h | 4057 uint8 ctl_ch; /* control channel number */ member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/ |
| H A D | 802.11.h | 3949 uint8 ctl_ch; /* control channel number */ member
|