Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c4277 unsigned char survey_channel = 0, val8; in site_survey() local
4289 survey_channel = ch->hw_value; in site_survey()
4296 , survey_channel in site_survey()
4306 if (survey_channel != 0) { in site_survey()
4317 set_channel_bwmode(padapter, survey_channel, HAL_PRIME_CHNL_OFFSET_DONT_CARE, CHANNEL_WIDTH_20); in site_survey()
4324 SelectChannel(padapter, survey_channel); in site_survey()
4363 info.chan = survey_channel; in site_survey()
/Linux-v5.10/drivers/staging/rtl8188eu/core/
Drtw_mlme_ext.c1899 unsigned char survey_channel = 0, val8; in site_survey() local
1908 survey_channel = ch->hw_value; in site_survey()
1912 if (survey_channel != 0) { in site_survey()
1918 …set_channel_bwmode(padapter, survey_channel, HAL_PRIME_CHNL_OFFSET_DONT_CARE, HT_CHANNEL_WIDTH_20); in site_survey()
1920 SelectChannel(padapter, survey_channel); in site_survey()