Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8723bs/include/
Drtw_mlme_ext.h532 u8 fixed_chan; member
/Linux-v4.19/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c491 pmlmeext->fixed_chan = 0xFF; in init_mlme_ext_priv()
4320 DBG_871X(FUNC_ADPT_FMT" fixed_chan:%u\n", pmlmeext->fixed_chan); in site_survey()
4330 if (pmlmeext->fixed_chan != 0xff) in site_survey()
4331 …set_channel_bwmode(padapter, pmlmeext->fixed_chan, HAL_PRIME_CHNL_OFFSET_DONT_CARE, CHANNEL_WIDTH_… in site_survey()
4337 if (pmlmeext->fixed_chan != 0xff) in site_survey()
4338 SelectChannel(padapter, pmlmeext->fixed_chan); in site_survey()
/Linux-v4.19/drivers/staging/rtl8723bs/os_dep/
Dioctl_linux.c3018 pmlmeext->fixed_chan = extra_arg; in rtw_dbg_port()