Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/rtl8723bs/include/
Drtw_mlme_ext.h532 u8 fixed_chan; member
/Linux-v5.4/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c484 pmlmeext->fixed_chan = 0xFF; in init_mlme_ext_priv()
4301 DBG_871X(FUNC_ADPT_FMT" fixed_chan:%u\n", pmlmeext->fixed_chan); in site_survey()
4311 if (pmlmeext->fixed_chan != 0xff) in site_survey()
4312 …set_channel_bwmode(padapter, pmlmeext->fixed_chan, HAL_PRIME_CHNL_OFFSET_DONT_CARE, CHANNEL_WIDTH_… in site_survey()
4318 if (pmlmeext->fixed_chan != 0xff) in site_survey()
4319 SelectChannel(padapter, pmlmeext->fixed_chan); in site_survey()
/Linux-v5.4/drivers/staging/rtl8723bs/os_dep/
Dioctl_linux.c2997 pmlmeext->fixed_chan = extra_arg; in rtw_dbg_port()