Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmutil/
Dd11.c110 ch->control_ch_num = ch->chnum; in brcmu_d11n_decchspec()
122 ch->control_ch_num -= CH_10MHZ_APART; in brcmu_d11n_decchspec()
125 ch->control_ch_num += CH_10MHZ_APART; in brcmu_d11n_decchspec()
151 ch->control_ch_num = ch->chnum; in brcmu_d11ac_decchspec()
163 ch->control_ch_num -= CH_10MHZ_APART; in brcmu_d11ac_decchspec()
166 ch->control_ch_num += CH_10MHZ_APART; in brcmu_d11ac_decchspec()
177 ch->control_ch_num -= CH_30MHZ_APART; in brcmu_d11ac_decchspec()
180 ch->control_ch_num -= CH_10MHZ_APART; in brcmu_d11ac_decchspec()
183 ch->control_ch_num += CH_10MHZ_APART; in brcmu_d11ac_decchspec()
186 ch->control_ch_num += CH_30MHZ_APART; in brcmu_d11ac_decchspec()
/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/include/
Dbrcmu_d11.h144 u8 control_ch_num; member
/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dp2p.c1242 bi->ctl_ch = ch.control_ch_num; in brcmf_p2p_scan_finding_common_channel()
1381 afx_hdl->peer_chan = ch.control_ch_num; in brcmf_p2p_notify_action_frame_rx()
1424 freq = ieee80211_channel_to_frequency(ch.control_ch_num, in brcmf_p2p_notify_action_frame_rx()
1868 afx_hdl->peer_chan = ch.control_ch_num; in brcmf_p2p_notify_rx_mgmt_p2p_probereq()
1893 freq = ieee80211_channel_to_frequency(ch.control_ch_num, in brcmf_p2p_notify_rx_mgmt_p2p_probereq()
Dcfg80211.c2750 bi->ctl_ch = ch.control_ch_num; in brcmf_inform_single_bss()
2869 freq = ieee80211_channel_to_frequency(ch.control_ch_num, band->band); in brcmf_inform_ibss()
2879 brcmf_dbg(CONN, "channel: %d(%d)\n", ch.control_ch_num, freq); in brcmf_inform_ibss()
4955 freq = ieee80211_channel_to_frequency(ch.control_ch_num, band); in brcmf_cfg80211_get_channel()
5435 freq = ieee80211_channel_to_frequency(ch.control_ch_num, band->band); in brcmf_bss_roaming_done()
5970 if (band->channels[j].hw_value == ch.control_ch_num) { in brcmf_construct_chaninfo()
5980 ch.control_ch_num); in brcmf_construct_chaninfo()
6087 if (band->channels[j].hw_value == ch.control_ch_num) in brcmf_enable_bw40_2g()