Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmutil/
H A 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 …]
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/include/
H A Dbrcmu_d11.h133 u8 control_ch_num; member
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A 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()
H A Dcfg80211.c3346 bi->ctl_ch = ch.control_ch_num; in brcmf_inform_single_bss()
3467 freq = ieee80211_channel_to_frequency(ch.control_ch_num, band->band); in brcmf_inform_ibss()
3477 brcmf_dbg(CONN, "channel: %d(%d)\n", ch.control_ch_num, freq); in brcmf_inform_ibss()
5731 freq = ieee80211_channel_to_frequency(ch.control_ch_num, band); in brcmf_cfg80211_get_channel()
6393 freq = ieee80211_channel_to_frequency(ch.control_ch_num, band->band); in brcmf_bss_roaming_done()
7005 if (band->channels[j].hw_value == ch.control_ch_num) { in brcmf_construct_chaninfo()
7015 ch.control_ch_num); in brcmf_construct_chaninfo()
7141 if (band->channels[j].hw_value == ch.control_ch_num) in brcmf_enable_bw40_2g()