Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/staging/r8188eu/core/
Drtw_mlme_ext.c5970 unsigned char survey_channel = 0; in site_survey() local
5978 survey_channel = pwdinfo->rx_invitereq_info.operation_ch[pmlmeext->sitesurvey_res.channel_idx]; in site_survey()
5980 survey_channel = pwdinfo->p2p_info.operation_ch[pmlmeext->sitesurvey_res.channel_idx]; in site_survey()
5987 survey_channel = pwdinfo->social_chan[pmlmeext->sitesurvey_res.channel_idx]; in site_survey()
5988 ch_set_idx = rtw_ch_set_search_ch(pmlmeext->channel_set, survey_channel); in site_survey()
5997 survey_channel = ch->hw_value; in site_survey()
6002 if (survey_channel != 0) { in site_survey()
6004 …set_channel_bwmode(padapter, survey_channel, HAL_PRIME_CHNL_OFFSET_DONT_CARE, HT_CHANNEL_WIDTH_20); in site_survey()
6006 SelectChannel(padapter, survey_channel); in site_survey()
/Linux-v6.1/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c3804 unsigned char survey_channel = 0, val8; in site_survey() local
3816 survey_channel = ch->hw_value; in site_survey()
3821 if (survey_channel != 0) { in site_survey()
3832 set_channel_bwmode(padapter, survey_channel, HAL_PRIME_CHNL_OFFSET_DONT_CARE, CHANNEL_WIDTH_20); in site_survey()
3839 SelectChannel(padapter, survey_channel); in site_survey()