Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8188eu/core/
Drtw_mlme_ext.c3624 unsigned char survey_channel = 0, val8; in site_survey() local
3633 survey_channel = ch->hw_value; in site_survey()
3638 if (survey_channel != 0) { in site_survey()
3644 …set_channel_bwmode(padapter, survey_channel, HAL_PRIME_CHNL_OFFSET_DONT_CARE, HT_CHANNEL_WIDTH_20); in site_survey()
3646 SelectChannel(padapter, survey_channel); in site_survey()
/linux-4.1.27/drivers/staging/rtl8723au/core/
Drtw_mlme_ext.c4039 unsigned char survey_channel = 0; in rtw_site_survey() local
4048 survey_channel = ch->hw_value; in rtw_site_survey()
4053 if (survey_channel != 0) { in rtw_site_survey()
4056 set_channel_bwmode23a(padapter, survey_channel, in rtw_site_survey()
4060 SelectChannel23a(padapter, survey_channel); in rtw_site_survey()