Home
last modified time | relevance | path

Searched refs:max_chan_nums (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/drivers/staging/rtl8723bs/os_dep/
Dwifi_regd.c61 u8 max_chan_nums = pmlmeext->max_chan_nums; in _rtw_reg_apply_flags() local
84 for (i = 0; i < max_chan_nums; i++) { in _rtw_reg_apply_flags()
/linux-6.6.21/drivers/staging/rtl8723bs/include/
Drtw_mlme_ext.h416 unsigned char max_chan_nums; member
/linux-6.6.21/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c396 …pmlmeext->max_chan_nums = init_channel_set(padapter, pmlmepriv->ChannelPlan, pmlmeext->channel_set… in init_mlme_ext_priv()
397 …init_channel_list(padapter, pmlmeext->channel_set, pmlmeext->max_chan_nums, &pmlmeext->channel_lis… in init_mlme_ext_priv()
5501 for (i = 0; i < pmlmeext->max_chan_nums; i++) { in rtw_scan_ch_decision()
5975 …pmlmeext->max_chan_nums = init_channel_set(padapter, setChannelPlan_param->channel_plan, pmlmeext-… in set_chplan_hdl()
5976 …init_channel_list(padapter, pmlmeext->channel_set, pmlmeext->max_chan_nums, &pmlmeext->channel_lis… in set_chplan_hdl()