Home
last modified time | relevance | path

Searched refs:ctl_ch (Results 1 – 25 of 38) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dbcmwifi_channels.c237 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 Dbcmwifi_channels.h591 extern uint16 wf_channel2chspec(uint ctl_ch, uint bw);
H A Dwl_escan.c493 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 Dwl_iw.c1689 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 Dfwil_types.h328 u8 ctl_ch; /* 802.11N BSS control channel number */ member
H A Dp2p.c1255 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 Dcfg80211.c2984 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 Dwl_escan.c525 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 Dwl_iw.c1714 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 Dwl_cfgscan.c1012 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 Dwl_escan.c525 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 Dwl_iw.c1691 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 Dwl_cfgscan.c1016 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 Dbcmwifi_channels.h726 extern uint16 wf_channel2chspec(uint ctl_ch, uint bw);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dbcmwifi_channels.h736 extern uint16 wf_channel2chspec(uint ctl_ch, uint bw);
H A Dwl_cfgvendor.c8024 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 Dbcmwifi_channels.h736 extern uint16 wf_channel2chspec(uint ctl_ch, uint bw);
H A Dwl_cfgvendor.c8024 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 Dbcmwifi_channels.h701 extern uint16 wf_channel2chspec(uint ctl_ch, uint bw);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dbcmwifi_channels.h701 extern uint16 wf_channel2chspec(uint ctl_ch, uint bw);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Dwlioctl.h388 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 Dwlioctl.h388 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 Dwlioctl.h399 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 D802.11.h4057 uint8 ctl_ch; /* control channel number */ member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/
H A D802.11.h3949 uint8 ctl_ch; /* control channel number */ member

12