Searched refs:survey_channel (Results 1 – 2 of 2) sorted by relevance
/drivers/staging/rtl8723bs/core/ |
D | rtw_mlme_ext.c | 4276 unsigned char survey_channel = 0, val8; in site_survey() local 4287 survey_channel = ch->hw_value; in site_survey() 4294 , survey_channel in site_survey() 4304 if (survey_channel != 0) { in site_survey() 4315 set_channel_bwmode(padapter, survey_channel, HAL_PRIME_CHNL_OFFSET_DONT_CARE, CHANNEL_WIDTH_20); in site_survey() 4322 SelectChannel(padapter, survey_channel); in site_survey() 4359 info.chan = survey_channel; in site_survey()
|
/drivers/staging/rtl8188eu/core/ |
D | rtw_mlme_ext.c | 1905 unsigned char survey_channel = 0, val8; in site_survey() local 1914 survey_channel = ch->hw_value; in site_survey() 1918 if (survey_channel != 0) { in site_survey() 1924 …set_channel_bwmode(padapter, survey_channel, HAL_PRIME_CHNL_OFFSET_DONT_CARE, HT_CHANNEL_WIDTH_20); in site_survey() 1926 SelectChannel(padapter, survey_channel); in site_survey()
|