Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8723au/core/
Drtw_mlme_ext.c4029 unsigned char survey_channel = 0; in rtw_site_survey() local
4038 survey_channel = ch->hw_value; in rtw_site_survey()
4043 if (survey_channel != 0) { in rtw_site_survey()
4046 set_channel_bwmode23a(padapter, survey_channel, in rtw_site_survey()
4050 SelectChannel23a(padapter, survey_channel); in rtw_site_survey()
/linux-4.4.14/drivers/staging/rtl8188eu/core/
Drtw_mlme_ext.c2003 unsigned char survey_channel = 0, val8; in site_survey() local
2012 survey_channel = ch->hw_value; in site_survey()
2017 if (survey_channel != 0) { in site_survey()
2023 …set_channel_bwmode(padapter, survey_channel, HAL_PRIME_CHNL_OFFSET_DONT_CARE, HT_CHANNEL_WIDTH_20); in site_survey()
2025 SelectChannel(padapter, survey_channel); in site_survey()