Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c4295 unsigned char survey_channel = 0, val8; in site_survey() local
4306 survey_channel = ch->hw_value; in site_survey()
4313 , survey_channel in site_survey()
4323 if (survey_channel != 0) { in site_survey()
4334 set_channel_bwmode(padapter, survey_channel, HAL_PRIME_CHNL_OFFSET_DONT_CARE, CHANNEL_WIDTH_20); in site_survey()
4341 SelectChannel(padapter, survey_channel); in site_survey()
4378 info.chan = survey_channel; in site_survey()
/Linux-v4.19/drivers/staging/rtl8188eu/core/
Drtw_mlme_ext.c1908 unsigned char survey_channel = 0, val8; in site_survey() local
1917 survey_channel = ch->hw_value; in site_survey()
1921 if (survey_channel != 0) { in site_survey()
1927 …set_channel_bwmode(padapter, survey_channel, HAL_PRIME_CHNL_OFFSET_DONT_CARE, HT_CHANNEL_WIDTH_20); in site_survey()
1929 SelectChannel(padapter, survey_channel); in site_survey()