Home
last modified time | relevance | path

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

/drivers/staging/rtl8723bs/include/
Drtw_mlme_ext.h517 u8 fixed_chan; member
/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c485 pmlmeext->fixed_chan = 0xFF; in init_mlme_ext_priv()
4303 DBG_871X(FUNC_ADPT_FMT" fixed_chan:%u\n", pmlmeext->fixed_chan); in site_survey()
4313 if (pmlmeext->fixed_chan != 0xff) in site_survey()
4314 …set_channel_bwmode(padapter, pmlmeext->fixed_chan, HAL_PRIME_CHNL_OFFSET_DONT_CARE, CHANNEL_WIDTH_… in site_survey()
4320 if (pmlmeext->fixed_chan != 0xff) in site_survey()
4321 SelectChannel(padapter, pmlmeext->fixed_chan); in site_survey()
/drivers/staging/rtl8723bs/os_dep/
Dioctl_linux.c2995 pmlmeext->fixed_chan = extra_arg; in rtw_dbg_port()