Home
last modified time | relevance | path

Searched refs:control_ch_num (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/drivers/net/wireless/broadcom/brcm80211/brcmutil/
Dd11.c101 ch->control_ch_num = ch->chnum; in brcmu_d11n_decchspec()
113 ch->control_ch_num -= CH_10MHZ_APART; in brcmu_d11n_decchspec()
116 ch->control_ch_num += CH_10MHZ_APART; in brcmu_d11n_decchspec()
142 ch->control_ch_num = ch->chnum; in brcmu_d11ac_decchspec()
154 ch->control_ch_num -= CH_10MHZ_APART; in brcmu_d11ac_decchspec()
157 ch->control_ch_num += CH_10MHZ_APART; in brcmu_d11ac_decchspec()
168 ch->control_ch_num -= CH_30MHZ_APART; in brcmu_d11ac_decchspec()
171 ch->control_ch_num -= CH_10MHZ_APART; in brcmu_d11ac_decchspec()
174 ch->control_ch_num += CH_10MHZ_APART; in brcmu_d11ac_decchspec()
177 ch->control_ch_num += CH_30MHZ_APART; in brcmu_d11ac_decchspec()
[all …]
/linux-6.6.21/drivers/net/wireless/broadcom/brcm80211/include/
Dbrcmu_d11.h133 u8 control_ch_num; member
/linux-6.6.21/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dp2p.c1258 bi->ctl_ch = ch.control_ch_num; in brcmf_p2p_scan_finding_common_channel()
1429 afx_hdl->peer_chan = ch.control_ch_num; in brcmf_p2p_notify_action_frame_rx()
1472 freq = ieee80211_channel_to_frequency(ch.control_ch_num, in brcmf_p2p_notify_action_frame_rx()
1961 afx_hdl->peer_chan = ch.control_ch_num; in brcmf_p2p_notify_rx_mgmt_p2p_probereq()
1986 freq = ieee80211_channel_to_frequency(ch.control_ch_num, in brcmf_p2p_notify_rx_mgmt_p2p_probereq()
Dcfg80211.c3359 bi->ctl_ch = ch.control_ch_num; in brcmf_inform_single_bss()
3480 freq = ieee80211_channel_to_frequency(ch.control_ch_num, band->band); in brcmf_inform_ibss()
3490 brcmf_dbg(CONN, "channel: %d(%d)\n", ch.control_ch_num, freq); in brcmf_inform_ibss()
5733 freq = ieee80211_channel_to_frequency(ch.control_ch_num, band); in brcmf_cfg80211_get_channel()
6395 freq = ieee80211_channel_to_frequency(ch.control_ch_num, band->band); in brcmf_bss_roaming_done()
7007 if (band->channels[j].hw_value == ch.control_ch_num) { in brcmf_construct_chaninfo()
7017 ch.control_ch_num); in brcmf_construct_chaninfo()
7143 if (band->channels[j].hw_value == ch.control_ch_num) in brcmf_enable_bw40_2g()