Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/r8188eu/core/
Drtw_mlme_ext.c6276 unsigned char survey_channel = 0, val8; in site_survey() local
6287 survey_channel = pwdinfo->rx_invitereq_info.operation_ch[pmlmeext->sitesurvey_res.channel_idx]; in site_survey()
6289 survey_channel = pwdinfo->p2p_info.operation_ch[pmlmeext->sitesurvey_res.channel_idx]; in site_survey()
6296 survey_channel = pwdinfo->social_chan[pmlmeext->sitesurvey_res.channel_idx]; in site_survey()
6297 ch_set_idx = rtw_ch_set_search_ch(pmlmeext->channel_set, survey_channel); in site_survey()
6308 survey_channel = ch->hw_value; in site_survey()
6313 if (survey_channel != 0) { in site_survey()
6319 …set_channel_bwmode(padapter, survey_channel, HAL_PRIME_CHNL_OFFSET_DONT_CARE, HT_CHANNEL_WIDTH_20); in site_survey()
6321 SelectChannel(padapter, survey_channel); in site_survey()
/Linux-v5.15/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c3836 unsigned char survey_channel = 0, val8; in site_survey() local
3848 survey_channel = ch->hw_value; in site_survey()
3853 if (survey_channel != 0) { in site_survey()
3864 set_channel_bwmode(padapter, survey_channel, HAL_PRIME_CHNL_OFFSET_DONT_CARE, CHANNEL_WIDTH_20); in site_survey()
3871 SelectChannel(padapter, survey_channel); in site_survey()