Searched refs:max_chan_nums (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/staging/rtl8723bs/os_dep/ |
D | wifi_regd.c | 60 u8 max_chan_nums = pmlmeext->max_chan_nums; in _rtw_reg_apply_flags() local 83 for (i = 0; i < max_chan_nums; i++) { in _rtw_reg_apply_flags()
|
/linux-6.12.1/drivers/staging/rtl8723bs/include/ |
D | rtw_mlme_ext.h | 379 unsigned char max_chan_nums; member
|
/linux-6.12.1/drivers/staging/rtl8723bs/core/ |
D | rtw_mlme_ext.c | 395 …pmlmeext->max_chan_nums = init_channel_set(padapter, pmlmepriv->ChannelPlan, pmlmeext->channel_set… in init_mlme_ext_priv() 396 …init_channel_list(padapter, pmlmeext->channel_set, pmlmeext->max_chan_nums, &pmlmeext->channel_lis… in init_mlme_ext_priv() 5500 for (i = 0; i < pmlmeext->max_chan_nums; i++) { in rtw_scan_ch_decision() 5974 …pmlmeext->max_chan_nums = init_channel_set(padapter, setChannelPlan_param->channel_plan, pmlmeext-… in set_chplan_hdl() 5975 …init_channel_list(padapter, pmlmeext->channel_set, pmlmeext->max_chan_nums, &pmlmeext->channel_lis… in set_chplan_hdl()
|