Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Drtw_mlme_ext.h457 u8 fixed_chan; member
/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_mlme_ext.c404 pmlmeext->fixed_chan = 0xFF; in init_mlme_ext_priv()
3826 if (pmlmeext->fixed_chan != 0xff) in site_survey()
3827 …set_channel_bwmode(padapter, pmlmeext->fixed_chan, HAL_PRIME_CHNL_OFFSET_DONT_CARE, CHANNEL_WIDTH_… in site_survey()
3833 if (pmlmeext->fixed_chan != 0xff) in site_survey()
3834 SelectChannel(padapter, pmlmeext->fixed_chan); in site_survey()